Skip to content

fix(deps): update opentelemetry (9.3)#6541

Open
elastic-renovate-prod[bot] wants to merge 1 commit into
9.3from
renovate/9.3-opentelemetry
Open

fix(deps): update opentelemetry (9.3)#6541
elastic-renovate-prod[bot] wants to merge 1 commit into
9.3from
renovate/9.3-opentelemetry

Conversation

@elastic-renovate-prod
Copy link
Copy Markdown
Contributor

@elastic-renovate-prod elastic-renovate-prod Bot commented May 29, 2026

This PR contains the following updates:

Package Type Update Change
go.opentelemetry.io/contrib/detectors/gcp indirect minor v1.43.0 -> v1.44.0
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws require minor v0.68.0 -> v0.69.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc indirect minor v0.68.0 -> v0.69.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp indirect minor v0.68.0 -> v0.69.0
go.opentelemetry.io/otel require minor v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc require minor v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace indirect minor v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc require minor v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/metric indirect minor v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/sdk require minor v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/sdk/metric require minor v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/trace require minor v1.43.0 -> v1.44.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/detectors/gcp)

v1.44.0: /v2.5.1/v0.69.0/v0.37.1/v0.24.0/v0.19.0/v0.16.1/v0.16.0

Compare Source

Added
  • Add error.type attribute to http.client.request.duration for transport failures in otelhttp. (#​8801)
  • Add examples for prometheus compatibility document. (#​8716)
  • Add support for cardinality_limits in PeriodicMetricReader in otelconf. (#​8885)
  • Add Resource method to SDK in go.opentelemetry.io/contrib/otelconf/x to expose the resolved SDK resource from declarative configuration. (#​8913)
  • Add go.opentelemetry.io/contrib/detectors/hetzner, a new resource detector for Hetzner Cloud servers, ported from github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor/internal/hetzner. Detects cloud.provider, cloud.platform, cloud.region, cloud.availability_zone, host.id, and host.name. (#​8979)
Changed
  • Set error field as record.SetErr instead of a plain attribute in go.opentelemetry.io/contrib/bridges/otellogrus. (#​8776)
  • Set the "error" field (e.g. created via zap.Error) as record.SetErr instead of a plain attribute in go.opentelemetry.io/contrib/bridges/otelzap. (#​8719)
  • Set fields implementing error interface from slog records as record.SetErr instead of plain attributes in go.opentelemetry.io/contrib/bridges/otelslog. (#​8774)
  • Set emitted errors in go.opentelemetry.io/contrib/bridges/otellogr as record errors (Record.SetErr) instead of exception.message attributes. (#​8775)
Fixed
  • Fix header attributes lost when using sub-spans in go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace. (#​8797)
  • Validate encoding configuration for OTLP HTTP exporters in go.opentelemetry.io/contrib/otelconf. (#​8772)
  • Remove the custom body wrapper from the request's body after the request is processed to allow body type comparisons with the original type in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp and go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux. (#​6914)
  • Unknown or empty HTTP methods now report "_OTHER" instead of "GET" across all HTTP instrumentations to align with OpenTelemetry semantic conventions. (#​8868)
  • The default span name formatter in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp now conforms to the OpenTelemetry HTTP semantic conventions for server span names. (#​8871)
    • The default span name is now {method} {route} (e.g. GET /foo/{id}) when a route pattern is available, or {method} (e.g. GET) otherwise.
Removed
  • Remove the deprecated WithSpanOptions option in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#​8991)

What's Changed

New Contributors


Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@elastic-renovate-prod elastic-renovate-prod Bot requested a review from a team as a code owner May 29, 2026 14:52
@elastic-renovate-prod elastic-renovate-prod Bot added backport-skip dependencies Pull requests that update a dependency file renovate renovate-auto-approve Team:Security-Cloud Services Security Data Experience - Cloud Services team. labels May 29, 2026
@elastic-renovate-prod elastic-renovate-prod Bot enabled auto-merge May 29, 2026 14:52
@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/9.3-opentelemetry branch from 46c2b17 to 776da75 Compare May 29, 2026 15:16
@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented May 29, 2026

This pull request is now in conflicts. Could you fix it? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b renovate/9.3-opentelemetry upstream/renovate/9.3-opentelemetry
git merge upstream/9.3
git push upstream renovate/9.3-opentelemetry

@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/9.3-opentelemetry branch from 776da75 to a8976fa Compare May 29, 2026 18:34
@elastic-renovate-prod elastic-renovate-prod Bot changed the title fix(deps): update opentelemetry (9.3) fix(deps): update opentelemetry to v1.44.0 (9.3) May 29, 2026
@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/9.3-opentelemetry branch from a8976fa to 887191a Compare May 29, 2026 19:04
@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/9.3-opentelemetry branch from 887191a to aa9ddd6 Compare May 30, 2026 06:48
@elastic-renovate-prod elastic-renovate-prod Bot changed the title fix(deps): update opentelemetry to v1.44.0 (9.3) fix(deps): update opentelemetry (9.3) May 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-skip dependencies Pull requests that update a dependency file renovate renovate-auto-approve Team:Security-Cloud Services Security Data Experience - Cloud Services team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants