We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48f8dc commit 1960dbdCopy full SHA for 1960dbd
prometheus/prometheus.yml
@@ -15,7 +15,7 @@ alerting:
15
16
# Load rules once and periodically evaluate them according to the global 'evaluation_interval'.
17
rule_files:
18
- - '*_rules.yml'
+ - '/sg_config_prometheus/*_rules.yml'
19
- '/sg_prometheus_add_ons/*_rules.yml'
20
21
# Configure targets to scrape
@@ -32,4 +32,4 @@ scrape_configs:
32
- job_name: 'sg'
33
file_sd_configs:
34
- files:
35
- - '/sg_prometheus_add_ons/*_targets.yml'
+ - '/sg_prometheus_add_ons/*_targets.yml'
0 commit comments