Преглед изворни кода

Merge pull request #3412 from igogold/grafana-fix

Sync grafana datasource and prometheus scrape intervals.
pull/3414/head
Slavi Pantaleev пре 1 година
committed by GitHub
родитељ
комит
9ab6b6529a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 измењених фајлова са 3 додато и 0 уклоњено
  1. +3
    -0
      group_vars/matrix_servers

+ 3
- 0
group_vars/matrix_servers Прегледај датотеку

@@ -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…
Откажи
Сачувај