mirror of
https://github.com/fosrl/newt.git
synced 2026-03-26 20:46:41 +00:00
11 lines
203 B
YAML
11 lines
203 B
YAML
global:
|
|
scrape_interval: 15s
|
|
|
|
scrape_configs:
|
|
- job_name: newt
|
|
static_configs:
|
|
- targets: ["newt:2112"]
|
|
- job_name: otel-collector
|
|
static_configs:
|
|
- targets: ["collector:8889"]
|