fix(deps): update module go.opentelemetry.io/contrib/bridges/otelslog to v0.13.0
#570
Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902
merged 1 commits from renovate/opentelemetry-go-contrib-monorepo into main2025-09-01 09:25:56 +00:00
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: 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 MR becomes conflicted, or you tick the rebase/retry checkbox.
🔕Ignore: Close this MR and you won't be reminded about this update again.
If you want to rebase/retry this MR, check this box
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [go.opentelemetry.io/contrib/bridges/otelslog](https://github.com/open-telemetry/opentelemetry-go-contrib) | `v0.12.0` -> `v0.13.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/bridges/otelslog)</summary>
### [`v0.13.0`](https://github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v0.13.0)
[Compare Source](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v0.12.0...v0.13.0)
#### \[0.13.0] - 2020-10-09
#### Added
- A Jaeger propagator. ([#​375](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/375))
#### 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](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/373))
- The `go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron` instrumentation now accepts a `TracerProvider` rather than a `Tracer`. ([#​374](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/374))
- Remove `go.opentelemetry.io/otel/sdk` dependency from instrumentation. ([#​381](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/381))
- Use `httpsnoop` in `go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux` to ensure `http.ResponseWriter` additional interfaces are preserved. ([#​388](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/388))
##### Fixed
- The `go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho.Middleware` no longer sends duplicate errors to the global `ErrorHandler`. ([#​377](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/377), [#​364](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/364))
- The import comment in `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` is now correctly quoted. ([#​379](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/379))
- The B3 propagator sets the sample bitmask when the sampling decision is `debug`. ([#​369](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/369))
# Raw changes made between v0.12.0 and v0.13.0
[`af2dfc7`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/af2dfc7baf3392e81ea4b6938b3a8a5d39cf9db7) Pre release v0.13.0 ([#​391](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/391))
[`a84ddfe`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/a84ddfe37e70e2827773d38fc386ab0657d00d80) use httpsnoop to ensure http.ResponseWriter additional interfaces are preserved ([#​388](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/388))
[`bbc03fa`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/bbc03fa6f1ad325293b5bd5c14f01a46585a5bbe) \[propagator] Add Jaeger propagator ([#​375](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/375))
[`082e67f`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/082e67ff36583964125117e4df72de7ab9c805d4) Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible in /instrumentation/host ([#​384](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/384))
[`97f3114`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/97f311484668f7153e669413734546a03bf420a9) Update gopkg.in/macaron.v1/otelmacaron instrumentation to use TracerProvider ([#​374](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/374))
[`a59885b`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/a59885b46682b685fdd35eb8f20f16a736a165d5) Update google.golang.org/grpc/otelgrpc instrumentation to not accept Tracer ([#​373](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/373))
[`8244cc7`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/8244cc7764d3f537bc055b40a90ff15710ad3173) fix(echo): return nil from middleware to handle error only once ([#​377](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/377))
[`e3d25a6`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/e3d25a6f35d86a49d7851f1e3d8087c02201cd52) Bump cloud.google.com/go from 0.66.0 to 0.67.0 in /detectors/gcp ([#​383](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/383))
[`7d9570b`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/7d9570beea6207e51b4a72324e3953720fd8e85b) Bump github.com/aws/aws-sdk-go from 1.34.32 to 1.35.2 in /detectors/aws ([#​382](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/382))
[`89ae255`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/89ae255fe3e9e961b97974d0e43e2ede5d8ca7d6) Remove `go.opentelemetry.io/otel/sdk` dependency from instrumentation ([#​381](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/381))
[`caffe1d`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/caffe1d22fb33bb86bd5311c58bc312abce7a0f8) Fix import comment bug ([#​379](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/379))
[`5ef58e7`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/5ef58e7fab40b2226bd7e69ebffd90e221886870) Add instrumentation signal table to instrumentation README ([#​372](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/372))
[`71b6d7f`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/71b6d7fc42c235ea005fde85c23fb84df36d3e60) \[propagator] Set sample bitmask when sampling decision is debug for B3 Propagator. ([#​369](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/369))
[`9dc5e0c`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/9dc5e0c25bb9f28e90d0fc62cd98e037eaa38169) Bump github.com/aws/aws-sdk-go from 1.34.30 to 1.34.32 in /detectors/aws ([#​370](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/370))
</details>
---
### Configuration
📅 **Schedule**: 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 MR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this MR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box
---
This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4wIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
❄️Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
## [Codecov](https://app.codecov.io/gl/unboundsoftware/schemas/pull/566?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 1.00%. Comparing base ([`d98a20a`](https://app.codecov.io/gl/unboundsoftware/schemas/commit/d98a20afffe6ceb1a8b550499fb453cff5cb8a12?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware)) to head ([`ef2bc4a`](https://app.codecov.io/gl/unboundsoftware/schemas/commit/ef2bc4aae1a3f567887efbd55078eaa0827d9df8?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware)).
<details><summary>Additional details and impacted files</summary>
```diff
@@ Coverage Diff @@
## main #566 +/- ##
=====================================
Coverage 1.00% 1.00%
=====================================
Files 42 42
Lines 1996 1996
=====================================
Hits 20 20
Misses 1976 1976
```
</details>
[:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gl/unboundsoftware/schemas/pull/566?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware).
:loudspeaker: Have feedback on the report? [Share it here](https://gitlab.com/codecov-open-source/codecov-user-feedback/-/issues/4).
<details><summary> :rocket: New features to boost your workflow: </summary>
- :snowflake: [Test Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests, report on failures, and find test suite problems.
</details>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This MR contains the following updates:
v0.12.0->v0.13.0Release Notes
open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/bridges/otelslog)
v0.13.0Compare Source
[0.13.0] - 2020-10-09
Added
Changed
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcpackage instrumentation no longer accepts aTraceras an argument to the interceptor function.Instead, a new
WithTracerProvideroption is added to configure theTracerProviderused when creating theTracerfor the instrumentation. (#373)go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaroninstrumentation now accepts aTracerProviderrather than aTracer. (#374)go.opentelemetry.io/otel/sdkdependency from instrumentation. (#381)httpsnoopingo.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmuxto ensurehttp.ResponseWriteradditional interfaces are preserved. (#388)Fixed
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho.Middlewareno longer sends duplicate errors to the globalErrorHandler. (#377, #364)go.opentelemetry.io/contrib/instrumentation/net/http/otelhttpis now correctly quoted. (#379)debug. (#369)Raw changes made between v0.12.0 and v0.13.0
af2dfc7Pre release v0.13.0 (#391)a84ddfeuse httpsnoop to ensure http.ResponseWriter additional interfaces are preserved (#388)bbc03fa[propagator] Add Jaeger propagator (#375)082e67fBump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible in /instrumentation/host (#384)97f3114Update gopkg.in/macaron.v1/otelmacaron instrumentation to use TracerProvider (#374)a59885bUpdate google.golang.org/grpc/otelgrpc instrumentation to not accept Tracer (#373)8244cc7fix(echo): return nil from middleware to handle error only once (#377)e3d25a6Bump cloud.google.com/go from 0.66.0 to 0.67.0 in /detectors/gcp (#383)7d9570bBump github.com/aws/aws-sdk-go from 1.34.32 to 1.35.2 in /detectors/aws (#382)89ae255Removego.opentelemetry.io/otel/sdkdependency from instrumentation (#381)caffe1dFix import comment bug (#379)5ef58e7Add instrumentation signal table to instrumentation README (#372)71b6d7f[propagator] Set sample bitmask when sampling decision is debug for B3 Propagator. (#369)9dc5e0cBump github.com/aws/aws-sdk-go from 1.34.30 to 1.34.32 in /detectors/aws (#370)Configuration
📅 Schedule: 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 MR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this MR and you won't be reminded about this update again.
This MR has been generated by Renovate Bot.
mentioned in issue #4
Codecov Report
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 1.00%. Comparing base (
d98a20a) to head (ef2bc4a).Additional details and impacted files
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
🚀 New features to boost your workflow:
marked the checklist item If you want to rebase/retry this MR, check this box as completed
added 2 commits
d98a20af- 1 commit from branchmainCompare with previous version
marked the checklist item If you want to rebase/retry this MR, check this box as incomplete
added 2 commits
24bbb39c- 1 commit from branchmain82d2aa18- fix(deps): update module go.opentelemetry.io/contrib/bridges/otelslog to v0.13.0Compare with previous version