mirror of
https://github.com/fosrl/newt.git
synced 2026-03-27 13:06:38 +00:00
Add OpenTelemetry configuration and observability documentation
This commit is contained in:
11
examples/prometheus.yml
Normal file
11
examples/prometheus.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: newt
|
||||
static_configs:
|
||||
- targets: ["newt:2112"]
|
||||
- job_name: otel-collector
|
||||
static_configs:
|
||||
- targets: ["collector:8889"]
|
||||
|
||||
Reference in New Issue
Block a user