Add OpenTelemetry configuration and observability documentation

This commit is contained in:
Marc Schäfer
2025-10-07 09:16:44 +02:00
parent 09e9bd9493
commit 0f83489f11
4 changed files with 254 additions and 0 deletions

11
examples/prometheus.yml Normal file
View 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"]