feat: OpenTelemetry configuration and BaseApp instrumentation #25516
+1,645
−180
Codecov / codecov/project
succeeded
Dec 10, 2025 in 0s
70.42% (+1.92%) compared to a15ac0b
View this Pull Request on Codecov
70.42% (+1.92%) compared to a15ac0b
Details
Codecov Report
❌ Patch coverage is 46.39423% with 223 lines in your changes missing coverage. Please review.
✅ Project coverage is 70.42%. Comparing base (a15ac0b) to head (6c771f8).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| telemetry/config.go | 1.47% | 134 Missing |
| telemetry/compat.go | 0.00% | 59 Missing |
| server/start.go | 0.00% | 10 Missing |
| telemetry/testing.go | 0.00% | 7 Missing |
| types/module/module.go | 88.63% | 5 Missing |
| baseapp/baseapp.go | 94.73% | 2 Missing |
| client/cmd.go | 0.00% | 2 Missing |
| telemetry/metrics.go | 0.00% | 2 Missing |
| contrib/x/crisis/abci.go | 0.00% | 1 Missing |
| x/genutil/client/cli/init.go | 66.66% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #25516 +/- ##
==========================================
+ Coverage 68.50% 70.42% +1.92%
==========================================
Files 865 833 -32
Lines 56145 54395 -1750
==========================================
- Hits 38460 38310 -150
+ Misses 17685 16085 -1600 | Files with missing lines | Coverage Δ | |
|---|---|---|
| baseapp/abci.go | 86.90% <100.00%> (+0.78%) |
⬆️ |
| baseapp/grpcserver.go | 74.07% <100.00%> (ø) |
|
| baseapp/state/manager.go | 84.37% <100.00%> (+2.23%) |
⬆️ |
| baseapp/state/state.go | 85.71% <ø> (ø) |
|
| blockstm/stm.go | 79.31% <100.00%> (ø) |
|
| server/api/server.go | 66.31% <ø> (ø) |
|
| server/config/config.go | 93.10% <ø> (ø) |
|
| server/config/toml.go | 81.81% <ø> (ø) |
|
| server/grpc/server.go | 45.00% <100.00%> (+0.69%) |
⬆️ |
| telemetry/wrapper.go | 57.14% <ø> (ø) |
|
| ... and 29 more |
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading