Skip to content
Snippets Groups Projects
Commit faef01aa authored by Jan David Mol's avatar Jan David Mol
Browse files

Scrape prometheus and grafana as well

parent 789c8492
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,21 @@ scrape_configs:
- targets: ["tango-prometheus-exporter:8000"]
labels:
"host": "localhost"
- job_name: host
scrape_interval: 60s
static_configs:
- targets: ["host.docker.internal:9100"]
labels:
"host": "localhost"
# scrape local services
- job_name: prometheus
static_configs:
- targets: ["localhost:9090"]
labels:
"host": "localhost"
- job_name: grafana
static_configs:
- targets: ["grafana:9090"]
labels:
"host": "localhost"
~
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment