mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
This adds tooling to debug and inspect traces locally, please refer to the README.md in this commit for more details.
6 lines
174 B
YAML
6 lines
174 B
YAML
scrape_configs:
|
|
- job_name: 'otel-collector'
|
|
scrape_interval: 10s
|
|
static_configs:
|
|
- targets: ['otel-collector:8889']
|
|
- targets: ['otel-collector:8888']
|