mirror of
https://github.com/fosrl/newt.git
synced 2026-03-27 04:56:41 +00:00
fix(docker-compose, prometheus): remove unnecessary comments and improve clarity
This commit is contained in:
@@ -39,7 +39,7 @@ services:
|
|||||||
- "9090:9090"
|
- "9090:9090"
|
||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
image: grafana/grafana:latest
|
image: grafana/grafana:12.2.0
|
||||||
container_name: newt-metrics-grafana
|
container_name: newt-metrics-grafana
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -14,4 +14,3 @@ scrape_configs:
|
|||||||
# - action: keep
|
# - action: keep
|
||||||
# source_labels: [site_id]
|
# source_labels: [site_id]
|
||||||
# regex: '(site-a|site-b)'
|
# regex: '(site-a|site-b)'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user