fix(deps): update opentelemetry (main)#4220
Closed
elastic-renovate-prod[bot] wants to merge 1 commit into
Closed
Conversation
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
3b5c3f1 to
b1b4a29
Compare
auto-merge was automatically disabled
April 9, 2026 12:24
Pull request was closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.54.0->v1.55.0v1.54.0->v1.55.0v0.148.0->v0.149.0v1.54.0->v1.55.0v1.54.0->v1.55.0v1.54.0->v1.55.0v0.148.0->v0.149.0v1.54.0->v1.55.0v0.148.0->v0.149.0v0.148.0->v0.149.0v1.54.0->v1.55.0v0.148.0->v0.149.0v1.54.0->v1.55.0v0.148.0->v0.149.0v1.54.0->v1.55.0v0.148.0->v0.149.0v1.54.0->v1.55.0v0.148.0->v0.149.0v0.148.0->v0.149.0v1.54.0->v1.55.0v0.148.0->v0.149.0v1.54.0->v1.55.0v0.148.0->v0.149.0v0.148.0->v0.149.0v1.39.0->v1.43.0v0.63.0->v0.68.0v0.63.0->v0.68.0v0.67.0->v0.68.0v1.42.0->v1.43.0v1.42.0->v1.43.0v1.42.0->v1.43.0v1.42.0->v1.43.0v1.42.0->v1.43.0v1.42.0->v1.43.0v1.42.0->v1.43.0v1.42.0->v1.43.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/client)
v1.55.0🛑 Breaking changes 🛑
pkg/service: Removeservice_name,service_instance_id, andservice_versionas constant labels on every internal metric datapoint. These attributes are already present intarget_infoand were being duplicated on each series for OpenCensus backwards compatibility. (#14811)Previously, the collector stamped every internal metric series (e.g.
otelcol_process_runtime_heap_alloc_bytes)with
service_name,service_instance_id, andservice_versionlabels to match the old OpenCensus behavior.These attributes are now only present in the
target_infometric, which is the correct Prometheus/OTel convention.Users who filter or group by these labels on individual metrics will need to update their queries to use
target_infojoins instead.💡 Enhancements 💡
all: Move aix/ppc64 to tier 3 support (#13380)all: Upgrade the profiles stability status to alpha (#14817)The following components have their profiles status upgraded from development to alpha:
cmd/mdatagen: Add semconv reference for attributes (#13297)🧰 Bug fixes 🧰
cmd/mdatagen: Fix entity code generation soextra_attributesare emitted as resource attributes instead of entity descriptive attributes. (#14778)open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/detectors/gcp)
v1.43.0: /v2.5.0/v0.68.0/v0.37.0/v0.23.0/v0.18.0/v0.16.0/v0.15.0Compare Source
Added
Resourcemethod toSDKingo.opentelemetry.io/contrib/otelconf/v0.3.0to expose the resolved SDK resource from declarative configuration. (#8660)OTEL_CONFIG_FILEingo.opentelemetry.io/contrib/otelconf. (#8639)serviceresource detector ingo.opentelemetry.io/contrib/otelconf. (#8674)attribute_count_limitandattribute_value_length_limitin tracer provider configuration ingo.opentelemetry.io/contrib/otelconf. (#8687)attribute_count_limitandattribute_value_length_limitin logger provider configuration ingo.opentelemetry.io/contrib/otelconf. (#8686)server.addressandserver.portattributes ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#8723)OTEL_SEMCONV_STABILITY_OPT_INingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. Supported values arerpc(default),rpc/dupandrpc/old. (#8726)http.routemetric attribute togo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (#8632)Changed
_to the normalized environment variable name when the key starts with a digit ingo.opentelemetry.io/contrib/propagators/envcar, ensuring POSIX compliance. (#8678)go.opentelemetry.io/contrib/otelconftogo.opentelemetry.io/contrib/otelconf/x. (#8529)go.opentelemetry.io/contrib/propagators/envcar, aligningCarrier.Keysoutput with the carrier's normalized key format. (#8761)Fixed
go.opentelemetry.io/contrib/otelconfPrometheus reader converting OTel dot-style label names (e.g.service.name) to underscore-style (service_name) intarget_infowhen bothwithout_type_suffixandwithout_unitsare set. UseNoTranslationinstead ofUnderscoreEscapingWithoutSuffixesto preserve dot-style label names while still suppressing metric name suffixes. (#8763)go.opentelemetry.io/contrib/zpages. (#8656)server.addressandserver.portattributes ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#8723)Removed
hostresource detector ingo.opentelemetry.io/contrib/otelconf. (#8581)Deprecated
OTEL_EXPERIMENTAL_CONFIG_FILEin favour ofOTEL_CONFIG_FILEingo.opentelemetry.io/contrib/otelconf. (#8639)What's Changed
e526e8aby @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/864778895462by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/866336e66a94by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/8665584a4fc4by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/86688c2dfcecby @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/86666dec52c4by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/86800744bfb5by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/86811MetricAttributes.Routeby @gaiaz-iusipov in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/867728399d8by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/869995883c5eby @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/86988d00831aby @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/86977b6b0c46by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/86955156f7daby @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/87222d5a96adby @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/87433c963978by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/8741116be699by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/874229d38bb4by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/87511c99c5cfby @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/87555http.routeattribute by @gaiaz-iusipov in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/86326f92a3bby @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/87766New Contributors
Full Changelog: open-telemetry/opentelemetry-go-contrib@v1.42.0...v1.43.0
v1.42.0: /v2.4.0/v0.67.0/v0.36.0/v0.22.0/v0.17.0/v0.15.0/v0.14.0Compare Source
Added
go.opentelemetry.io/contrib/propagators/envcar. (#8442)Changed
Upgrade
go.opentelemetry.io/otel/semconvtov1.40.0, including updates across instrumentation and detector modules. (#8631)network.protocol.name,network.protocol.version, ornetwork.transportattributes.rpc.client.request.size,rpc.client.response.size,rpc.server.request.size, andrpc.server.response.sizeare no longer emitted ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc.rpc.messagespan events and their message attributes are no longer emitted ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc(including whenWithMessageEventsis configured).See semantic-conventions v1.40.0 release for complete details.
Fixed
100-199) except101 Switching Protocolswhen storing the HTTP status code ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpandgo.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux. (#6913)Bodyhandling inTransportconsistent with stdlib ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (#8618)rpc.server.call.durationandrpc.client.call.durationingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#8642)go.opentelemetry.io/contrib/otelconfnow includesos.attributes. (#8578)Removed
What's Changed
a57be14by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/8606618da590by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/86355semconv/v1.40.0by @MrAlias in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/86315b3e3fdby @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/86366New Contributors
Full Changelog: open-telemetry/opentelemetry-go-contrib@v1.41.0...v1.42.0
v1.41.0: /v2.3.0/v0.66.0/v0.35.0/v0.21.0/v0.16.0/v0.14.0/v0.13.0Compare Source
This release is the last to support Go 1.24.
The next release will require at least [Go 1.25].
Added
WithSpanKindoption ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcto override the defConfiguration
📅 Schedule: Branch creation - "* 1 * * 1-5" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Renovate Bot.