Skip to content

Commit 97dbedf

Browse files
committed
No need for additional labels in the basic configuration
1 parent 2fd8a37 commit 97dbedf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ansible/roles/prometheus/templates/prometheus.yml.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ global:
22
scrape_interval: 60s
33
scrape_timeout: 10s
44
evaluation_interval: 15s
5-
external_labels:
6-
monitor: 'kolla'
75

86
{% if prometheus_alert_rules.files is defined and prometheus_alert_rules.files | length > 0 %}
97
rule_files:

0 commit comments

Comments
 (0)