fix(deps): update all otel collector packages#8207
fix(deps): update all otel collector packages#8207yurishkuro merged 2 commits intojaegertracing:mainfrom
Conversation
Signed-off-by: Mend Renovate <bot@renovateapp.com>
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
There was a problem hiding this comment.
Pull request overview
Updates Jaeger’s Go module dependencies, primarily bumping OpenTelemetry Collector core packages to the latest release set reflected in the PR metadata.
Changes:
- Bump
go.opentelemetry.io/collector/*modules fromv0.147.0/v1.53.0tov0.148.0/v1.54.0. - Refresh
go.modindirect requirements andgo.sumchecksums accordingly (including several transitive dependency bumps).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| go.mod | Updates OTel Collector core module versions and associated indirect dependency versions. |
| go.sum | Updates module checksums to match the updated dependency graph. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| go.opentelemetry.io/collector/client v1.54.0 | ||
| go.opentelemetry.io/collector/component v1.54.0 | ||
| go.opentelemetry.io/collector/component/componentstatus v0.148.0 | ||
| go.opentelemetry.io/collector/component/componenttest v0.148.0 | ||
| go.opentelemetry.io/collector/config/configauth v1.54.0 |
There was a problem hiding this comment.
The core OTel Collector modules are bumped to v0.148.0/v1.54.0, but the repo still pins multiple github.com/open-telemetry/opentelemetry-collector-contrib/... modules at v0.147.0. Since contrib and core releases are intended to stay in lockstep, this mixed version graph can lead to build/test failures (or subtle runtime incompatibilities) when contrib code is compiled against collector v0.148.0 APIs. Consider updating all opentelemetry-collector-contrib modules to v0.148.0 in go.mod (or removing the explicit pins and running go mod tidy so the module graph resolves to a consistent set).
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8207 +/- ##
==========================================
+ Coverage 95.61% 95.62% +0.01%
==========================================
Files 319 319
Lines 16793 16793
==========================================
+ Hits 16056 16058 +2
+ Misses 582 580 -2
Partials 155 155
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:
|
CI Summary ReportMetrics Comparison❌ 64 metric change(s) detected View changed metricsmetrics_snapshot_badger_e2e
metrics_snapshot_cassandras_4.x_v004_e2e_auto
metrics_snapshot_cassandras_4.x_v004_e2e_manual
metrics_snapshot_cassandras_5.x_v004_e2e_auto
metrics_snapshot_cassandras_5.x_v004_e2e_manual
metrics_snapshot_clickhouse
metrics_snapshot_elasticsearch_8.x_e2e
metrics_snapshot_elasticsearch_9.x_e2e
metrics_snapshot_grpc_e2e
metrics_snapshot_kafka_v2
metrics_snapshot_memory
metrics_snapshot_opensearch_2.x
metrics_snapshot_opensearch_3.x
Code Coverage✅ Coverage 96.8% (baseline 96.8%) ➡️ View CI run | View publish logs |
This PR contains the following updates:
v1.53.0→v1.54.0v1.53.0→v1.54.0v0.147.0→v0.148.0v0.147.0→v0.148.0v1.53.0→v1.54.0v0.147.0→v0.148.0v0.147.0→v0.148.0v0.147.0→v0.148.0v1.53.0→v1.54.0v1.53.0→v1.54.0v1.53.0→v1.54.0v1.53.0→v1.54.0v1.53.0→v1.54.0v1.53.0→v1.54.0v1.53.0→v1.54.0v1.53.0→v1.54.0v1.53.0→v1.54.0v1.53.0→v1.54.0v1.53.0→v1.54.0v0.147.0→v0.148.0v0.147.0→v0.148.0v0.147.0→v0.148.0v1.53.0→v1.54.0v0.147.0→v0.148.0v1.53.0→v1.54.0v0.147.0→v0.148.0v0.147.0→v0.148.0v0.147.0→v0.148.0v0.147.0→v0.148.0v0.147.0→v0.148.0v0.147.0→v0.148.0v1.53.0→v1.54.0v1.53.0→v1.54.0v0.147.0→v0.148.0v0.147.0→v0.148.0v1.53.0→v1.54.0v0.147.0→v0.148.0v1.53.0→v1.54.0v0.147.0→v0.148.0v1.53.0→v1.54.0v0.147.0→v0.148.0v0.147.0→v0.148.0v0.147.0→v0.148.0v0.147.0→v0.148.0v1.53.0→v1.54.0v0.147.0→v0.148.0v0.147.0→v0.148.0v0.147.0→v0.148.0Release Notes
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/client)
v1.54.0🛑 Breaking changes 🛑
all: Change metric units to be singular to match OTel specification, e.g.{requests}->{request}(#14753)💡 Enhancements 💡
cmd/mdatagen: Add deprecated_type field to allow specifying an alias for component types. (#14718)cmd/mdatagen: Generate entity-scoped MetricsBuilder API that enforces entity-metric associations at compile time (#14659)cmd/mdatagen: Skip generating reaggregation config options for metrics that have no aggregatable attributes. (#14689)pkg/service: The internal status reporter no longer drops repeated Ok and RecoverableError statuses (#14282)Status events can now carry metadata and there's value in allowing them to be emitted despite the status value itself
not changing.
🧰 Bug fixes 🧰
cmd/builder: Add.exeto output binary names when building for Windows targets. (#12591)exporter/debug: Add printing of metric metadata in detailed verbosity. (#14667)exporter/otlp_grpc: Prevent nil pointer panic when push methods are called before the OTLP exporter initializes its gRPC clients. (#14663)When the sending queue and retry are disabled, calling ConsumeTraces,
ConsumeMetrics, ConsumeLogs, or ConsumeProfiles before the OTLP exporter
initializes its gRPC clients could cause a nil pointer dereference panic.
The push methods now return an error instead of panicking.
exporter/otlp_http: Show the actual destination URL in error messages when request URL is modified by middleware. (#14673)Unwraps the
*url.Errorreturned byhttp.Client.Do()to prevent misleading error logs when a middleware extension dynamically updates the endpoint.pdata/pprofile: Switch the dictionary of dictionary tables entries only once when merging profiles (#14709)For dictionary table data, we used to switch their dictionaries when doing
the switch for the data that uses them.
However, when an entry is associated with multiple other data (several
samples can use the same stack), we would have been switching the
dictionaries of the entry multiple times.
We now switch dictionaries for dictionary table data only once, before
switching the resource profiles.
Configuration
📅 Schedule: Branch creation - "on friday" (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.