mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
10 lines
238 B
YAML
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"]
|