Merge pull request #232 from igogold/grafana-fix
Sync grafana datasource and prometheus scrape intervals.
This commit is contained in:
commit
19baaadcb4
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ grafana_provisioning_datasources:
|
||||||
type: prometheus
|
type: prometheus
|
||||||
access: proxy
|
access: proxy
|
||||||
url: "http://{{ prometheus_identifier }}:9090"
|
url: "http://{{ prometheus_identifier }}:9090"
|
||||||
|
jsonData:
|
||||||
|
timeInterval: "{{ prometheus_config_global_scrape_interval }}"
|
||||||
# Enable below if connecting to a remote instance that uses Basic Auth.
|
# Enable below if connecting to a remote instance that uses Basic Auth.
|
||||||
# basicAuth: true
|
# basicAuth: true
|
||||||
# basicAuthUser: loki
|
# basicAuthUser: loki
|
||||||
|
|
Loading…
Reference in a new issue