Phase 6: Integrate beast::insight StatsD metrics into telemetry pipeline#6439
Draft
pratikmankawde wants to merge 1 commit intopratik/otel-phase5-docs-deploymentfrom
Draft
Phase 6: Integrate beast::insight StatsD metrics into telemetry pipeline#6439pratikmankawde wants to merge 1 commit intopratik/otel-phase5-docs-deploymentfrom
pratikmankawde wants to merge 1 commit intopratik/otel-phase5-docs-deploymentfrom
Conversation
This was referenced Feb 26, 2026
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## pratik/otel-phase5-docs-deployment #6439 +/- ##
====================================================================
Coverage ? 79.7%
====================================================================
Files ? 851
Lines ? 67968
Branches ? 7602
====================================================================
Hits ? 54187
Misses ? 13781
Partials ? 0
🚀 New features to boost your workflow:
|
fc1ed3c to
3581839
Compare
8e54a05 to
2c0b65a
Compare
3581839 to
56cc5e6
Compare
2c0b65a to
b006bb0
Compare
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
56cc5e6 to
85f583f
Compare
b006bb0 to
f705af8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
beast::insightmetrics into Prometheus alongside span-derived RED metricsDetails
StatsD Pipeline Integration
statsdreceiver on UDP 8125 withtimer_histogram_mappingfor histogram conversion[insight]config added to integration test node configs (server=statsd,address=127.0.0.1:8125,prefix=rippled)receivers: [spanmetrics, statsd]→ single Prometheus endpoint on port 8889New Grafana Dashboards (StatsD)
New Spans (6)
ledger.build,ledger.validate,ledger.store(fills emptytrace_ledgercategory)tx.apply(transaction batch application per ledger)peer.proposal.receive,peer.validation.receive(extends peer tracing, disabled by default)Known Limitation
Resource Manager
warnanddropmetrics use non-standard|mStatsD type which the OTel receiver silently drops. Fix (|m→|cin StatsDCollector.cpp:706) is deferred as a separate breaking change (Phase 6 Task 6.1).Test plan
pccpasses on all changed C++ filespython3 -m json.tool)docker compose upstarts StatsD receiver on port 8125[insight]in rippledledger.build,ledger.validate,ledger.store,tx.apply🤖 Generated with Claude Code