mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-07 10:47:05 +00:00
- Set Prometheus as default datasource (isDefault: true) so dashboard panels using type: prometheus without explicit UID resolve correctly. Previously Jaeger was implicitly the default, causing all PromQL panels to return empty results. - Explicitly set isDefault: false on Jaeger datasource to prevent implicit default behavior. - Add service_instance_id=rippled-standalone to xrpld-telemetry.cfg so Grafana $node dropdown shows a readable name instead of the base58 node public key. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>