Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ datasources:
basicAuth: true
basicAuthUser: {{ remote_write_prometheus_username }}
jsonData:
timeout: 120
timeout: "120"
timeInterval: "120"
cacheLevel: "High"
secureJsonData:
basicAuthPassword: {{ remote_write_prometheus_password }}

Expand Down
5 changes: 4 additions & 1 deletion grafana_monitoring/roles/grafana/templates/grafana.ini.j2
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ role_attribute_path=contains(groups[*], 'stfc-cloud/admins') && 'Admin' || conta


[log]
log_level = info
log_level = debug

[security]
admin_password="{{ grafana_admin_password }}"

[dataproxy]
timeout = 1200
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this supposed to be 1200 or 120?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm just experimenting with different settings, so I thought I'd try a really high number