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 a7cb5ae commit 5e1766aCopy full SHA for 5e1766a
services/monitoring/docker-compose.yml.j2
@@ -409,9 +409,6 @@ configs:
409
prometheus_config_federation:
410
name: ${STACK_NAME}_prometheus_config_federation_{{ "./prometheus/prometheus-federation.yml" | sha256file | substring(0,10) }}
411
file: ./prometheus/prometheus-federation.yml
412
- prometheus_config:
413
- name: ${STACK_NAME}_prometheus_config_{{ "./prometheus/prometheus.yml" | sha256file | substring(0,10) }}
414
- file: ./prometheus/prometheus.yml
415
prometheus_rules:
416
name: ${STACK_NAME}_prometheus_rules_{{ "./prometheus/prometheus.rules.yml" | sha256file | substring(0,10) }}
417
file: ./prometheus/prometheus.rules.yml
0 commit comments