blob: 08f7220426b769b2004f194d562207e9fe1f1e68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
global:
evaluation_interval: 30s
scrape_interval: 5s
scrape_configs:
- job_name: otel
static_configs:
- targets:
- 'otelcol:9464'
- job_name: otel-collector
static_configs:
- targets:
- 'otelcol:8888'
|