Skip to content

fix(deps): update opentelemetry-go-contrib monorepo#3446

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/opentelemetry-go-contrib-monorepo
Open

fix(deps): update opentelemetry-go-contrib monorepo#3446
renovate[bot] wants to merge 1 commit intomainfrom
renovate/opentelemetry-go-contrib-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 6, 2026

This PR contains the following updates:

Package Change Age Confidence
go.opentelemetry.io/contrib/bridges/prometheus v0.65.0v0.68.0 age confidence
go.opentelemetry.io/contrib/detectors/autodetect v0.12.0v0.15.0 age confidence
go.opentelemetry.io/contrib/detectors/aws/ec2/v2 v2.2.0v2.5.0 age confidence
go.opentelemetry.io/contrib/detectors/aws/ecs v1.40.0v1.43.0 age confidence
go.opentelemetry.io/contrib/detectors/aws/eks v1.40.0v1.43.0 age confidence
go.opentelemetry.io/contrib/detectors/aws/lambda v0.65.0v0.68.0 age confidence
go.opentelemetry.io/contrib/detectors/azure/azurevm v0.12.0v0.15.0 age confidence
go.opentelemetry.io/contrib/detectors/gcp v1.40.0v1.43.0 age confidence
go.opentelemetry.io/contrib/exporters/autoexport v0.65.0v0.68.0 age confidence
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0v0.68.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/autodetect)

v0.15.0

Compare Source

[0.15.0] - 2020-12-11

Added
  • A new Amazon EKS resource detector. (#​465)
  • A new gcp.CloudRun detector for detecting resource from a Cloud Run instance. (#​455)

Raw changes made between v0.14.0 and v0.15.0

e7b70eb Prepare for v0.15.0 release (#​486)
54c6a6c Add detector for Cloud Run service. (#​455)
79af2e9 Bump google.golang.org/grpc from 1.33.2 to 1.34.0 in /instrumentation/google.golang.org/grpc/otelgrpc (#​481)
fd9db4a Bump cloud.google.com/go from 0.72.0 to 0.73.0 in /detectors/gcp (#​483)
8f0fa29 Bump google.golang.org/grpc from 1.33.2 to 1.34.0 in /instrumentation/google.golang.org/grpc/otelgrpc/example (#​482)
401ff52 Bump google.golang.org/grpc from 1.33.2 to 1.34.0 in /propagators/opencensus/examples (#​480)
da8faf5 Bump github.com/aws/aws-sdk-go from 1.35.35 to 1.36.2 in /detectors/aws (#​479)
b02fae7 Add Amazon EKS Resource Detector (#​465)
d1534b8 add opencensus propagation readme and example (#​473)
e1c598c Add AWS X-Ray Propagator (#​462)
f9f5a21 move opencensus binary propagation to contrib (#​467)
82eb6a3 Bump github.com/google/go-cmp from 0.5.3 to 0.5.4 in /instrumentation/net/http/httptrace/otelhttptrace (#​472)
7ffe595 Bump github.com/google/go-cmp from 0.5.3 to 0.5.4 in /propagators (#​471)
be1c230 Bump github.com/google/go-cmp from 0.5.3 to 0.5.4 in /exporters/metric/cortex (#​470)
59c92e2 Bump github.com/aws/aws-sdk-go from 1.35.33 to 1.35.35 in /detectors/aws (#​469)
9e9f21b Bump github.com/golangci/golangci-lint from 1.32.2 to 1.33.0 in /tools (#​468)
645d23a Add Amazon ECS Resource Detector (#​466)
d648427 Bump github.com/aws/aws-sdk-go from 1.35.28 to 1.35.33 in /detectors/aws (#​463)
3be1f0d Bump github.com/Shopify/sarama from 1.27.0 to 1.27.2 in /instrumentation/github.com/Shopify/sarama/otelsarama (#​464)

v0.14.0

Compare Source

Added
  • otelhttp.{Get,Head,Post,PostForm} convenience wrappers for their http counterparts. (#​390)
  • The AWS detector now adds the cloud zone, host image ID, host type, and host name to the returned Resource. (#​410)
Changed
  • Add semantic version to Tracer / Meter created by instrumentation packages otelsaram, otelrestful, otelmongo, otelhttp and otelhttptrace. (#​412)
  • Update instrumentation guidelines about tracer / meter semantic version. (#​412)
  • Replace internal tracer and meter helpers by helpers from go.opentelemetry.io/otel. (#​414)
  • gRPC instrumentation sets span attribute rpc.grpc.status_code. (#​453)

Fixed

  • /detectors/aws no longer fails if instance metadata is not available (e.g. not running in AWS) (#​401)
  • The AWS detector now returns a partial resource and an appropriate error if it encounters an error part way through determining a Resource identity. (#​410)
  • The host instrumentation unit test has been updated to not depend on the system it runs on. (#​426)

Raw changes made between v0.13.0 and v0.14.0

f284e28 (HEAD -> master, tag: v0.14.0, tag: propagators/v0.14.0, tag: instrumentation/runtime/v0.14.0, tag: instrumentation/runtime/example/v0.14.0, tag: instrumentation/net/http/otelhttp/v0.14.0, tag: instrumentation/net/http/otelhttp/example/v0.14.0, tag: instrumentation/net/http/httptrace/otelhttptrace/v0.14.0, tag: instrumentation/net/http/httptrace/otelhttptrace/example/v0.14.0, tag: instrumentation/host/v0.14.0, tag: instrumentation/host/example/v0.14.0, tag: instrumentation/gopkg.in/macaron.v1/otelmacaron/v0.14.0, tag: instrumentation/gopkg.in/macaron.v1/otelmacaron/example/v0.14.0, tag: instrumentation/google.golang.org/grpc/otelgrpc/v0.14.0, tag: instrumentation/google.golang.org/grpc/otelgrpc/example/v0.14.0, tag: instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/v0.14.0, tag: instrumentation/github.com/labstack/echo/otelecho/v0.14.0, tag: instrumentation/github.com/labstack/echo/otelecho/example/v0.14.0, tag: instrumentation/github.com/gorilla/mux/otelmux/v0.14.0, tag: instrumentation/github.com/gorilla/mux/otelmux/example/v0.14.0, tag: instrumentation/github.com/gocql/gocql/otelgocql/v0.14.0, tag: instrumentation/github.com/gocql/gocql/otelgocql/example/v0.14.0, tag: instrumentation/github.com/gin-gonic/gin/otelgin/v0.14.0, tag: instrumentation/github.com/gin-gonic/gin/otelgin/example/v0.14.0, tag: instrumentation/github.com/emicklei/go-restful/otelrestful/v0.14.0, tag: instrumentation/github.com/emicklei/go-restful/otelrestful/example/v0.14.0, tag: instrumentation/github.com/bradfitz/gomemcache/memcache/otelmemcache/v0.14.0, tag: instrumentation/github.com/bradfitz/gomemcache/memcache/otelmemcache/example/v0.14.0, tag: instrumentation/github.com/astaxie/beego/otelbeego/v0.14.0, tag: instrumentation/github.com/astaxie/beego/otelbeego/example/v0.14.0, tag: instrumentation/github.com/Shopify/sarama/otelsarama/v0.14.0, tag: instrumentation/github.com/Shopify/sarama/otelsarama/example/v0.14.0, tag: exporters/metric/dogstatsd/v0.14.0, tag: exporters/metric/datadog/v0.14.0, tag: exporters/metric/cortex/v0.14.0, tag: exporters/metric/cortex/utils/v0.14.0, tag: exporters/metric/cortex/example/v0.14.0, tag: detectors/gcp/v0.14.0, tag: detectors/aws/v0.14.0, upstream/master, origin/master, origin/HEAD) Release v0.14.0 (#​461)
b83f931 Use tracer and meter test helpers from the OTEL repository instead of the internal ones (#​414)
1d3290d otelgrpc: Set attribute with gRPC status code (#​453)
1010e02 Bump gopkg.in/macaron.v1 from 1.3.9 to 1.4.0 in /instrumentation/gopkg.in/macaron.v1/otelmacaron/example (#​452)
f41bf49 Bump github.com/emicklei/go-restful/v3 from 3.3.3 to 3.4.0 in /instrumentation/github.com/emicklei/go-restful/otelrestful/example (#​451)
4ae0732 Bump github.com/google/go-cmp from 0.5.2 to 0.5.3 in /instrumentation/net/http/httptrace/otelhttptrace (#​450)
1fed756 Bump github.com/google/go-cmp from 0.5.2 to 0.5.3 in /exporters/metric/cortex (#​449)
7eac438 Bump cloud.google.com/go from 0.71.0 to 0.72.0 in /detectors/gcp (#​448)
905ae72 Bump github.com/aws/aws-sdk-go from 1.35.23 to 1.35.28 in /detectors/aws (#​447)
a459621 Bump github.com/golangci/golangci-lint from 1.32.1 to 1.32.2 in /tools (#​440)
19d1285 Bump github.com/aws/aws-sdk-go from 1.35.19 to 1.35.23 in /detectors/aws (#​441)
3757c76 Bump cloud.google.com/go from 0.70.0 to 0.71.0 in /detectors/gcp (#​442)
cb3b58f Bump google.golang.org/grpc from 1.33.1 to 1.33.2 in /instrumentation/google.golang.org/grpc/otelgrpc/example (#​443)
f43ce8d Bump github.com/astaxie/beego from 1.12.2 to 1.12.3 in /instrumentation/github.com/astaxie/beego/otelbeego/example (#​444)
520ddc7 Bump google.golang.org/grpc from 1.33.1 to 1.33.2 in /instrumentation/google.golang.org/grpc/otelgrpc (#​445)
5ad98bf Tiny README.md fix (#​438)
e7ba129 Bump github.com/aws/aws-sdk-go from 1.35.14 to 1.35.19 in /detectors/aws (#​431)
0ceee05 Bump github.com/golangci/golangci-lint from 1.32.0 to 1.32.1 in /tools (#​430)
13ae395 [aws detector] Additional Attributes (#​410)
a3f208a Replace flaky host instrumentation test (#​426)
1d9c921 Bump google.golang.org/grpc from 1.32.0 to 1.33.1 in /instrumentation/google.golang.org/grpc/otelgrpc (#​421)
a0dc004 Add sem version to remaining instrumentation packages (#​412)
4a5c934 Bump cloud.google.com/go from 0.69.1 to 0.70.0 in /detectors/gcp (#​420)
1196609 Bump github.com/emicklei/go-restful/v3 from 3.3.1 to 3.3.3 in /instrumentation/github.com/emicklei/go-restful/otelrestful/example (#​422)
c2124f7 Bump github.com/Shopify/sarama from 1.27.1 to 1.27.2 in /instrumentation/github.com/Shopify/sarama/otelsarama/example (#​423)
9219157 Bump google.golang.org/grpc from 1.32.0 to 1.33.1 in /instrumentation/google.golang.org/grpc/otelgrpc/example (#​424)
ca00abd Bump github.com/aws/aws-sdk-go from 1.35.9 to 1.35.14 in /detectors/aws (#​419)
a7a9242 Bump github.com/golangci/golangci-lint from 1.31.0 to 1.32.0 in /tools (#​418)
6fcf996 Bump cloud.google.com/go from 0.68.0 to 0.69.1 in /detectors/gcp (#​405)
46df222 Bump github.com/golang/protobuf from 1.4.2 to 1.4.3 in /instrumentation/google.golang.org/grpc/otelgrpc (#​406)
d00f9ea Bump github.com/golang/protobuf from 1.4.2 to 1.4.3 in /instrumentation/google.golang.org/grpc/otelgrpc/example (#​407)
15977d3 Bump github.com/aws/aws-sdk-go from 1.35.7 to 1.35.9 in /detectors/aws (#​404)
4f3d787 Add convenience wrappers for http.Get/Post, etc. (#​390)
15f50e0 [aws detector] Remove error when instance metadata is unavailable (#​401)
fc663ca Update README with Org GA project board (#​400)
0a44db8 Bump github.com/aws/aws-sdk-go from 1.35.2 to 1.35.7 in /detectors/aws (#​393)
b1db1e9 Bump cloud.google.com/go from 0.67.0 to 0.68.0 in /detectors/gcp (#​394)
072e6e8 Bump github.com/Shopify/sarama from 1.27.0 to 1.27.1 in /instrumentation/github.com/Shopify/sarama/otelsarama/example (#​395)
5575e5b Bump github.com/spf13/afero from 1.4.0 to 1.4.1 in /exporters/metric/cortex/utils (#​396)

v0.13.0

Compare Source

[0.13.0] - 2020-10-09

Added

Changed

  • The go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc package instrumentation no longer accepts a Tracer as an argument to the interceptor function.
    Instead, a new WithTracerProvider option is added to configure the TracerProvider used when creating the Tracer for the instrumentation. (#​373)
  • The go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron instrumentation now accepts a TracerProvider rather than a Tracer. (#​374)
  • Remove go.opentelemetry.io/otel/sdk dependency from instrumentation. (#​381)
  • Use httpsnoop in go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux to ensure http.ResponseWriter additional interfaces are preserved. (#​388)
Fixed
  • The go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho.Middleware no longer sends duplicate errors to the global ErrorHandler. (#​377, #​364)
  • The import comment in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp is now correctly quoted. (#​379)
  • The B3 propagator sets the sample bitmask when the sampling decision is debug. (#​369)

Raw changes made between v0.12.0 and v0.13.0

af2dfc7 Pre release v0.13.0 (#​391)
a84ddfe use httpsnoop to ensure http.ResponseWriter additional interfaces are preserved (#​388)
bbc03fa [propagator] Add Jaeger propagator (#​375)
082e67f Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible in /instrumentation/host (#​384)
97f3114 Update gopkg.in/macaron.v1/otelmacaron instrumentation to use TracerProvider (#​374)
a59885b Update google.golang.org/grpc/otelgrpc instrumentation to not accept Tracer (#​373)
8244cc7 fix(echo): return nil from middleware to handle error only once (#​377)
e3d25a6 Bump cloud.google.com/go from 0.66.0 to 0.67.0 in /detectors/gcp (#​383)
7d9570b Bump github.com/aws/aws-sdk-go from 1.34.32 to 1.35.2 in /detectors/aws (#​382)
89ae255 Remove go.opentelemetry.io/otel/sdk dependency from instrumentation (#​381)
caffe1d Fix import comment bug (#​379)
5ef58e7 Add instrumentation signal table to instrumentation README (#​372)
71b6d7f [propagator] Set sample bitmask when sampling decision is debug for B3 Propagator. (#​369)
9dc5e0c Bump github.com/aws/aws-sdk-go from 1.34.30 to 1.34.32 in /detectors/aws (#​370)


Configuration

📅 Schedule: (UTC)

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


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

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

@renovate renovate bot requested a review from a team as a code owner April 6, 2026 16:02
@renovate renovate bot added dependencies Pull requests that update a dependency file Skip Changelog labels Apr 6, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Apr 6, 2026

ℹ️ 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):

  • 30 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.0 -> 1.25.0
go.opentelemetry.io/otel v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/sdk v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/trace v1.40.0 -> v1.43.0
golang.org/x/sys v0.41.0 -> v0.42.0
github.com/prometheus/procfs v0.19.2 -> v0.20.1
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.16.0 -> v0.19.0
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.16.0 -> v0.19.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/exporters/prometheus v0.62.0 -> v0.65.0
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.16.0 -> v0.19.0
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/log v0.16.0 -> v0.19.0
go.opentelemetry.io/otel/metric v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/sdk/log v0.16.0 -> v0.19.0
go.opentelemetry.io/otel/sdk/metric v1.40.0 -> v1.43.0
golang.org/x/net v0.50.0 -> v0.52.0
golang.org/x/oauth2 v0.35.0 -> v0.36.0
golang.org/x/term v0.40.0 -> v0.41.0
golang.org/x/text v0.34.0 -> v0.35.0
golang.org/x/time v0.14.0 -> v0.15.0
google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 -> v0.0.0-20260406210006-6f92a3bedf2d
google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57 -> v0.0.0-20260406210006-6f92a3bedf2d
k8s.io/api v0.34.3 -> v0.35.3
k8s.io/apimachinery v0.34.3 -> v0.35.3
k8s.io/client-go v0.34.3 -> v0.35.3
File name: internal/test/e2e/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):

  • 31 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.0 -> 1.25.0
go.opentelemetry.io/otel v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/trace v1.40.0 -> v1.43.0
github.com/prometheus/procfs v0.19.2 -> v0.20.1
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.16.0 -> v0.19.0
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.16.0 -> v0.19.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/exporters/prometheus v0.62.0 -> v0.65.0
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.16.0 -> v0.19.0
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/log v0.16.0 -> v0.19.0
go.opentelemetry.io/otel/metric v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/sdk v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/sdk/log v0.16.0 -> v0.19.0
go.opentelemetry.io/otel/sdk/metric v1.40.0 -> v1.43.0
golang.org/x/crypto v0.48.0 -> v0.49.0
golang.org/x/net v0.50.0 -> v0.52.0
golang.org/x/oauth2 v0.35.0 -> v0.36.0
golang.org/x/sys v0.41.0 -> v0.42.0
golang.org/x/term v0.40.0 -> v0.41.0
golang.org/x/text v0.34.0 -> v0.35.0
golang.org/x/time v0.14.0 -> v0.15.0
google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 -> v0.0.0-20260406210006-6f92a3bedf2d
google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57 -> v0.0.0-20260406210006-6f92a3bedf2d
k8s.io/api v0.34.3 -> v0.35.3
k8s.io/apimachinery v0.34.3 -> v0.35.3
k8s.io/client-go v0.34.3 -> v0.35.3
File name: internal/tools/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):

  • 11 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.0 -> 1.25.0
golang.org/x/sync v0.19.0 -> v0.20.0
github.com/prometheus/procfs v0.19.2 -> v0.20.1
go.opentelemetry.io/otel v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/metric v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/trace v1.40.0 -> v1.43.0
golang.org/x/crypto v0.48.0 -> v0.49.0
golang.org/x/net v0.50.0 -> v0.52.0
golang.org/x/sys v0.41.0 -> v0.42.0
golang.org/x/text v0.34.0 -> v0.35.0
google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 -> v0.0.0-20260406210006-6f92a3bedf2d
google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57 -> v0.0.0-20260406210006-6f92a3bedf2d

@renovate renovate bot force-pushed the renovate/opentelemetry-go-contrib-monorepo branch 3 times, most recently from 10d3916 to 9b2e64c Compare April 8, 2026 16:36
@renovate renovate bot force-pushed the renovate/opentelemetry-go-contrib-monorepo branch from 9b2e64c to 6cf5721 Compare April 8, 2026 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file Skip Changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants