-
Notifications
You must be signed in to change notification settings - Fork 2.6k
fix(deps): update all otel collector packages #7458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update all otel collector packages #7458
Conversation
Signed-off-by: Mend Renovate <[email protected]>
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7458 +/- ##
=======================================
Coverage 96.61% 96.62%
=======================================
Files 377 377
Lines 23089 23089
=======================================
+ Hits 22307 22309 +2
+ Misses 596 594 -2
Partials 186 186
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Metrics Comparison Summarysummary_metrics_snapshot_opensearch📊 Metrics Diff SummaryTotal Changes: 73
🆕 Added Metrics
summary_metrics_snapshot_kafka📊 Metrics Diff SummaryTotal Changes: 3
🔄 Modified Metrics
summary_metrics_snapshot_elasticsearch📊 Metrics Diff SummaryTotal Changes: 73
❌ Removed Metrics
summary_metrics_snapshot_elasticsearch📊 Metrics Diff SummaryTotal Changes: 73
🆕 Added Metrics
|
This PR contains the following updates:
v0.131.0
->v0.132.0
v1.37.0
->v1.38.0
v1.37.0
->v1.38.0
v1.37.0
->v1.38.0
v1.37.0
->v1.38.0
v1.37.0
->v1.38.0
v0.131.0
->v0.132.0
v0.131.0
->v0.132.0
v0.131.0
->v0.132.0
v0.131.0
->v0.132.0
v0.131.0
->v0.132.0
v0.131.0
->v0.132.0
v0.131.0
->v0.132.0
v0.131.0
->v0.132.0
v0.131.0
->v0.132.0
v0.131.0
->v0.132.0
v0.131.0
->v0.132.0
Release Notes
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/config/confighttp/xconfighttp)
v0.132.0
Compare Source
🛑 Breaking changes 🛑
componentstatus
: Change the signature of the componentstatus.NewEvent to accept multiple options. (#13210)Changes the signature of the component.NewEvent to accept multiple EventBuilderOption,
like the new WithAttributes constructor.
🚩 Deprecations 🚩
service
: move service.noopTraceProvider feature gate to deprecated stage (#13492)The functionality of the feature gate is available via configuration with the following telemetry settings:
mdatagen
: Remove the deletion ofgenerated_component_telemetry_test.go
. (#12067)This file used to be generated by mdatagen. Starting with 0.122.0, the code deletes that file.
It is no longer necessary to delete the file, as code has had time to upgrade to mdatagen and delete the file.
service
: Thetelemetry.disableHighCardinalityMetrics
feature gate is deprecated (#13537)The feature gate is now deprecated since metric views can be configured.
The feature gate will be removed in v0.134.0.
The metric attributes removed by this feature gate are no longer emitted
by the Collector by default, but if needed, you can achieve the same
functionality by configuring the following metric views:
Note that this requires setting
service::telemetry::metrics::level: detailed
.If you have a strong use case for using views in combination with a different
level, please show your interesthttps://github.com/open-telemetry/opentelemetry-collector/issues/10769/10769.
💡 Enhancements 💡
pdata
: Generate Logs/Traces/Metrics/Profiles and p[log|trace|metric|profile]ExportResponse with pdatagen. (#13597)This change brings consistency on how these structs are written and remove JSON marshaling/unmarshaling hand written logic.
confighttp
: Add option to configure ForceAttemptHTTP2 to support HTTP/1 specific transport settings. (#13426)pdata
: Avoid unnecessary buffer copy when JSON marshal fails. (#13598)cmd/mdatagen
: Use a custom host implementation for lifecycle tests (#13589)Use a custom noop host implementation that implements all non-deprecated, publicly-accessible interfaces implemented by the Collector service.
processorhelper
: Add processor internal duration metric. (#13231)pdata
: Improve RemoveIf for slices to not reference anymore the removed memory (#13522)🧰 Bug fixes 🧰
pdata
: Fix null pointer access when copying into a slice with larger cap but smaller len. (#13523)confighttp
: Fix middleware configuration field name from "middleware" to "middlewares" for consistency with configgrpc (#13444)memorylimiterextension, memorylimiterprocessor
: Memory limiter extension and processor shutdown don't throw an error if the component was not started first. (#9687)The components would throw an error if they were shut down before being started.
With this change, they will no longer return an error, conforming to the lifecycle of components expected.
confighttp
: Reuse zstd Reader objects (#11824)Configuration
📅 Schedule: Branch creation - "on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.