File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
examples/docker-compose/prometheus Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ services:
8585 - GF_USERS_ALLOW_SIGN_UP=false
8686
8787volumes :
88- prometheus_data :
89- grafana_data :
88+ prometheus_data : {}
89+ grafana_data : {}
9090
9191networks :
9292 nginx-monitoring :
Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ services:
8585 - GF_USERS_ALLOW_SIGN_UP=false
8686
8787volumes :
88- prometheus_data :
89- grafana_data :
88+ prometheus_data : {}
89+ grafana_data : {}
9090
9191networks :
9292 nginx-monitoring :
Original file line number Diff line number Diff line change 33 evaluation_interval : 15s
44
55rule_files : []
6- # - "first_rules.yml"
7- # - "second_rules.yml"
6+ # - "first_rules.yml"
7+ # - "second_rules.yml"
88
99scrape_configs :
1010 # The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.
You can’t perform that action at this time.
0 commit comments