Browse Source

Merge pull request #3412 from igogold/grafana-fix

Sync grafana datasource and prometheus scrape intervals.
pull/3414/head
Slavi Pantaleev 1 year ago
committed by GitHub
parent
commit
9ab6b6529a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      group_vars/matrix_servers

+ 3
- 0
group_vars/matrix_servers View File

@@ -4851,6 +4851,9 @@ grafana_provisioning_datasources: |
'type': 'prometheus',
'access': 'proxy',
'url': ('http://' + prometheus_identifier + ':9090'),
'jsonData': {
'timeInterval': prometheus_config_global_scrape_interval,
}
}] if prometheus_enabled else [])
}}



Loading…
Cancel
Save