]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/examples/prometheus/prometheus.yml
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / examples / prometheus / prometheus.yml
1 global:
2 scrape_interval: 5s
3 scrape_timeout: 2s
4 evaluation_interval: 5s
5 alerting:
6 alertmanagers:
7 - follow_redirects: true
8 scheme: http
9 timeout: 5s
10 api_version: v2
11 static_configs:
12 - targets: [localhost:9464]
13 scrape_configs:
14 - job_name: otel
15 static_configs:
16 - targets: ['localhost:9464']