Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,19 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

<!-- Released section -->
<!-- Don't change this section unless doing release -->

## [1.36.0/0.61.0/0.30.0/0.16.0/0.11.0/0.9.0/0.8.0] - 2025-05-21

### Added

- `http.route` attribute to otelhttp server request spans, when `net/http.Request.Pattern` is set in `go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful`, `go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin`, `go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux`, `go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho` and `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`. (#6905, #6937)
- `http.route` attribute to otelhttp server request spans, when `net/http.Request.Pattern` is set in the modules below. (#6905, #6937)
- `go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful`
- `go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin`
- `go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux`
- `go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho`
- `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`
- Add `WithAttributes` option to set instrumentation scope attributes on the created `log.Logger` in `go.opentelemetry.io/contrib/bridges/otelzap`. (#6962)
- Add `WithAttributes` option to set instrumentation scope attributes on the created `log.Logger` in `go.opentelemetry.io/contrib/bridges/otelslog`. (#6965)
- Add `WithAttributes` option to set instrumentation scope attributes on the created `log.Logger` in `go.opentelemetry.io/contrib/bridges/otellogrus`. (#6966)
Expand All @@ -35,6 +45,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- `go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho`
- `go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace`
- `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`
The `OTEL_SEMCONV_STABILITY_OPT_IN=http/dup` environment variable can be still used to emit both the v1.20.0 and v1.26.0 semantic conventions.
It is however impossible to emit only the 1.20.0 semantic conventions, as the next release will drop support for that environment variable. (#6899)
- Improve performance by reducing allocations for http request when using `OTEL_SEMCONV_STABILITY_OPT_IN=http/dup` in the modules below. (#7180)
- `go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful`
- `go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin`
Expand All @@ -43,8 +55,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- `go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace`
- `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`

The `OTEL_SEMCONV_STABILITY_OPT_IN=http/dup` environment variable can be still used to emit both the v1.20.0 and v1.26.0 semantic conventions.
It is however impossible to emit only the 1.20.0 semantic conventions, as the next release will drop support for that environment variable. (#6899)
- Update the Jaeger remote sampler to use "github.com/jaegertracing/jaeger-idl/proto-gen/api_v2" in `go.opentelemetry.io/contrib/samplers/jaegerremote`. (#7061)
- Improve performance by reducing allocations in the gRPC stats handler in `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc`. (#7186)
- Update `http.route` attribute to support `request.Pattern` in `go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux`. (#7108)
Expand Down Expand Up @@ -115,9 +125,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- The `GRPCStatusCodeKey` constant from `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` is removed.
Use `semconv.RPCGRPCStatusCodeKey` from `go.opentelemetry.io/otel/semconv/*` instead. (#7270)

<!-- Released section -->
<!-- Don't change this section unless doing release -->

## [1.35.0/0.60.0/0.29.0/0.15.0/0.10.0/0.8.0/0.7.0] - 2025-03-05

This release is the last to support [Go 1.22].
Expand Down
10 changes: 5 additions & 5 deletions bridges/otellogr/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ go 1.23.0
require (
github.com/go-logr/logr v1.4.2
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/otel v1.35.1-0.20250519195454-e57879908fbd
go.opentelemetry.io/otel/log v0.11.1-0.20250515231152-1556ff2aeb34
go.opentelemetry.io/otel/log/logtest v0.0.0-20250515231152-1556ff2aeb34
go.opentelemetry.io/otel v1.36.0
go.opentelemetry.io/otel/log v0.12.2
go.opentelemetry.io/otel/log/logtest v0.0.0-20250521073539-a85ae98dcedc
)

require (
Expand All @@ -16,7 +16,7 @@ require (
github.com/google/go-cmp v0.7.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/otel/metric v1.35.1-0.20250515231152-1556ff2aeb34 // indirect
go.opentelemetry.io/otel/trace v1.35.1-0.20250515231152-1556ff2aeb34 // indirect
go.opentelemetry.io/otel/metric v1.36.0 // indirect
go.opentelemetry.io/otel/trace v1.36.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
20 changes: 10 additions & 10 deletions bridges/otellogr/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=
go.opentelemetry.io/auto/sdk v1.1.0/go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A=
go.opentelemetry.io/otel v1.35.1-0.20250519195454-e57879908fbd h1:JqzWgxjMyy1uRvGDJuXPQ72zKJpHmRH5Eqdcwpwd3zw=
go.opentelemetry.io/otel v1.35.1-0.20250519195454-e57879908fbd/go.mod h1:dytzy8H+Ym99GtJtLWMBV2+l9Ida7zqNuFDJ+CGRQ20=
go.opentelemetry.io/otel/log v0.11.1-0.20250515231152-1556ff2aeb34 h1:ltA4h/GMpCqEl0mT2MnR7YZc1OHPStzxZ311XkrY7oE=
go.opentelemetry.io/otel/log v0.11.1-0.20250515231152-1556ff2aeb34/go.mod h1:yo3bgKX458B7SRZemtBAzert7JCx817cC7jQkPLdZOc=
go.opentelemetry.io/otel/log/logtest v0.0.0-20250515231152-1556ff2aeb34 h1:+HKEX3ltD0+uhAcJYfrDBhGlLQAhx98et4543Omp8XU=
go.opentelemetry.io/otel/log/logtest v0.0.0-20250515231152-1556ff2aeb34/go.mod h1:y68m+di8tPWIqi0QCIQ1jBTe85Acj+kwZYb4qFoYmrw=
go.opentelemetry.io/otel/metric v1.35.1-0.20250515231152-1556ff2aeb34 h1:p3XJ9td6HSpLYIy7mb8m55xJWgfLhPIT8anNos3oT5E=
go.opentelemetry.io/otel/metric v1.35.1-0.20250515231152-1556ff2aeb34/go.mod h1:lIo2a4cynvV5TGGxw1LR3ufempKTdoZi0x4/Fmb+uoU=
go.opentelemetry.io/otel/trace v1.35.1-0.20250515231152-1556ff2aeb34 h1:mwttEWFdc6ALoGsVDN7s0BNPOvuUEJ/uRiu0T/WDbFo=
go.opentelemetry.io/otel/trace v1.35.1-0.20250515231152-1556ff2aeb34/go.mod h1:v525kGRZc7GDmy0BwoFtoPfYvyWKsB54mdPNeKwkBBM=
go.opentelemetry.io/otel v1.36.0 h1:UumtzIklRBY6cI/lllNZlALOF5nNIzJVb16APdvgTXg=
go.opentelemetry.io/otel v1.36.0/go.mod h1:/TcFMXYjyRNh8khOAO9ybYkqaDBb/70aVwkNML4pP8E=
go.opentelemetry.io/otel/log v0.12.2 h1:yob9JVHn2ZY24byZeaXpTVoPS6l+UrrxmxmPKohXTwc=
go.opentelemetry.io/otel/log v0.12.2/go.mod h1:ShIItIxSYxufUMt+1H5a2wbckGli3/iCfuEbVZi/98E=
go.opentelemetry.io/otel/log/logtest v0.0.0-20250521073539-a85ae98dcedc h1:TU7eU/nib68C+4ZMQ5t4em5Jhf50kRorSCV4w+v65vo=
go.opentelemetry.io/otel/log/logtest v0.0.0-20250521073539-a85ae98dcedc/go.mod h1:4AsFc5k1BDLWm5jt0yagrodTEA9xS9McwcnYm+Jf73A=
go.opentelemetry.io/otel/metric v1.36.0 h1:MoWPKVhQvJ+eeXWHFBOPoBOi20jh6Iq2CcCREuTYufE=
go.opentelemetry.io/otel/metric v1.36.0/go.mod h1:zC7Ks+yeyJt4xig9DEw9kuUFe5C3zLbVjV2PzT6qzbs=
go.opentelemetry.io/otel/trace v1.36.0 h1:ahxWNuqZjpdiFAyrIoQ4GIiAIhxAunQR6MUoKrsNd4w=
go.opentelemetry.io/otel/trace v1.36.0/go.mod h1:gQ+OnDZzrybY4k4seLzPAWNwVBBVlF2szhehOBB/tGA=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
Expand Down
10 changes: 5 additions & 5 deletions bridges/otellogrus/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ go 1.23.0
require (
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/otel v1.35.1-0.20250519195454-e57879908fbd
go.opentelemetry.io/otel/log v0.11.1-0.20250515231152-1556ff2aeb34
go.opentelemetry.io/otel/log/logtest v0.0.0-20250515231152-1556ff2aeb34
go.opentelemetry.io/otel v1.36.0
go.opentelemetry.io/otel/log v0.12.2
go.opentelemetry.io/otel/log/logtest v0.0.0-20250521073539-a85ae98dcedc
)

require (
Expand All @@ -17,8 +17,8 @@ require (
github.com/google/go-cmp v0.7.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/otel/metric v1.35.1-0.20250515231152-1556ff2aeb34 // indirect
go.opentelemetry.io/otel/trace v1.35.1-0.20250515231152-1556ff2aeb34 // indirect
go.opentelemetry.io/otel/metric v1.36.0 // indirect
go.opentelemetry.io/otel/trace v1.36.0 // indirect
golang.org/x/sys v0.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
20 changes: 10 additions & 10 deletions bridges/otellogrus/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=
go.opentelemetry.io/auto/sdk v1.1.0/go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A=
go.opentelemetry.io/otel v1.35.1-0.20250519195454-e57879908fbd h1:JqzWgxjMyy1uRvGDJuXPQ72zKJpHmRH5Eqdcwpwd3zw=
go.opentelemetry.io/otel v1.35.1-0.20250519195454-e57879908fbd/go.mod h1:dytzy8H+Ym99GtJtLWMBV2+l9Ida7zqNuFDJ+CGRQ20=
go.opentelemetry.io/otel/log v0.11.1-0.20250515231152-1556ff2aeb34 h1:ltA4h/GMpCqEl0mT2MnR7YZc1OHPStzxZ311XkrY7oE=
go.opentelemetry.io/otel/log v0.11.1-0.20250515231152-1556ff2aeb34/go.mod h1:yo3bgKX458B7SRZemtBAzert7JCx817cC7jQkPLdZOc=
go.opentelemetry.io/otel/log/logtest v0.0.0-20250515231152-1556ff2aeb34 h1:+HKEX3ltD0+uhAcJYfrDBhGlLQAhx98et4543Omp8XU=
go.opentelemetry.io/otel/log/logtest v0.0.0-20250515231152-1556ff2aeb34/go.mod h1:y68m+di8tPWIqi0QCIQ1jBTe85Acj+kwZYb4qFoYmrw=
go.opentelemetry.io/otel/metric v1.35.1-0.20250515231152-1556ff2aeb34 h1:p3XJ9td6HSpLYIy7mb8m55xJWgfLhPIT8anNos3oT5E=
go.opentelemetry.io/otel/metric v1.35.1-0.20250515231152-1556ff2aeb34/go.mod h1:lIo2a4cynvV5TGGxw1LR3ufempKTdoZi0x4/Fmb+uoU=
go.opentelemetry.io/otel/trace v1.35.1-0.20250515231152-1556ff2aeb34 h1:mwttEWFdc6ALoGsVDN7s0BNPOvuUEJ/uRiu0T/WDbFo=
go.opentelemetry.io/otel/trace v1.35.1-0.20250515231152-1556ff2aeb34/go.mod h1:v525kGRZc7GDmy0BwoFtoPfYvyWKsB54mdPNeKwkBBM=
go.opentelemetry.io/otel v1.36.0 h1:UumtzIklRBY6cI/lllNZlALOF5nNIzJVb16APdvgTXg=
go.opentelemetry.io/otel v1.36.0/go.mod h1:/TcFMXYjyRNh8khOAO9ybYkqaDBb/70aVwkNML4pP8E=
go.opentelemetry.io/otel/log v0.12.2 h1:yob9JVHn2ZY24byZeaXpTVoPS6l+UrrxmxmPKohXTwc=
go.opentelemetry.io/otel/log v0.12.2/go.mod h1:ShIItIxSYxufUMt+1H5a2wbckGli3/iCfuEbVZi/98E=
go.opentelemetry.io/otel/log/logtest v0.0.0-20250521073539-a85ae98dcedc h1:TU7eU/nib68C+4ZMQ5t4em5Jhf50kRorSCV4w+v65vo=
go.opentelemetry.io/otel/log/logtest v0.0.0-20250521073539-a85ae98dcedc/go.mod h1:4AsFc5k1BDLWm5jt0yagrodTEA9xS9McwcnYm+Jf73A=
go.opentelemetry.io/otel/metric v1.36.0 h1:MoWPKVhQvJ+eeXWHFBOPoBOi20jh6Iq2CcCREuTYufE=
go.opentelemetry.io/otel/metric v1.36.0/go.mod h1:zC7Ks+yeyJt4xig9DEw9kuUFe5C3zLbVjV2PzT6qzbs=
go.opentelemetry.io/otel/trace v1.36.0 h1:ahxWNuqZjpdiFAyrIoQ4GIiAIhxAunQR6MUoKrsNd4w=
go.opentelemetry.io/otel/trace v1.36.0/go.mod h1:gQ+OnDZzrybY4k4seLzPAWNwVBBVlF2szhehOBB/tGA=
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
Expand Down
8 changes: 4 additions & 4 deletions bridges/otelslog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.23.0

require (
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/otel v1.35.1-0.20250519195454-e57879908fbd
go.opentelemetry.io/otel/log v0.11.1-0.20250515231152-1556ff2aeb34
go.opentelemetry.io/otel v1.36.0
go.opentelemetry.io/otel/log v0.12.2
)

require (
Expand All @@ -14,7 +14,7 @@ require (
github.com/go-logr/stdr v1.2.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/otel/metric v1.35.1-0.20250515231152-1556ff2aeb34 // indirect
go.opentelemetry.io/otel/trace v1.35.1-0.20250515231152-1556ff2aeb34 // indirect
go.opentelemetry.io/otel/metric v1.36.0 // indirect
go.opentelemetry.io/otel/trace v1.36.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
16 changes: 8 additions & 8 deletions bridges/otelslog/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=
go.opentelemetry.io/auto/sdk v1.1.0/go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A=
go.opentelemetry.io/otel v1.35.1-0.20250519195454-e57879908fbd h1:JqzWgxjMyy1uRvGDJuXPQ72zKJpHmRH5Eqdcwpwd3zw=
go.opentelemetry.io/otel v1.35.1-0.20250519195454-e57879908fbd/go.mod h1:dytzy8H+Ym99GtJtLWMBV2+l9Ida7zqNuFDJ+CGRQ20=
go.opentelemetry.io/otel/log v0.11.1-0.20250515231152-1556ff2aeb34 h1:ltA4h/GMpCqEl0mT2MnR7YZc1OHPStzxZ311XkrY7oE=
go.opentelemetry.io/otel/log v0.11.1-0.20250515231152-1556ff2aeb34/go.mod h1:yo3bgKX458B7SRZemtBAzert7JCx817cC7jQkPLdZOc=
go.opentelemetry.io/otel/metric v1.35.1-0.20250515231152-1556ff2aeb34 h1:p3XJ9td6HSpLYIy7mb8m55xJWgfLhPIT8anNos3oT5E=
go.opentelemetry.io/otel/metric v1.35.1-0.20250515231152-1556ff2aeb34/go.mod h1:lIo2a4cynvV5TGGxw1LR3ufempKTdoZi0x4/Fmb+uoU=
go.opentelemetry.io/otel/trace v1.35.1-0.20250515231152-1556ff2aeb34 h1:mwttEWFdc6ALoGsVDN7s0BNPOvuUEJ/uRiu0T/WDbFo=
go.opentelemetry.io/otel/trace v1.35.1-0.20250515231152-1556ff2aeb34/go.mod h1:v525kGRZc7GDmy0BwoFtoPfYvyWKsB54mdPNeKwkBBM=
go.opentelemetry.io/otel v1.36.0 h1:UumtzIklRBY6cI/lllNZlALOF5nNIzJVb16APdvgTXg=
go.opentelemetry.io/otel v1.36.0/go.mod h1:/TcFMXYjyRNh8khOAO9ybYkqaDBb/70aVwkNML4pP8E=
go.opentelemetry.io/otel/log v0.12.2 h1:yob9JVHn2ZY24byZeaXpTVoPS6l+UrrxmxmPKohXTwc=
go.opentelemetry.io/otel/log v0.12.2/go.mod h1:ShIItIxSYxufUMt+1H5a2wbckGli3/iCfuEbVZi/98E=
go.opentelemetry.io/otel/metric v1.36.0 h1:MoWPKVhQvJ+eeXWHFBOPoBOi20jh6Iq2CcCREuTYufE=
go.opentelemetry.io/otel/metric v1.36.0/go.mod h1:zC7Ks+yeyJt4xig9DEw9kuUFe5C3zLbVjV2PzT6qzbs=
go.opentelemetry.io/otel/trace v1.36.0 h1:ahxWNuqZjpdiFAyrIoQ4GIiAIhxAunQR6MUoKrsNd4w=
go.opentelemetry.io/otel/trace v1.36.0/go.mod h1:gQ+OnDZzrybY4k4seLzPAWNwVBBVlF2szhehOBB/tGA=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
Expand Down
10 changes: 5 additions & 5 deletions bridges/otelzap/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.23.0

require (
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/otel v1.35.1-0.20250519195454-e57879908fbd
go.opentelemetry.io/otel/log v0.11.1-0.20250515231152-1556ff2aeb34
go.opentelemetry.io/otel/log/logtest v0.0.0-20250515231152-1556ff2aeb34
go.opentelemetry.io/otel v1.36.0
go.opentelemetry.io/otel/log v0.12.2
go.opentelemetry.io/otel/log/logtest v0.0.0-20250521073539-a85ae98dcedc
go.uber.org/zap v1.27.0
)

Expand All @@ -17,8 +17,8 @@ require (
github.com/google/go-cmp v0.7.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/otel/metric v1.35.1-0.20250515231152-1556ff2aeb34 // indirect
go.opentelemetry.io/otel/trace v1.35.1-0.20250515231152-1556ff2aeb34 // indirect
go.opentelemetry.io/otel/metric v1.36.0 // indirect
go.opentelemetry.io/otel/trace v1.36.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
20 changes: 10 additions & 10 deletions bridges/otelzap/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=
go.opentelemetry.io/auto/sdk v1.1.0/go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A=
go.opentelemetry.io/otel v1.35.1-0.20250519195454-e57879908fbd h1:JqzWgxjMyy1uRvGDJuXPQ72zKJpHmRH5Eqdcwpwd3zw=
go.opentelemetry.io/otel v1.35.1-0.20250519195454-e57879908fbd/go.mod h1:dytzy8H+Ym99GtJtLWMBV2+l9Ida7zqNuFDJ+CGRQ20=
go.opentelemetry.io/otel/log v0.11.1-0.20250515231152-1556ff2aeb34 h1:ltA4h/GMpCqEl0mT2MnR7YZc1OHPStzxZ311XkrY7oE=
go.opentelemetry.io/otel/log v0.11.1-0.20250515231152-1556ff2aeb34/go.mod h1:yo3bgKX458B7SRZemtBAzert7JCx817cC7jQkPLdZOc=
go.opentelemetry.io/otel/log/logtest v0.0.0-20250515231152-1556ff2aeb34 h1:+HKEX3ltD0+uhAcJYfrDBhGlLQAhx98et4543Omp8XU=
go.opentelemetry.io/otel/log/logtest v0.0.0-20250515231152-1556ff2aeb34/go.mod h1:y68m+di8tPWIqi0QCIQ1jBTe85Acj+kwZYb4qFoYmrw=
go.opentelemetry.io/otel/metric v1.35.1-0.20250515231152-1556ff2aeb34 h1:p3XJ9td6HSpLYIy7mb8m55xJWgfLhPIT8anNos3oT5E=
go.opentelemetry.io/otel/metric v1.35.1-0.20250515231152-1556ff2aeb34/go.mod h1:lIo2a4cynvV5TGGxw1LR3ufempKTdoZi0x4/Fmb+uoU=
go.opentelemetry.io/otel/trace v1.35.1-0.20250515231152-1556ff2aeb34 h1:mwttEWFdc6ALoGsVDN7s0BNPOvuUEJ/uRiu0T/WDbFo=
go.opentelemetry.io/otel/trace v1.35.1-0.20250515231152-1556ff2aeb34/go.mod h1:v525kGRZc7GDmy0BwoFtoPfYvyWKsB54mdPNeKwkBBM=
go.opentelemetry.io/otel v1.36.0 h1:UumtzIklRBY6cI/lllNZlALOF5nNIzJVb16APdvgTXg=
go.opentelemetry.io/otel v1.36.0/go.mod h1:/TcFMXYjyRNh8khOAO9ybYkqaDBb/70aVwkNML4pP8E=
go.opentelemetry.io/otel/log v0.12.2 h1:yob9JVHn2ZY24byZeaXpTVoPS6l+UrrxmxmPKohXTwc=
go.opentelemetry.io/otel/log v0.12.2/go.mod h1:ShIItIxSYxufUMt+1H5a2wbckGli3/iCfuEbVZi/98E=
go.opentelemetry.io/otel/log/logtest v0.0.0-20250521073539-a85ae98dcedc h1:TU7eU/nib68C+4ZMQ5t4em5Jhf50kRorSCV4w+v65vo=
go.opentelemetry.io/otel/log/logtest v0.0.0-20250521073539-a85ae98dcedc/go.mod h1:4AsFc5k1BDLWm5jt0yagrodTEA9xS9McwcnYm+Jf73A=
go.opentelemetry.io/otel/metric v1.36.0 h1:MoWPKVhQvJ+eeXWHFBOPoBOi20jh6Iq2CcCREuTYufE=
go.opentelemetry.io/otel/metric v1.36.0/go.mod h1:zC7Ks+yeyJt4xig9DEw9kuUFe5C3zLbVjV2PzT6qzbs=
go.opentelemetry.io/otel/trace v1.36.0 h1:ahxWNuqZjpdiFAyrIoQ4GIiAIhxAunQR6MUoKrsNd4w=
go.opentelemetry.io/otel/trace v1.36.0/go.mod h1:gQ+OnDZzrybY4k4seLzPAWNwVBBVlF2szhehOBB/tGA=
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
Expand Down
10 changes: 5 additions & 5 deletions bridges/prometheus/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ require (
github.com/prometheus/client_golang v1.22.0
github.com/prometheus/client_model v0.6.2
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/otel v1.35.1-0.20250519195454-e57879908fbd
go.opentelemetry.io/otel/sdk v1.35.1-0.20250515231152-1556ff2aeb34
go.opentelemetry.io/otel/sdk/metric v1.35.1-0.20250515231152-1556ff2aeb34
go.opentelemetry.io/otel v1.36.0
go.opentelemetry.io/otel/sdk v1.36.0
go.opentelemetry.io/otel/sdk/metric v1.36.0
)

require (
Expand All @@ -23,8 +23,8 @@ require (
github.com/prometheus/common v0.64.0 // indirect
github.com/prometheus/procfs v0.16.1 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/otel/metric v1.35.1-0.20250515231152-1556ff2aeb34 // indirect
go.opentelemetry.io/otel/trace v1.35.1-0.20250515231152-1556ff2aeb34 // indirect
go.opentelemetry.io/otel/metric v1.36.0 // indirect
go.opentelemetry.io/otel/trace v1.36.0 // indirect
golang.org/x/sys v0.33.0 // indirect
google.golang.org/protobuf v1.36.6 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading