Skip to content
Snippets Groups Projects
Commit 6f72fc09 authored by Hannes Feldt's avatar Hannes Feldt
Browse files

add tango slow exporter

parent e726d8a6
No related branches found
No related tags found
3 merge requests!751Resolve L2SS-1340 "Deploy monitoring to nomad",!749Resolve L2SS-1342 "Migrate jupyter",!685Resolve L2SS-1340 "Deploy monitoring to nomad"
...@@ -262,6 +262,13 @@ localhost:5432:grafana:postgres:password ...@@ -262,6 +262,13 @@ localhost:5432:grafana:postgres:password
- targets: ["tango-prometheus-fast-exporter:8000"] - targets: ["tango-prometheus-fast-exporter:8000"]
labels: labels:
"host": "localhost" "host": "localhost"
- job_name: tango-slow
scrape_interval: 60s
scrape_timeout: 30s
static_configs:
- targets: ["tango-prometheus-slow-exporter:8000"]
labels:
"host": "localhost"
- job_name: host - job_name: host
scrape_interval: 60s scrape_interval: 60s
static_configs: static_configs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment