mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 15:10:34 +00:00
Add a resource/tier processor so each collector stamps the deployment tier onto the signals it forwards, enabling a single Grafana stack to hold data from many collectors and filter by tier: - deployment.environment (upsert): the collector is authoritative for its environment (local/ci/test/prod). - xrpl.network.type (insert): the xrpld node already stamps its own chain, so the collector only fills this when absent, never overwriting a node's real network. Wired into the traces pipeline (the only pipeline on this branch); later phases extend it to metrics and logs as those pipelines appear. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>