fix(deps): update module go.opentelemetry.io/contrib/bridges/otelslog to v0.14.0
#658
Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902
merged 1 commits from renovate/opentelemetry-go-contrib-monorepo into main2025-12-09 08:40:01 +00:00
/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)
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](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [go.opentelemetry.io/contrib/bridges/otelslog](https://github.com/open-telemetry/opentelemetry-go-contrib) | `v0.13.0` -> `v0.14.0` |  |  |
---
### Release Notes
<details>
<summary>open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/bridges/otelslog)</summary>
### [`v0.14.0`](https://github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v0.14.0)
[Compare Source](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v0.13.0...v0.14.0)
##### Added
- `otelhttp.{Get,Head,Post,PostForm}` convenience wrappers for their `http` counterparts. ([#​390](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/390))
- The AWS detector now adds the cloud zone, host image ID, host type, and host name to the returned `Resource`. ([#​410](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/410))
##### Changed
- Add semantic version to `Tracer` / `Meter` created by instrumentation packages `otelsaram`, `otelrestful`, `otelmongo`, `otelhttp` and `otelhttptrace`. ([#​412](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/412))
- Update instrumentation guidelines about tracer / meter semantic version. ([#​412](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/412))
- Replace internal tracer and meter helpers by helpers from `go.opentelemetry.io/otel`. ([#​414](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/414))
- gRPC instrumentation sets span attribute `rpc.grpc.status_code`. ([#​453](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/453))
#### Fixed
- `/detectors/aws` no longer fails if instance metadata is not available (e.g. not running in AWS) ([#​401](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/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](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/410))
- The `host` instrumentation unit test has been updated to not depend on the system it runs on. ([#​426](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/426))
# Raw changes made between v0.13.0 and v0.14.0
[`f284e28`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/f284e2828c7729d0575eb2ed9de98397e8aff04c) (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](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/461))
[`b83f931`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/b83f931760121defb061ecba196867e98faa23d9) Use tracer and meter test helpers from the OTEL repository instead of the internal ones ([#​414](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/414))
[`1d3290d`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/1d3290da84503fb5db489381087dabd08b8a5141) otelgrpc: Set attribute with gRPC status code ([#​453](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/453))
[`1010e02`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/1010e02a1c7f0a045157fd167352b258b34cb800) Bump gopkg.in/macaron.v1 from 1.3.9 to 1.4.0 in /instrumentation/gopkg.in/macaron.v1/otelmacaron/example ([#​452](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/452))
[`f41bf49`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/f41bf49f3be5db3970344bc5e99ffca03a9b947a) 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](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/451))
[`4ae0732`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/4ae0732601212558cd609b13c91a6224b91d91c5) Bump github.com/google/go-cmp from 0.5.2 to 0.5.3 in /instrumentation/net/http/httptrace/otelhttptrace ([#​450](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/450))
[`1fed756`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/1fed75644add27772ccc8aeebe063ca26d1b52ae) Bump github.com/google/go-cmp from 0.5.2 to 0.5.3 in /exporters/metric/cortex ([#​449](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/449))
[`7eac438`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/7eac438f8f8f2eccff50a66a39cc737e742381e2) Bump cloud.google.com/go from 0.71.0 to 0.72.0 in /detectors/gcp ([#​448](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/448))
[`905ae72`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/905ae72df1249b388690c6410467e584a6e04142) Bump github.com/aws/aws-sdk-go from 1.35.23 to 1.35.28 in /detectors/aws ([#​447](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/447))
[`a459621`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/a459621306ace185065771ca31a46c50eced8504) Bump github.com/golangci/golangci-lint from 1.32.1 to 1.32.2 in /tools ([#​440](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/440))
[`19d1285`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/19d1285e62ce216105e6482cacdef2c1c083c287) Bump github.com/aws/aws-sdk-go from 1.35.19 to 1.35.23 in /detectors/aws ([#​441](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/441))
[`3757c76`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/3757c76807563ae2f6807c5e4bfe30f21e9ac362) Bump cloud.google.com/go from 0.70.0 to 0.71.0 in /detectors/gcp ([#​442](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/442))
[`cb3b58f`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/cb3b58f07d10bfafbcce0b09a8ee149f3026cb10) Bump google.golang.org/grpc from 1.33.1 to 1.33.2 in /instrumentation/google.golang.org/grpc/otelgrpc/example ([#​443](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/443))
[`f43ce8d`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/f43ce8d8f9366c0435f7e0ace95cbc2be4e0fc7c) Bump github.com/astaxie/beego from 1.12.2 to 1.12.3 in /instrumentation/github.com/astaxie/beego/otelbeego/example ([#​444](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/444))
[`520ddc7`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/520ddc709136e5131ac687441fce97b4e6cae7cc) Bump google.golang.org/grpc from 1.33.1 to 1.33.2 in /instrumentation/google.golang.org/grpc/otelgrpc ([#​445](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/445))
[`5ad98bf`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/5ad98bfda3dc116c08f0fa7a2c54a403a9f12e54) Tiny README.md fix ([#​438](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/438))
[`e7ba129`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/e7ba12942d4546d66b5853af7310c321888ff8de) Bump github.com/aws/aws-sdk-go from 1.35.14 to 1.35.19 in /detectors/aws ([#​431](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/431))
[`0ceee05`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/0ceee0528535e55bb791cd14d9ee36fd070cb4cd) Bump github.com/golangci/golangci-lint from 1.32.0 to 1.32.1 in /tools ([#​430](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/430))
[`13ae395`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/13ae395efa2d5c348f5bbc28c25e92b9c5c235f0) \[aws detector] Additional Attributes ([#​410](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/410))
[`a3f208a`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/a3f208a586ac0b36803f566bd047e9a6a8a09114) Replace flaky host instrumentation test ([#​426](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/426))
[`1d9c921`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/1d9c921b1ad4f669271608b192a30402f7eb2873) Bump google.golang.org/grpc from 1.32.0 to 1.33.1 in /instrumentation/google.golang.org/grpc/otelgrpc ([#​421](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/421))
[`a0dc004`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/a0dc004c4bea08d463e7ee9f9e9e8e26511defc7) Add sem version to remaining instrumentation packages ([#​412](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/412))
[`4a5c934`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/4a5c9349af1b10e275b1b0f9dab8475136b4a1a6) Bump cloud.google.com/go from 0.69.1 to 0.70.0 in /detectors/gcp ([#​420](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/420))
[`1196609`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/119660997a4094cc6ffab555329f2a2251ebdd78) 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](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/422))
[`c2124f7`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/c2124f7c2f4cd581e3ee6ed0610bcc0eca07ed44) Bump github.com/Shopify/sarama from 1.27.1 to 1.27.2 in /instrumentation/github.com/Shopify/sarama/otelsarama/example ([#​423](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/423))
[`9219157`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/92191577d4e15838b368551dd861c7751d854d10) Bump google.golang.org/grpc from 1.32.0 to 1.33.1 in /instrumentation/google.golang.org/grpc/otelgrpc/example ([#​424](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/424))
[`ca00abd`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/ca00abdfbe34dff26eaaeaa958d83cc5d0ed0ed0) Bump github.com/aws/aws-sdk-go from 1.35.9 to 1.35.14 in /detectors/aws ([#​419](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/419))
[`a7a9242`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/a7a9242b7ab2b3b687aebf69aa2526f151c4a9f3) Bump github.com/golangci/golangci-lint from 1.31.0 to 1.32.0 in /tools ([#​418](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/418))
[`6fcf996`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/6fcf9963dd0268d6e2bcce8e202a26b351fecae5) Bump cloud.google.com/go from 0.68.0 to 0.69.1 in /detectors/gcp ([#​405](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/405))
[`46df222`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/46df2224d7cfff656cba34a4a976bad2becece7a) Bump github.com/golang/protobuf from 1.4.2 to 1.4.3 in /instrumentation/google.golang.org/grpc/otelgrpc ([#​406](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/406))
[`d00f9ea`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/d00f9ea01b145464ba60d0b3baa5bfda75895f0c) Bump github.com/golang/protobuf from 1.4.2 to 1.4.3 in /instrumentation/google.golang.org/grpc/otelgrpc/example ([#​407](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/407))
[`15977d3`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/15977d3780f8b5606306cce9cf35bd3963408b09) Bump github.com/aws/aws-sdk-go from 1.35.7 to 1.35.9 in /detectors/aws ([#​404](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/404))
[`4f3d787`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/4f3d787cf0a6a0bef0668e0b4a18f5df114cb4b8) Add convenience wrappers for http.Get/Post, etc. ([#​390](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/390))
[`15f50e0`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/15f50e00ebfa4faa8721ad2a925e8328c8f003cd) \[aws detector] Remove error when instance metadata is unavailable ([#​401](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/401))
[`fc663ca`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/fc663ca9735eebaf93ce831e54884f0afff5b270) Update README with Org GA project board ([#​400](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/400))
[`0a44db8`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/0a44db8d6161e040c9ee785bd0d0fbc5fa13056a) Bump github.com/aws/aws-sdk-go from 1.35.2 to 1.35.7 in /detectors/aws ([#​393](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/393))
[`b1db1e9`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/b1db1e9076de84c45d0e8e9b3ea8b40a0dff66da) Bump cloud.google.com/go from 0.67.0 to 0.68.0 in /detectors/gcp ([#​394](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/394))
[`072e6e8`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/072e6e840eb8471c88511aa1745f636c7f308131) Bump github.com/Shopify/sarama from 1.27.0 to 1.27.1 in /instrumentation/github.com/Shopify/sarama/otelsarama/example ([#​395](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/395))
[`5575e5b`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/5575e5bb196aa502d8ccf35db14809fb89b7c69e) Bump github.com/spf13/afero from 1.4.0 to 1.4.1 in /exporters/metric/cortex/utils ([#​396](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/396))
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS42IiwidXBkYXRlZEluVmVyIjoiNDIuMzkuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
❄️Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
## [Codecov](https://app.codecov.io/gl/unboundsoftware/schemas/pull/654?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 38.31%. Comparing base ([`d92f24b`](https://app.codecov.io/gl/unboundsoftware/schemas/commit/d92f24b0a135e2ab19f4836ac0935bf543959758?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware)) to head ([`d92f24b`](https://app.codecov.io/gl/unboundsoftware/schemas/commit/d92f24b0a135e2ab19f4836ac0935bf543959758?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 #654 +/- ##
=======================================
Coverage 38.31% 38.31%
=======================================
Files 45 45
Lines 2691 2691
=======================================
Hits 1031 1031
Misses 1620 1620
Partials 40 40
```
</details>
[:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gl/unboundsoftware/schemas/pull/654?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.13.0->v0.14.0Release Notes
open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/bridges/otelslog)
v0.14.0Compare Source
Added
otelhttp.{Get,Head,Post,PostForm}convenience wrappers for theirhttpcounterparts. (#390)Resource. (#410)Changed
Tracer/Metercreated by instrumentation packagesotelsaram,otelrestful,otelmongo,otelhttpandotelhttptrace. (#412)go.opentelemetry.io/otel. (#414)rpc.grpc.status_code. (#453)Fixed
/detectors/awsno longer fails if instance metadata is not available (e.g. not running in AWS) (#401)Resourceidentity. (#410)hostinstrumentation 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)b83f931Use tracer and meter test helpers from the OTEL repository instead of the internal ones (#414)1d3290dotelgrpc: Set attribute with gRPC status code (#453)1010e02Bump gopkg.in/macaron.v1 from 1.3.9 to 1.4.0 in /instrumentation/gopkg.in/macaron.v1/otelmacaron/example (#452)f41bf49Bump github.com/emicklei/go-restful/v3 from 3.3.3 to 3.4.0 in /instrumentation/github.com/emicklei/go-restful/otelrestful/example (#451)4ae0732Bump github.com/google/go-cmp from 0.5.2 to 0.5.3 in /instrumentation/net/http/httptrace/otelhttptrace (#450)1fed756Bump github.com/google/go-cmp from 0.5.2 to 0.5.3 in /exporters/metric/cortex (#449)7eac438Bump cloud.google.com/go from 0.71.0 to 0.72.0 in /detectors/gcp (#448)905ae72Bump github.com/aws/aws-sdk-go from 1.35.23 to 1.35.28 in /detectors/aws (#447)a459621Bump github.com/golangci/golangci-lint from 1.32.1 to 1.32.2 in /tools (#440)19d1285Bump github.com/aws/aws-sdk-go from 1.35.19 to 1.35.23 in /detectors/aws (#441)3757c76Bump cloud.google.com/go from 0.70.0 to 0.71.0 in /detectors/gcp (#442)cb3b58fBump google.golang.org/grpc from 1.33.1 to 1.33.2 in /instrumentation/google.golang.org/grpc/otelgrpc/example (#443)f43ce8dBump github.com/astaxie/beego from 1.12.2 to 1.12.3 in /instrumentation/github.com/astaxie/beego/otelbeego/example (#444)520ddc7Bump google.golang.org/grpc from 1.33.1 to 1.33.2 in /instrumentation/google.golang.org/grpc/otelgrpc (#445)5ad98bfTiny README.md fix (#438)e7ba129Bump github.com/aws/aws-sdk-go from 1.35.14 to 1.35.19 in /detectors/aws (#431)0ceee05Bump github.com/golangci/golangci-lint from 1.32.0 to 1.32.1 in /tools (#430)13ae395[aws detector] Additional Attributes (#410)a3f208aReplace flaky host instrumentation test (#426)1d9c921Bump google.golang.org/grpc from 1.32.0 to 1.33.1 in /instrumentation/google.golang.org/grpc/otelgrpc (#421)a0dc004Add sem version to remaining instrumentation packages (#412)4a5c934Bump cloud.google.com/go from 0.69.1 to 0.70.0 in /detectors/gcp (#420)1196609Bump github.com/emicklei/go-restful/v3 from 3.3.1 to 3.3.3 in /instrumentation/github.com/emicklei/go-restful/otelrestful/example (#422)c2124f7Bump github.com/Shopify/sarama from 1.27.1 to 1.27.2 in /instrumentation/github.com/Shopify/sarama/otelsarama/example (#423)9219157Bump google.golang.org/grpc from 1.32.0 to 1.33.1 in /instrumentation/google.golang.org/grpc/otelgrpc/example (#424)ca00abdBump github.com/aws/aws-sdk-go from 1.35.9 to 1.35.14 in /detectors/aws (#419)a7a9242Bump github.com/golangci/golangci-lint from 1.31.0 to 1.32.0 in /tools (#418)6fcf996Bump cloud.google.com/go from 0.68.0 to 0.69.1 in /detectors/gcp (#405)46df222Bump github.com/golang/protobuf from 1.4.2 to 1.4.3 in /instrumentation/google.golang.org/grpc/otelgrpc (#406)d00f9eaBump github.com/golang/protobuf from 1.4.2 to 1.4.3 in /instrumentation/google.golang.org/grpc/otelgrpc/example (#407)15977d3Bump github.com/aws/aws-sdk-go from 1.35.7 to 1.35.9 in /detectors/aws (#404)4f3d787Add convenience wrappers for http.Get/Post, etc. (#390)15f50e0[aws detector] Remove error when instance metadata is unavailable (#401)fc663caUpdate README with Org GA project board (#400)0a44db8Bump github.com/aws/aws-sdk-go from 1.35.2 to 1.35.7 in /detectors/aws (#393)b1db1e9Bump cloud.google.com/go from 0.67.0 to 0.68.0 in /detectors/gcp (#394)072e6e8Bump github.com/Shopify/sarama from 1.27.0 to 1.27.1 in /instrumentation/github.com/Shopify/sarama/otelsarama/example (#395)5575e5bBump github.com/spf13/afero from 1.4.0 to 1.4.1 in /exporters/metric/cortex/utils (#396)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 38.31%. Comparing base (
d92f24b) to head (d92f24b).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:
added 3 commits
maind92f24b0- fix(deps): update module go.opentelemetry.io/contrib/bridges/otelslog to v0.14.0Compare with previous version
mentioned in commit
fee47b271a