[chore] Prepare release v1.54.0/v0.148.0 - #14772
Conversation
Merging this PR will improve performance by 27.66%
|
| Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|
| ⚡ | BenchmarkTraceSizeSpanCount |
60 ns | 47 ns | +27.66% |
Comparing prepare-release-prs/0.148.0 (ede31f8) with main (665ab5d)
Footnotes
-
78 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❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (92.59%) is below the target coverage (95.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #14772 +/- ##
==========================================
- Coverage 91.40% 91.39% -0.01%
==========================================
Files 695 695
Lines 44390 44400 +10
==========================================
+ Hits 40573 40581 +8
- Misses 2685 2686 +1
- Partials 1132 1133 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
codeboten
left a comment
There was a problem hiding this comment.
Not sure what happened here
Error: failed to generate config files: failed to resolve config schema: failed to resolve $ref "./internal/metadata.metrics_builder_config": failed to resolve internal references in external schema ./internal/metadata.metrics_builder_config: failed to resolve $ref "go.opentelemetry.io/collector/filter.config": schema not found
internal/samplereceiver/doc.go:5: running "mdatagen": exit status 1
E
|
Yeah, it's new cfggen. I'm fixing it |
…14773) Same as #14774, against failing release branch This change make mdatagen to rewrite same-repo schema references to absolute local refs during schema generation and resolution. Instead of keeping refs like go.opentelemetry.io/collector/filter.config as versioned external references, mdatagen now converts them to /filter.config when the ref belongs to the current repo import root. This avoids generator failures in release/version-bump PRs where mdatagen would otherwise try to resolve schemas from a not-yet-published version tag or .schemas/<next-version> cache. See https://github.com/open-telemetry/opentelemetry-collector/actions/runs/23166843771/job/67309001982?pr=14772
The following commands were run to prepare this release: