Enable mdatagen reaggregation by default#15305
Conversation
Assisted-by: ChatGPT 5
Assisted-by: ChatGPT 5
Merging this PR will improve performance by 34.81%
|
| Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|
| ⚡ | BenchmarkBatchMetricProcessor2k |
163.1 ms | 125.5 ms | +30.01% |
| ⚡ | BenchmarkHTTPProtoLogsSequential |
4.9 ms | 3.6 ms | +35.77% |
| ⚡ | BenchmarkGRPCLogsSequential |
6.1 ms | 4.4 ms | +38.8% |
Tip
Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.
Comparing dmitryax:mdatagen-reaggregation-default (da33ff9) with main (27d23c6)
Footnotes
-
76 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #15305 +/- ##
==========================================
+ Coverage 91.25% 91.27% +0.02%
==========================================
Files 705 705
Lines 46084 46087 +3
==========================================
+ Hits 42056 42068 +12
+ Misses 2822 2808 -14
- Partials 1206 1211 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3073e35
All the components upstream got the reaggregation feature enabled open-telemetry/opentelemetry-collector-contrib#45396.
reaggregation_enabledoption can be set to true by default now.