Phase 5: Observability stack — spanmetrics, dashboards, runbook#6427
Draft
pratikmankawde wants to merge 1 commit intopratik/otel-phase4-consensus-tracingfrom
Draft
Phase 5: Observability stack — spanmetrics, dashboards, runbook#6427pratikmankawde wants to merge 1 commit intopratik/otel-phase4-consensus-tracingfrom
pratikmankawde wants to merge 1 commit intopratik/otel-phase4-consensus-tracingfrom
Conversation
4a96959 to
0ad5ca4
Compare
6cff91c to
8440a32
Compare
0ad5ca4 to
1f7808e
Compare
8440a32 to
d8c284b
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## pratik/otel-phase4-consensus-tracing #6427 +/- ##
====================================================================
Coverage 79.7% 79.7%
====================================================================
Files 851 851
Lines 67952 67952
Branches 7594 7589 -5
====================================================================
+ Hits 54184 54189 +5
+ Misses 13768 13763 -5
🚀 New features to boost your workflow:
|
1f7808e to
3f240a3
Compare
1d093fc to
ec73991
Compare
3f240a3 to
3402876
Compare
ec73991 to
69b4829
Compare
3402876 to
55bb221
Compare
46af63d to
2391149
Compare
55bb221 to
4c67a5f
Compare
This was referenced Feb 26, 2026
4c67a5f to
6e75849
Compare
fc1ed3c to
3581839
Compare
6e75849 to
04e94ce
Compare
3581839 to
56cc5e6
Compare
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
56cc5e6 to
85f583f
Compare
04e94ce to
735ecd1
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.
High Level Overview of Change
Add the observability stack for consuming trace data: OTel Collector spanmetrics connector for deriving RED metrics, Prometheus for metrics storage, and three pre-built Grafana dashboards (RPC Performance, Consensus Health, Transaction Overview). Includes an operator runbook for setup, configuration, and troubleshooting.
Context of Change
Phase 5 of the OpenTelemetry distributed tracing project. Phases 2–4 produce trace spans but operators need dashboards and metrics to get value from the data. The spanmetrics connector in the OTel Collector derives rate/error/duration (RED) metrics from trace spans without additional instrumentation. Prometheus scrapes these metrics, and Grafana provides visualization.
The three dashboards cover the primary tracing domains:
Design doc:
OpenTelemetryPlan/directory in this repo.Type of Change
API Impact
No API impact. This change only affects the Docker-based observability stack and documentation.
Test Plan
docker compose upand verify Prometheus scrapes spanmetrics at:8889.