Skip to content

chore(all): update opentelemetry-go-contrib monorepo#693

Open
renovate-bot wants to merge 1 commit into
openconfig:mainfrom
renovate-bot:renovate/opentelemetry-go-contrib-monorepo
Open

chore(all): update opentelemetry-go-contrib monorepo#693
renovate-bot wants to merge 1 commit into
openconfig:mainfrom
renovate-bot:renovate/opentelemetry-go-contrib-monorepo

Conversation

@renovate-bot

@renovate-bot renovate-bot commented May 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
go.opentelemetry.io/contrib/detectors/gcp v1.43.0v1.44.0 age confidence
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0v0.69.0 age confidence

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

Full Changelog: open-telemetry/opentelemetry-go-contrib@v1.43.0...v1.44.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Monday through Friday (* * * * 1-5)
  • 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@forking-renovate

forking-renovate Bot commented May 14, 2026

Copy link
Copy Markdown

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 17 additional dependencies were updated

Details:

Package Change
github.com/golang/glog v1.2.4 -> v1.2.5
go.opentelemetry.io/otel v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/sdk v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/sdk/metric v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/trace v1.43.0 -> v1.44.0
golang.org/x/oauth2 v0.27.0 -> v0.36.0
golang.org/x/sys v0.43.0 -> v0.45.0
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 -> v0.0.0-20260226221140-a57be14db171
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 -> v0.0.0-20260526163538-3dc84a4a5aaa
google.golang.org/grpc v1.71.0 -> v1.81.1
google.golang.org/protobuf v1.36.10 -> v1.36.11
go.opentelemetry.io/otel/metric v1.43.0 -> v1.44.0
golang.org/x/crypto v0.45.0 -> v0.51.0
golang.org/x/net v0.47.0 -> v0.55.0
golang.org/x/sync v0.18.0 -> v0.20.0
golang.org/x/term v0.37.0 -> v0.43.0
golang.org/x/text v0.31.0 -> v0.37.0

@renovate-bot renovate-bot requested a review from a team as a code owner May 14, 2026 00:48
@renovate-bot renovate-bot force-pushed the renovate/opentelemetry-go-contrib-monorepo branch from b3198d5 to ad85449 Compare May 28, 2026 06:59
@renovate-bot renovate-bot changed the title chore(all): update module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to v0.68.0 chore(all): update opentelemetry-go-contrib monorepo May 28, 2026
@renovate-bot renovate-bot force-pushed the renovate/opentelemetry-go-contrib-monorepo branch from ad85449 to 1a124d0 Compare June 10, 2026 10:07
@renovate-bot renovate-bot changed the title chore(all): update opentelemetry-go-contrib monorepo chore(all): update opentelemetry-go-contrib monorepo to v0.69.0 Jun 10, 2026
@renovate-bot renovate-bot force-pushed the renovate/opentelemetry-go-contrib-monorepo branch from 1a124d0 to ddf7503 Compare June 10, 2026 14:53
@renovate-bot renovate-bot changed the title chore(all): update opentelemetry-go-contrib monorepo to v0.69.0 chore(all): update opentelemetry-go-contrib monorepo Jun 10, 2026
@renovate-bot renovate-bot force-pushed the renovate/opentelemetry-go-contrib-monorepo branch from ddf7503 to bfb23db Compare June 25, 2026 18:39
@renovate-bot renovate-bot changed the title chore(all): update opentelemetry-go-contrib monorepo chore(all): update module go.opentelemetry.io/contrib/detectors/gcp to v1.44.0 Jun 25, 2026
@renovate-bot renovate-bot force-pushed the renovate/opentelemetry-go-contrib-monorepo branch from bfb23db to b784a18 Compare June 25, 2026 23:02
@renovate-bot renovate-bot changed the title chore(all): update module go.opentelemetry.io/contrib/detectors/gcp to v1.44.0 chore(all): update opentelemetry-go-contrib monorepo Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant