Files
rippled/docker/telemetry
Pratik Mankawde f9d482ba2b fix(telemetry): drop insight keys the OTel collector discards from devnet cfg
The devnet config was missed when the mainnet one was corrected. On the
OTel path prefix is inert, because formatName() ignores it, and
service_instance_id is read and then discarded -- OTelCollector.cpp does
`(void)instanceId`. The service_instance_id label Prometheus shows comes
from [telemetry] service_instance_id, which this file still sets, so
dashboards keep filtering by node.

The comment removed here claimed every insight-backed panel goes empty
without the [insight] copy of the key. That is not the case.
2026-08-27 12:58:57 +01:00
..