mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
7 lines
174 B
YAML
7 lines
174 B
YAML
|
|
scrape_configs:
|
||
|
|
- job_name: 'otel-collector'
|
||
|
|
scrape_interval: 10s
|
||
|
|
static_configs:
|
||
|
|
- targets: ['otel-collector:8889']
|
||
|
|
- targets: ['otel-collector:8888']
|