mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 15:10:34 +00:00
The spanmetrics connector had no namespace, so it emitted traces_span_metrics_* metric names by default. The span dashboards and docs are renamed to query span_* names; this is only correct if the connector emits them too, so add namespace: "span" to the spanmetrics connector. Both sides change together: renaming the dashboards without the namespace (or vice versa) would break the pipeline. Matches the phase9 collector config. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>