Files
rippled/docker/telemetry/prometheus.yml
2026-03-31 22:29:30 +01:00

10 lines
238 B
YAML

# Prometheus configuration for scraping spanmetrics from OTel Collector.
global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: otel-collector
static_configs:
- targets: ["otel-collector:8889"]