-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 #6670
fix(deps): update all otel collector packages #6670
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6670 +/- ##
==========================================
+ Coverage 95.96% 95.98% +0.01%
==========================================
Files 363 363
Lines 20601 20601
==========================================
+ Hits 19770 19773 +3
+ Misses 634 632 -2
+ Partials 197 196 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
b5c8d8c
to
f896a87
Compare
Kafka ingester failing with:
|
Head branch was pushed to by a user without write access
f896a87
to
7ce0b0e
Compare
we have a bug in
but we didn't do the same for the metrics port
I am not sure what changed in the collector that this is now causing a port conflict when it didn't before, but we did have port conflicts on the healthchecks, so we need to change our config |
Signed-off-by: Mend Renovate <[email protected]>
7ce0b0e
to
b752bd0
Compare
This PR contains the following updates:
v1.24.0
->v1.25.0
v1.24.0
->v1.25.0
v0.118.0
->v0.119.0
v0.118.0
->v0.119.0
v0.118.0
->v0.119.0
v0.118.0
->v0.119.0
v0.118.0
->v0.119.0
v0.118.0
->v0.119.0
Release Notes
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/confmap/provider/fileprovider)
v1.25.0
🛑 Breaking changes 🛑
exporterhelper
: Rename exporter span signal specific attributes (e.g. "sent_spans" / "send_failed_span") to "items.sent" / "items.failed". (#12165)cmd/mdatagen
: Remove dead fieldtelemetry::level
(#12144)exporterhelper
: Change exporter ID to be a Span level attribute instead on each event. (#12164)This does not have an impact on the level of information emitted, but on the structure of the Span.
cmd/mdatagen
: Removelevel
field from metrics definition (#12145)This mechanism will be added back once a new views mechanism is implemented.
💡 Enhancements 💡
configtls
: Allow users to mention their preferred curve types for ECDHE handshake (#12174)service
: remove custom code and instead use config package to instantiate meter provider. (#11611)otelcol
: Adds support for listing config providers in components command's output (#11570)general
: Reduce memory allocations when loading configuration and parsing component names (#11964)🧰 Bug fixes 🧰
exporterhelper
: Fix bug that the exporter with new batcher may have been marked as non mutation. (#12239)Only affects users that manually turned on
exporter.UsePullingBasedExporterQueueBatcher
featuregate.service
: Preserve URL normalization logic that was present before. (#12254)confighttp
: confighttp.ToServer now sets ErrorLog with a default logger backed by Zap (#11820)This change ensures that the http.Server's ErrorLog is correctly set using Zap's logger at the error level, addressing the issue of error logs being printed using a different logger.
exporterhelper
: Fix context propagation for DisabledBatcher (#12231)mdatagen
: apply fieldalignment to generated code (#12125)mdatagen
: Fix bug where Histograms were marked as not supporting temporaly aggregation (#12168)exporterhelper
: Fix MergeSplit issue that ignores the initial message size. (#12257)service
: Include validation errors from telemetry.Config when validating the service config (#12100)Previously validation errors were only printed to the console
service-telemetry
: pass the missing async error channel into service telemetry settings (#11417)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.