Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump the otel-instrumentation group with 2 updates (#5117)
Bumps the otel-instrumentation group with 2 updates: [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) and [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib). Updates `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` from 0.46.1 to 0.47.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-go-contrib/releases">go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's releases</a>.</em></p> <blockquote> <h2>Release 1.22.0/0.47.0/0.16.0/0.2.0</h2> <h3>Added</h3> <ul> <li>Add <code>SDK.Shutdown</code> method in <code>"go.opentelemetry.io/contrib/config"</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4583">#4583</a>)</li> <li><code>NewSDK</code> in <code>go.opentelemetry.io/contrib/config</code> now returns a configured SDK with a valid <code>TracerProvider</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4741">#4741</a>)</li> </ul> <h3>Changed</h3> <ul> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace/example</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/example</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>Updated configuration schema to include <code>schema_url</code> for resource definition and <code>without_type_suffix</code> and <code>without_units</code> for the Prometheus exporter. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4727">#4727</a>)</li> <li>The semantic conventions used by the <code>go.opentelemetry.io/contrib/detectors/aws/ecs</code> resource detector are upgraded to v1.24.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li> <li>The semantic conventions used by the <code>go.opentelemetry.io/contrib/detectors/aws/lambda</code> resource detector are upgraded to v1.24.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li> <li>The semantic conventions used by the <code>go.opentelemetry.io/contrib/detectors/aws/ec2</code> resource detector are upgraded to v1.24.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li> <li>The semantic conventions used by the <code>go.opentelemetry.io/contrib/detectors/aws/eks</code> resource detector are upgraded to v1.24.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li> <li>The semantic conventions used by the <code>go.opentelemetry.io/contrib/detectors/gcp</code> resource detector are upgraded to v1.24.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li> <li>The semantic conventions used in <code>go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda/test</code> are upgraded to v1.24.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix <code>NewServerHandler</code> in <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code> to correctly set the span status depending on the gRPC status. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4587">#4587</a>)</li> <li>The <code>stats.Handler</code> from <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code> now does not crash when receiving an unexpected context. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4825">#4825</a>)</li> <li>Update <code>go.opentelemetry.io/contrib/detectors/aws/ecs</code> to fix the task ARN when it is not valid. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/3583">#3583</a>)</li> <li>Do not panic in <code>go.opentelemetry.io/contrib/detectors/aws/ecs</code> when the container ARN is not valid. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/3583">#3583</a>)</li> </ul> <h2>Release v1.21.1/v0.46.1/v0.15.1/v0.1.1</h2> <h3>Changed</h3> <ul> <li>Upgrade dependencies of OpenTelemetry Go to use the new <a href="https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.21.0"><code>v1.21.0</code>/<code>v0.44.0</code> release</a>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4582">#4582</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix <code>StreamClientInterceptor</code> in <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code> to end the spans synchronously. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4537">#4537</a>)</li> <li>Fix data race in stats handlers when processing messages received and sent metrics in <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4577">#4577</a>)</li> <li>The stats handlers <code>NewClientHandler</code>, <code>NewServerHandler</code> in <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code> now record RPC durations in <code>ms</code> instead of <code>ns</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4548">#4548</a>)</li> </ul> <h2>Release v1.21.0/v0.46.0/v0.15.0/v0.1.0</h2> <h3>Added</h3> <ul> <li>Add the new <code>go.opentelemetry.io/contrib/instrgen</code> package to provide auto-generated source code instrumentation. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/3068">#3068</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/3108">#3108</a>)</li> <li>Add <code>"go.opentelemetry.io/contrib/samplers/jaegerremote".WithSamplingStrategyFetcher</code> which sets custom fetcher implementation. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4045">#4045</a>)</li> <li>Add <code>"go.opentelemetry.io/contrib/config"</code> package that includes configuration models generated via go-jsonschema. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4376">#4376</a>)</li> <li>Add <code>NewSDK</code> function to <code>"go.opentelemetry.io/contrib/config"</code>. The initial implementation only returns noop providers. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4414">#4414</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md">go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's changelog</a>.</em></p> <blockquote> <h2>[1.22.0/0.47.0/0.16.0/0.2.0] - 2024-01-18</h2> <h3>Added</h3> <ul> <li>Add <code>SDK.Shutdown</code> method in <code>"go.opentelemetry.io/contrib/config"</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4583">#4583</a>)</li> <li><code>NewSDK</code> in <code>go.opentelemetry.io/contrib/config</code> now returns a configured SDK with a valid <code>TracerProvider</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4741">#4741</a>)</li> </ul> <h3>Changed</h3> <ul> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace/example</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/example</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>Updated configuration schema to include <code>schema_url</code> for resource definition and <code>without_type_suffix</code> and <code>without_units</code> for the Prometheus exporter. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4727">#4727</a>)</li> <li>The semantic conventions used by the <code>go.opentelemetry.io/contrib/detectors/aws/ecs</code> resource detector are upgraded to v1.24.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li> <li>The semantic conventions used by the <code>go.opentelemetry.io/contrib/detectors/aws/lambda</code> resource detector are upgraded to v1.24.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li> <li>The semantic conventions used by the <code>go.opentelemetry.io/contrib/detectors/aws/ec2</code> resource detector are upgraded to v1.24.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li> <li>The semantic conventions used by the <code>go.opentelemetry.io/contrib/detectors/aws/eks</code> resource detector are upgraded to v1.24.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li> <li>The semantic conventions used by the <code>go.opentelemetry.io/contrib/detectors/gcp</code> resource detector are upgraded to v1.24.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li> <li>The semantic conventions used in <code>go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda/test</code> are upgraded to v1.24.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix <code>NewServerHandler</code> in <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code> to correctly set the span status depending on the gRPC status. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4587">#4587</a>)</li> <li>The <code>stats.Handler</code> from <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code> now does not crash when receiving an unexpected context. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4825">#4825</a>)</li> <li>Update <code>go.opentelemetry.io/contrib/detectors/aws/ecs</code> to fix the task ARN when it is not valid. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/3583">#3583</a>)</li> <li>Do not panic in <code>go.opentelemetry.io/contrib/detectors/aws/ecs</code> when the container ARN is not valid. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/3583">#3583</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/044e09ac8bfe0d5a60510778017bec57413243d9"><code>044e09a</code></a> Release 1.22.0/0.47.0/0.16.0/0.2.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4827">#4827</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/40290eae8795d3bd642eceb236fd311262628c05"><code>40290ea</code></a> [instrumentation/google.golang.org/grpc/otelgrpc] Do not assume HandleRPC rec...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/a28c68ba9b907450777112c2d73cb3f85e93641e"><code>a28c68b</code></a> otelgrpc: Remove withoutContext (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4705">#4705</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/96790b3addf68bdceb23a44d8f080085bfb82936"><code>96790b3</code></a> dependabot updates Tue Jan 16 18:26:09 UTC 2024 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4823">#4823</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/ffc47ecd2fa08a020c2f0cae5bd15c14cb7ad903"><code>ffc47ec</code></a> Bump detector semconv to v1.24.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/0a02c5b0f405a7efed1c865c0a94f1cc3a21c85d"><code>0a02c5b</code></a> config: NewSDK can return valid TracerProvider (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4741">#4741</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/3cecdcf33c4701a3abd8557d38ffde090a23b696"><code>3cecdcf</code></a> build(deps): bump github.com/cloudflare/circl in /tools (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4800">#4800</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/ef26c0a86f28d6f0655b34f31aabe8f88cc75e62"><code>ef26c0a</code></a> dependabot updates Sun Jan 7 23:23:57 UTC 2024 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4798">#4798</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/f16553cc0bb9de532200f296f8e2fda717f80c5b"><code>f16553c</code></a> otelgrpc: Remove code that has no effects in stats handlers (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4773">#4773</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/f770d88c50628122f06ed02620383257e69cb9de"><code>f770d88</code></a> dependabot updates Mon Jan 1 11:23:34 UTC 2024 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4778">#4778</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.46.1...zpages/v0.47.0">compare view</a></li> </ul> </details> <br /> Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.46.1 to 0.47.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-go-contrib/releases">go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's releases</a>.</em></p> <blockquote> <h2>Release 1.22.0/0.47.0/0.16.0/0.2.0</h2> <h3>Added</h3> <ul> <li>Add <code>SDK.Shutdown</code> method in <code>"go.opentelemetry.io/contrib/config"</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4583">#4583</a>)</li> <li><code>NewSDK</code> in <code>go.opentelemetry.io/contrib/config</code> now returns a configured SDK with a valid <code>TracerProvider</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4741">#4741</a>)</li> </ul> <h3>Changed</h3> <ul> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace/example</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/example</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>Updated configuration schema to include <code>schema_url</code> for resource definition and <code>without_type_suffix</code> and <code>without_units</code> for the Prometheus exporter. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4727">#4727</a>)</li> <li>The semantic conventions used by the <code>go.opentelemetry.io/contrib/detectors/aws/ecs</code> resource detector are upgraded to v1.24.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li> <li>The semantic conventions used by the <code>go.opentelemetry.io/contrib/detectors/aws/lambda</code> resource detector are upgraded to v1.24.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li> <li>The semantic conventions used by the <code>go.opentelemetry.io/contrib/detectors/aws/ec2</code> resource detector are upgraded to v1.24.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li> <li>The semantic conventions used by the <code>go.opentelemetry.io/contrib/detectors/aws/eks</code> resource detector are upgraded to v1.24.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li> <li>The semantic conventions used by the <code>go.opentelemetry.io/contrib/detectors/gcp</code> resource detector are upgraded to v1.24.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li> <li>The semantic conventions used in <code>go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda/test</code> are upgraded to v1.24.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix <code>NewServerHandler</code> in <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code> to correctly set the span status depending on the gRPC status. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4587">#4587</a>)</li> <li>The <code>stats.Handler</code> from <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code> now does not crash when receiving an unexpected context. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4825">#4825</a>)</li> <li>Update <code>go.opentelemetry.io/contrib/detectors/aws/ecs</code> to fix the task ARN when it is not valid. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/3583">#3583</a>)</li> <li>Do not panic in <code>go.opentelemetry.io/contrib/detectors/aws/ecs</code> when the container ARN is not valid. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/3583">#3583</a>)</li> </ul> <h2>Release v1.21.1/v0.46.1/v0.15.1/v0.1.1</h2> <h3>Changed</h3> <ul> <li>Upgrade dependencies of OpenTelemetry Go to use the new <a href="https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.21.0"><code>v1.21.0</code>/<code>v0.44.0</code> release</a>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4582">#4582</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix <code>StreamClientInterceptor</code> in <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code> to end the spans synchronously. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4537">#4537</a>)</li> <li>Fix data race in stats handlers when processing messages received and sent metrics in <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4577">#4577</a>)</li> <li>The stats handlers <code>NewClientHandler</code>, <code>NewServerHandler</code> in <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code> now record RPC durations in <code>ms</code> instead of <code>ns</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4548">#4548</a>)</li> </ul> <h2>Release v1.21.0/v0.46.0/v0.15.0/v0.1.0</h2> <h3>Added</h3> <ul> <li>Add the new <code>go.opentelemetry.io/contrib/instrgen</code> package to provide auto-generated source code instrumentation. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/3068">#3068</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/3108">#3108</a>)</li> <li>Add <code>"go.opentelemetry.io/contrib/samplers/jaegerremote".WithSamplingStrategyFetcher</code> which sets custom fetcher implementation. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4045">#4045</a>)</li> <li>Add <code>"go.opentelemetry.io/contrib/config"</code> package that includes configuration models generated via go-jsonschema. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4376">#4376</a>)</li> <li>Add <code>NewSDK</code> function to <code>"go.opentelemetry.io/contrib/config"</code>. The initial implementation only returns noop providers. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4414">#4414</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md">go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's changelog</a>.</em></p> <blockquote> <h2>[1.22.0/0.47.0/0.16.0/0.2.0] - 2024-01-18</h2> <h3>Added</h3> <ul> <li>Add <code>SDK.Shutdown</code> method in <code>"go.opentelemetry.io/contrib/config"</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4583">#4583</a>)</li> <li><code>NewSDK</code> in <code>go.opentelemetry.io/contrib/config</code> now returns a configured SDK with a valid <code>TracerProvider</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4741">#4741</a>)</li> </ul> <h3>Changed</h3> <ul> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace/example</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/example</code> are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>The semantic conventions used by <code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>are upgraded to v1.20.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li> <li>Updated configuration schema to include <code>schema_url</code> for resource definition and <code>without_type_suffix</code> and <code>without_units</code> for the Prometheus exporter. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4727">#4727</a>)</li> <li>The semantic conventions used by the <code>go.opentelemetry.io/contrib/detectors/aws/ecs</code> resource detector are upgraded to v1.24.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li> <li>The semantic conventions used by the <code>go.opentelemetry.io/contrib/detectors/aws/lambda</code> resource detector are upgraded to v1.24.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li> <li>The semantic conventions used by the <code>go.opentelemetry.io/contrib/detectors/aws/ec2</code> resource detector are upgraded to v1.24.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li> <li>The semantic conventions used by the <code>go.opentelemetry.io/contrib/detectors/aws/eks</code> resource detector are upgraded to v1.24.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li> <li>The semantic conventions used by the <code>go.opentelemetry.io/contrib/detectors/gcp</code> resource detector are upgraded to v1.24.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li> <li>The semantic conventions used in <code>go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda/test</code> are upgraded to v1.24.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix <code>NewServerHandler</code> in <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code> to correctly set the span status depending on the gRPC status. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4587">#4587</a>)</li> <li>The <code>stats.Handler</code> from <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code> now does not crash when receiving an unexpected context. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4825">#4825</a>)</li> <li>Update <code>go.opentelemetry.io/contrib/detectors/aws/ecs</code> to fix the task ARN when it is not valid. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/3583">#3583</a>)</li> <li>Do not panic in <code>go.opentelemetry.io/contrib/detectors/aws/ecs</code> when the container ARN is not valid. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/3583">#3583</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/044e09ac8bfe0d5a60510778017bec57413243d9"><code>044e09a</code></a> Release 1.22.0/0.47.0/0.16.0/0.2.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4827">#4827</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/40290eae8795d3bd642eceb236fd311262628c05"><code>40290ea</code></a> [instrumentation/google.golang.org/grpc/otelgrpc] Do not assume HandleRPC rec...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/a28c68ba9b907450777112c2d73cb3f85e93641e"><code>a28c68b</code></a> otelgrpc: Remove withoutContext (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4705">#4705</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/96790b3addf68bdceb23a44d8f080085bfb82936"><code>96790b3</code></a> dependabot updates Tue Jan 16 18:26:09 UTC 2024 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4823">#4823</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/ffc47ecd2fa08a020c2f0cae5bd15c14cb7ad903"><code>ffc47ec</code></a> Bump detector semconv to v1.24.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/0a02c5b0f405a7efed1c865c0a94f1cc3a21c85d"><code>0a02c5b</code></a> config: NewSDK can return valid TracerProvider (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4741">#4741</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/3cecdcf33c4701a3abd8557d38ffde090a23b696"><code>3cecdcf</code></a> build(deps): bump github.com/cloudflare/circl in /tools (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4800">#4800</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/ef26c0a86f28d6f0655b34f31aabe8f88cc75e62"><code>ef26c0a</code></a> dependabot updates Sun Jan 7 23:23:57 UTC 2024 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4798">#4798</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/f16553cc0bb9de532200f296f8e2fda717f80c5b"><code>f16553c</code></a> otelgrpc: Remove code that has no effects in stats handlers (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4773">#4773</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/f770d88c50628122f06ed02620383257e69cb9de"><code>f770d88</code></a> dependabot updates Mon Jan 1 11:23:34 UTC 2024 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4778">#4778</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.46.1...zpages/v0.47.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information