Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the otel-instrumentation group with 2 updates #5474

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2024

Bumps the otel-instrumentation group with 2 updates: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc and go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.

Updates go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.51.0 to 0.52.0

Release notes

Sourced from go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's releases.

Release v1.27.0/v0.52.0/v0.21.0/v0.7.0/v0.2.0

Overview

Added

  • Add the new go.opentelemetry.io/contrib/instrgen package to provide auto-generated source code instrumentation. (#3068, #3108)
  • Add an experimental OTEL_METRICS_PRODUCERS environment variable to go.opentelemetry.io/contrib/autoexport to be set metrics producers. (#5281)
    • prometheus and none are supported values. You can specify multiple producers separated by a comma.
    • Add WithFallbackMetricProducer option that adds a fallback if the OTEL_METRICS_PRODUCERS is not set or empty.
  • The go.opentelemetry.io/contrib/processors/baggage/baggagetrace module. This module provides a Baggage Span Processor. (#5404)
  • Add gRPC trace Filter for stats handler to go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#5196)
  • Add a repository Code Ownership Policy. (#5555)
  • The go.opentelemetry.io/contrib/bridges/otellogrus module. This module provides an OpenTelemetry logging bridge for github.com/sirupsen/logrus. (#5355)
  • The WithVersion option function in go.opentelemetry.io/contrib/bridges/otelslog. This option function is used as a replacement of WithInstrumentationScope to specify the logged package version. (#5588)
  • The WithSchemaURL option function in go.opentelemetry.io/contrib/bridges/otelslog. This option function is used as a replacement of WithInstrumentationScope to specify the semantic convention schema URL for the logged records. (#5588)
  • Add support for Cloud Run jobs in go.opentelemetry.io/contrib/detectors/gcp. (#5559)

Changed

  • The gRPC trace Filter for interceptor is renamed to InterceptorFilter. (#5196)

  • The gRPC trace filter functions Any, All, None, Not, MethodName, MethodPrefix, FullMethodName, ServiceName, ServicePrefix and HealthCheck for interceptor are moved to go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/filters/interceptor. With this change, the filters in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc are now working for stats handler. (#5196)

  • NewLogger now accepts a name string as the first argument. This parameter is used as a replacement of WithInstrumentationScope to specify the name of the logger backing the underlying Handler. (#5588)

  • NewHandler now accepts a name string as the first argument. This parameter is used as a replacement of WithInstrumentationScope to specify the name of the logger backing the returned Handler. (#5588)

  • Upgrade all dependencies of go.opentelemetry.io/otel/semconv/v1.24.0 to go.opentelemetry.io/otel/semconv/v1.25.0. (#5605)

Removed

  • The WithInstrumentationScope option function in go.opentelemetry.io/contrib/bridges/otelslog is removed. Use the name parameter added to NewHandler and NewLogger as well as WithVersion and WithSchema as replacements. (#5588)

Deprecated

  • The InterceptorFilter type in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc is deprecated. (#5196)

What's Changed

... (truncated)

Changelog

Sourced from go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's changelog.

[1.27.0/0.52.0/0.21.0/0.7.0/0.2.0] - 2024-05-21

Added

  • Add the new go.opentelemetry.io/contrib/instrgen package to provide auto-generated source code instrumentation. (#3068, #3108)
  • Add an experimental OTEL_METRICS_PRODUCERS environment variable to go.opentelemetry.io/contrib/autoexport to be set metrics producers. (#5281)
    • prometheus and none are supported values. You can specify multiple producers separated by a comma.
    • Add WithFallbackMetricProducer option that adds a fallback if the OTEL_METRICS_PRODUCERS is not set or empty.
  • The go.opentelemetry.io/contrib/processors/baggage/baggagetrace module. This module provides a Baggage Span Processor. (#5404)
  • Add gRPC trace Filter for stats handler to go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#5196)
  • Add a repository Code Ownership Policy. (#5555)
  • The go.opentelemetry.io/contrib/bridges/otellogrus module. This module provides an OpenTelemetry logging bridge for github.com/sirupsen/logrus. (#5355)
  • The WithVersion option function in go.opentelemetry.io/contrib/bridges/otelslog. This option function is used as a replacement of WithInstrumentationScope to specify the logged package version. (#5588)
  • The WithSchemaURL option function in go.opentelemetry.io/contrib/bridges/otelslog. This option function is used as a replacement of WithInstrumentationScope to specify the semantic convention schema URL for the logged records. (#5588)
  • Add support for Cloud Run jobs in go.opentelemetry.io/contrib/detectors/gcp. (#5559)

Changed

  • The gRPC trace Filter for interceptor is renamed to InterceptorFilter. (#5196)

  • The gRPC trace filter functions Any, All, None, Not, MethodName, MethodPrefix, FullMethodName, ServiceName, ServicePrefix and HealthCheck for interceptor are moved to go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/filters/interceptor. With this change, the filters in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc are now working for stats handler. (#5196)

  • NewLogger now accepts a name string as the first argument. This parameter is used as a replacement of WithInstrumentationScope to specify the name of the logger backing the underlying Handler. (#5588)

  • NewHandler now accepts a name string as the first argument. This parameter is used as a replacement of WithInstrumentationScope to specify the name of the logger backing the returned Handler. (#5588)

  • Upgrade all dependencies of go.opentelemetry.io/otel/semconv/v1.24.0 to go.opentelemetry.io/otel/semconv/v1.25.0. (#5605)

Removed

  • The WithInstrumentationScope option function in go.opentelemetry.io/contrib/bridges/otelslog is removed. Use the name parameter added to NewHandler and NewLogger as well as WithVersion and WithSchema as replacements. (#5588)

Deprecated

  • The InterceptorFilter type in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc is deprecated. (#5196)
  • The go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo package is deprecated. If you would like to become a Code Owner of this module and prevent it from being removed, see #5551. (#5598)

#5551: open-telemetry/opentelemetry-go-contrib#5551

Commits
  • 007ae66 Release v1.27.0/v0.52.0/v0.21.0/v0.7.0/v0.2.0 (#5628)
  • e6f7c8e otelzap: Add skeleton for array encoder (#5611)
  • c47a69c Bump semconv/v1.24.0 to v1.25.0 (#5605)
  • 52ee3c4 otelzap: Implement Uint methods on encoder (#5609)
  • a91e60b fix(deps): update module github.com/aws/aws-sdk-go to v1.53.6 (#5616)
  • bf9b41d [chore] Rebuild .tools as they can be outdated (#5603)
  • d2e3069 chore(deps): update module google.golang.org/genproto/googleapis/rpc to v0.0....
  • 5860ad6 fix(deps): update module google.golang.org/genproto/googleapis/api to v0.0.0-...
  • 6f3b254 fix(deps): update opentelemetry-go monorepo to 49c866f (#5608)
  • 5f97832 chore(deps): update codecov/codecov-action action to v4.4.1 (#5613)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.51.0 to 0.52.0

Release notes

Sourced from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's releases.

Release v1.27.0/v0.52.0/v0.21.0/v0.7.0/v0.2.0

Overview

Added

  • Add the new go.opentelemetry.io/contrib/instrgen package to provide auto-generated source code instrumentation. (#3068, #3108)
  • Add an experimental OTEL_METRICS_PRODUCERS environment variable to go.opentelemetry.io/contrib/autoexport to be set metrics producers. (#5281)
    • prometheus and none are supported values. You can specify multiple producers separated by a comma.
    • Add WithFallbackMetricProducer option that adds a fallback if the OTEL_METRICS_PRODUCERS is not set or empty.
  • The go.opentelemetry.io/contrib/processors/baggage/baggagetrace module. This module provides a Baggage Span Processor. (#5404)
  • Add gRPC trace Filter for stats handler to go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#5196)
  • Add a repository Code Ownership Policy. (#5555)
  • The go.opentelemetry.io/contrib/bridges/otellogrus module. This module provides an OpenTelemetry logging bridge for github.com/sirupsen/logrus. (#5355)
  • The WithVersion option function in go.opentelemetry.io/contrib/bridges/otelslog. This option function is used as a replacement of WithInstrumentationScope to specify the logged package version. (#5588)
  • The WithSchemaURL option function in go.opentelemetry.io/contrib/bridges/otelslog. This option function is used as a replacement of WithInstrumentationScope to specify the semantic convention schema URL for the logged records. (#5588)
  • Add support for Cloud Run jobs in go.opentelemetry.io/contrib/detectors/gcp. (#5559)

Changed

  • The gRPC trace Filter for interceptor is renamed to InterceptorFilter. (#5196)

  • The gRPC trace filter functions Any, All, None, Not, MethodName, MethodPrefix, FullMethodName, ServiceName, ServicePrefix and HealthCheck for interceptor are moved to go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/filters/interceptor. With this change, the filters in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc are now working for stats handler. (#5196)

  • NewLogger now accepts a name string as the first argument. This parameter is used as a replacement of WithInstrumentationScope to specify the name of the logger backing the underlying Handler. (#5588)

  • NewHandler now accepts a name string as the first argument. This parameter is used as a replacement of WithInstrumentationScope to specify the name of the logger backing the returned Handler. (#5588)

  • Upgrade all dependencies of go.opentelemetry.io/otel/semconv/v1.24.0 to go.opentelemetry.io/otel/semconv/v1.25.0. (#5605)

Removed

  • The WithInstrumentationScope option function in go.opentelemetry.io/contrib/bridges/otelslog is removed. Use the name parameter added to NewHandler and NewLogger as well as WithVersion and WithSchema as replacements. (#5588)

Deprecated

  • The InterceptorFilter type in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc is deprecated. (#5196)

What's Changed

... (truncated)

Changelog

Sourced from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's changelog.

[1.27.0/0.52.0/0.21.0/0.7.0/0.2.0] - 2024-05-21

Added

  • Add the new go.opentelemetry.io/contrib/instrgen package to provide auto-generated source code instrumentation. (#3068, #3108)
  • Add an experimental OTEL_METRICS_PRODUCERS environment variable to go.opentelemetry.io/contrib/autoexport to be set metrics producers. (#5281)
    • prometheus and none are supported values. You can specify multiple producers separated by a comma.
    • Add WithFallbackMetricProducer option that adds a fallback if the OTEL_METRICS_PRODUCERS is not set or empty.
  • The go.opentelemetry.io/contrib/processors/baggage/baggagetrace module. This module provides a Baggage Span Processor. (#5404)
  • Add gRPC trace Filter for stats handler to go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#5196)
  • Add a repository Code Ownership Policy. (#5555)
  • The go.opentelemetry.io/contrib/bridges/otellogrus module. This module provides an OpenTelemetry logging bridge for github.com/sirupsen/logrus. (#5355)
  • The WithVersion option function in go.opentelemetry.io/contrib/bridges/otelslog. This option function is used as a replacement of WithInstrumentationScope to specify the logged package version. (#5588)
  • The WithSchemaURL option function in go.opentelemetry.io/contrib/bridges/otelslog. This option function is used as a replacement of WithInstrumentationScope to specify the semantic convention schema URL for the logged records. (#5588)
  • Add support for Cloud Run jobs in go.opentelemetry.io/contrib/detectors/gcp. (#5559)

Changed

  • The gRPC trace Filter for interceptor is renamed to InterceptorFilter. (#5196)

  • The gRPC trace filter functions Any, All, None, Not, MethodName, MethodPrefix, FullMethodName, ServiceName, ServicePrefix and HealthCheck for interceptor are moved to go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/filters/interceptor. With this change, the filters in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc are now working for stats handler. (#5196)

  • NewLogger now accepts a name string as the first argument. This parameter is used as a replacement of WithInstrumentationScope to specify the name of the logger backing the underlying Handler. (#5588)

  • NewHandler now accepts a name string as the first argument. This parameter is used as a replacement of WithInstrumentationScope to specify the name of the logger backing the returned Handler. (#5588)

  • Upgrade all dependencies of go.opentelemetry.io/otel/semconv/v1.24.0 to go.opentelemetry.io/otel/semconv/v1.25.0. (#5605)

Removed

  • The WithInstrumentationScope option function in go.opentelemetry.io/contrib/bridges/otelslog is removed. Use the name parameter added to NewHandler and NewLogger as well as WithVersion and WithSchema as replacements. (#5588)

Deprecated

  • The InterceptorFilter type in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc is deprecated. (#5196)
  • The go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo package is deprecated. If you would like to become a Code Owner of this module and prevent it from being removed, see #5551. (#5598)

#5551: open-telemetry/opentelemetry-go-contrib#5551

Commits
  • 007ae66 Release v1.27.0/v0.52.0/v0.21.0/v0.7.0/v0.2.0 (#5628)
  • e6f7c8e otelzap: Add skeleton for array encoder (#5611)
  • c47a69c Bump semconv/v1.24.0 to v1.25.0 (#5605)
  • 52ee3c4 otelzap: Implement Uint methods on encoder (#5609)
  • a91e60b fix(deps): update module github.com/aws/aws-sdk-go to v1.53.6 (#5616)
  • bf9b41d [chore] Rebuild .tools as they can be outdated (#5603)
  • d2e3069 chore(deps): update module google.golang.org/genproto/googleapis/rpc to v0.0....
  • 5860ad6 fix(deps): update module google.golang.org/genproto/googleapis/api to v0.0.0-...
  • 6f3b254 fix(deps): update opentelemetry-go monorepo to 49c866f (#5608)
  • 5f97832 chore(deps): update codecov/codecov-action action to v4.4.1 (#5613)
  • Additional commits viewable in compare view

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 commands and options

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

@dependabot dependabot bot requested a review from a team as a code owner May 22, 2024 04:21
@dependabot dependabot bot added the changelog:dependencies Update to dependencies label May 22, 2024
@dependabot dependabot bot requested a review from yurishkuro May 22, 2024 04:21
@dependabot dependabot bot force-pushed the dependabot/go_modules/otel-instrumentation-3bc0f14366 branch from ff3b278 to 2b3f32c Compare May 22, 2024 15:53
@FlamingSaint FlamingSaint mentioned this pull request May 23, 2024
4 tasks
@dependabot dependabot bot force-pushed the dependabot/go_modules/otel-instrumentation-3bc0f14366 branch from 2b3f32c to fe26b14 Compare May 23, 2024 15:59
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-instrumentation
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-instrumentation
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/otel-instrumentation-3bc0f14366 branch from fe26b14 to 1d78650 Compare May 23, 2024 16:00
Copy link

codecov bot commented May 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.52%. Comparing base (49a5ebe) to head (1d78650).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5474      +/-   ##
==========================================
- Coverage   95.53%   95.52%   -0.02%     
==========================================
  Files         331      331              
  Lines       16155    16155              
==========================================
- Hits        15434    15432       -2     
- Misses        547      548       +1     
- Partials      174      175       +1     
Flag Coverage Δ
badger_v1 8.05% <ø> (ø)
badger_v2 1.93% <ø> (ø)
cassandra-3.x-v1 16.43% <ø> (ø)
cassandra-3.x-v2 1.85% <ø> (ø)
cassandra-4.x-v1 16.43% <ø> (ø)
cassandra-4.x-v2 1.85% <ø> (ø)
elasticsearch-7.x 1.78% <ø> (?)
elasticsearch-8.x 1.78% <ø> (?)
grpc_v1 9.53% <ø> (+0.01%) ⬆️
grpc_v2 7.58% <ø> (ø)
kafka 9.78% <ø> (ø)
opensearch-1.x 1.78% <ø> (+0.01%) ⬆️
opensearch-2.x 1.78% <ø> (ø)
unittests 93.92% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yurishkuro yurishkuro merged commit 0726dee into main May 23, 2024
38 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/otel-instrumentation-3bc0f14366 branch May 23, 2024 18:19
varshith257 pushed a commit to varshith257/jaeger that referenced this pull request Jun 2, 2024
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.51.0 to 0.52.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 v1.27.0/v0.52.0/v0.21.0/v0.7.0/v0.2.0</h2>
<h2>Overview</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 an experimental <code>OTEL_METRICS_PRODUCERS</code> environment
variable to <code>go.opentelemetry.io/contrib/autoexport</code> to be
set metrics producers. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5281">#5281</a>)
<ul>
<li><code>prometheus</code> and <code>none</code> are supported values.
You can specify multiple producers separated by a comma.</li>
<li>Add <code>WithFallbackMetricProducer</code> option that adds a
fallback if the <code>OTEL_METRICS_PRODUCERS</code> is not set or
empty.</li>
</ul>
</li>
<li>The
<code>go.opentelemetry.io/contrib/processors/baggage/baggagetrace</code>
module. This module provides a Baggage Span Processor. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5404">#5404</a>)</li>
<li>Add gRPC trace <code>Filter</code> for stats handler to
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</li>
<li>Add a repository Code Ownership Policy. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5555">#5555</a>)</li>
<li>The <code>go.opentelemetry.io/contrib/bridges/otellogrus</code>
module. This module provides an OpenTelemetry logging bridge for
<code>github.com/sirupsen/logrus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5355">#5355</a>)</li>
<li>The <code>WithVersion</code> option function in
<code>go.opentelemetry.io/contrib/bridges/otelslog</code>. This option
function is used as a replacement of
<code>WithInstrumentationScope</code> to specify the logged package
version. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</li>
<li>The <code>WithSchemaURL</code> option function in
<code>go.opentelemetry.io/contrib/bridges/otelslog</code>. This option
function is used as a replacement of
<code>WithInstrumentationScope</code> to specify the semantic convention
schema URL for the logged records. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</li>
<li>Add support for Cloud Run jobs in
<code>go.opentelemetry.io/contrib/detectors/gcp</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5559">#5559</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>
<p>The gRPC trace <code>Filter</code> for interceptor is renamed to
<code>InterceptorFilter</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</p>
</li>
<li>
<p>The gRPC trace filter functions <code>Any</code>, <code>All</code>,
<code>None</code>, <code>Not</code>, <code>MethodName</code>,
<code>MethodPrefix</code>, <code>FullMethodName</code>,
<code>ServiceName</code>, <code>ServicePrefix</code> and
<code>HealthCheck</code> for interceptor are moved to
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/filters/interceptor</code>.
With this change, the filters in
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>
are now working for stats handler. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</p>
</li>
<li>
<p><code>NewLogger</code> now accepts a <code>name</code>
<code>string</code> as the first argument. This parameter is used as a
replacement of <code>WithInstrumentationScope</code> to specify the name
of the logger backing the underlying <code>Handler</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</p>
</li>
<li>
<p><code>NewHandler</code> now accepts a <code>name</code>
<code>string</code> as the first argument. This parameter is used as a
replacement of <code>WithInstrumentationScope</code> to specify the name
of the logger backing the returned <code>Handler</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</p>
</li>
<li>
<p>Upgrade all dependencies of
<code>go.opentelemetry.io/otel/semconv/v1.24.0</code> to
<code>go.opentelemetry.io/otel/semconv/v1.25.0</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5605">#5605</a>)</p>
</li>
</ul>
<h3>Removed</h3>
<ul>
<li>The <code>WithInstrumentationScope</code> option function in
<code>go.opentelemetry.io/contrib/bridges/otelslog</code> is removed.
Use the <code>name</code> parameter added to <code>NewHandler</code> and
<code>NewLogger</code> as well as <code>WithVersion</code> and
<code>WithSchema</code> as replacements. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>The <code>InterceptorFilter</code> type in
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>
is deprecated. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>build(deps): bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5436">open-telemetry/opentelemetry-go-contrib#5436</a></li>
<li>build(deps): bump github.com/aws/aws-sdk-go from 1.51.25 to 1.51.30
in /detectors/aws/ec2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5435">open-telemetry/opentelemetry-go-contrib#5435</a></li>
<li>Add update-all-otel-deps target in Makefile by <a
href="https://github.com/XSAM"><code>@​XSAM</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5434">open-telemetry/opentelemetry-go-contrib#5434</a></li>
<li>build(deps): bump github.com/golangci/golangci-lint from 1.57.2 to
1.58.0 in /tools by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5441">open-telemetry/opentelemetry-go-contrib#5441</a></li>
<li>build(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5445">open-telemetry/opentelemetry-go-contrib#5445</a></li>
<li>autoexport: Add OTEL_METRICS_PRODUCERS environment variable support
by <a href="https://github.com/gouthamve"><code>@​gouthamve</code></a>
in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5281">open-telemetry/opentelemetry-go-contrib#5281</a></li>
<li>Fix changelog for <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5281">#5281</a>
by <a href="https://github.com/pellared"><code>@​pellared</code></a> in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5450">open-telemetry/opentelemetry-go-contrib#5450</a></li>
<li>processors/baggage: add baggage span processor by <a
href="https://github.com/codeboten"><code>@​codeboten</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5404">open-telemetry/opentelemetry-go-contrib#5404</a></li>
<li>Configure Renovate by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/4579">open-telemetry/opentelemetry-go-contrib#4579</a></li>
<li>chore(deps): update module github.com/gabriel-vasile/mimetype to
v1.4.3 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5462">open-telemetry/opentelemetry-go-contrib#5462</a></li>
<li>[chore] Renovate to add Skip Changelog label by <a
href="https://github.com/pellared"><code>@​pellared</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5464">open-telemetry/opentelemetry-go-contrib#5464</a></li>
<li>chore(deps): update module github.com/golang/snappy to v0.0.4 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5465">open-telemetry/opentelemetry-go-contrib#5465</a></li>
<li>chore(deps): update module github.com/mattn/go-isatty to v0.0.20 by
<a href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5467">open-telemetry/opentelemetry-go-contrib#5467</a></li>
<li>chore(deps): update module github.com/klauspost/cpuid/v2 to v2.2.7
by <a href="https://github.com/renovate"><code>@​renovate</code></a> in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5466">open-telemetry/opentelemetry-go-contrib#5466</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.27.0/0.52.0/0.21.0/0.7.0/0.2.0] - 2024-05-21</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 an experimental <code>OTEL_METRICS_PRODUCERS</code> environment
variable to <code>go.opentelemetry.io/contrib/autoexport</code> to be
set metrics producers. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5281">#5281</a>)
<ul>
<li><code>prometheus</code> and <code>none</code> are supported values.
You can specify multiple producers separated by a comma.</li>
<li>Add <code>WithFallbackMetricProducer</code> option that adds a
fallback if the <code>OTEL_METRICS_PRODUCERS</code> is not set or
empty.</li>
</ul>
</li>
<li>The
<code>go.opentelemetry.io/contrib/processors/baggage/baggagetrace</code>
module. This module provides a Baggage Span Processor. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5404">#5404</a>)</li>
<li>Add gRPC trace <code>Filter</code> for stats handler to
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</li>
<li>Add a repository Code Ownership Policy. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5555">#5555</a>)</li>
<li>The <code>go.opentelemetry.io/contrib/bridges/otellogrus</code>
module.
This module provides an OpenTelemetry logging bridge for
<code>github.com/sirupsen/logrus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5355">#5355</a>)</li>
<li>The <code>WithVersion</code> option function in
<code>go.opentelemetry.io/contrib/bridges/otelslog</code>.
This option function is used as a replacement of
<code>WithInstrumentationScope</code> to specify the logged package
version. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</li>
<li>The <code>WithSchemaURL</code> option function in
<code>go.opentelemetry.io/contrib/bridges/otelslog</code>.
This option function is used as a replacement of
<code>WithInstrumentationScope</code> to specify the semantic convention
schema URL for the logged records. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</li>
<li>Add support for Cloud Run jobs in
<code>go.opentelemetry.io/contrib/detectors/gcp</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5559">#5559</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>
<p>The gRPC trace <code>Filter</code> for interceptor is renamed to
<code>InterceptorFilter</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</p>
</li>
<li>
<p>The gRPC trace filter functions <code>Any</code>, <code>All</code>,
<code>None</code>, <code>Not</code>, <code>MethodName</code>,
<code>MethodPrefix</code>, <code>FullMethodName</code>,
<code>ServiceName</code>, <code>ServicePrefix</code> and
<code>HealthCheck</code> for interceptor are moved to
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/filters/interceptor</code>.
With this change, the filters in
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>
are now working for stats handler. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</p>
</li>
<li>
<p><code>NewLogger</code> now accepts a <code>name</code>
<code>string</code> as the first argument.
This parameter is used as a replacement of
<code>WithInstrumentationScope</code> to specify the name of the logger
backing the underlying <code>Handler</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</p>
</li>
<li>
<p><code>NewHandler</code> now accepts a <code>name</code>
<code>string</code> as the first argument.
This parameter is used as a replacement of
<code>WithInstrumentationScope</code> to specify the name of the logger
backing the returned <code>Handler</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</p>
</li>
<li>
<p>Upgrade all dependencies of
<code>go.opentelemetry.io/otel/semconv/v1.24.0</code> to
<code>go.opentelemetry.io/otel/semconv/v1.25.0</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5605">#5605</a>)</p>
</li>
</ul>
<h3>Removed</h3>
<ul>
<li>The <code>WithInstrumentationScope</code> option function in
<code>go.opentelemetry.io/contrib/bridges/otelslog</code> is removed.
Use the <code>name</code> parameter added to <code>NewHandler</code> and
<code>NewLogger</code> as well as <code>WithVersion</code> and
<code>WithSchema</code> as replacements. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>The <code>InterceptorFilter</code> type in
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>
is deprecated. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</li>
<li>The
<code>go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo</code>
package is deprecated.
If you would like to become a Code Owner of this module and prevent it
from being removed, see <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5551">#5551</a>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5598">#5598</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5551">#5551</a>:
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5551">open-telemetry/opentelemetry-go-contrib#5551</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/007ae66d4a15c43bea20b382c0fd900c66133328"><code>007ae66</code></a>
Release v1.27.0/v0.52.0/v0.21.0/v0.7.0/v0.2.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5628">#5628</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/e6f7c8e154e05e093938d57e374650b3510689be"><code>e6f7c8e</code></a>
otelzap: Add skeleton for array encoder (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5611">#5611</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/c47a69c6aa70540196527701ac68301a76977303"><code>c47a69c</code></a>
Bump semconv/v1.24.0 to v1.25.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5605">#5605</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/52ee3c48b98bdcfe040e37087b45a807a0211752"><code>52ee3c4</code></a>
otelzap: Implement Uint methods on encoder (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5609">#5609</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/a91e60beace7c1d96302fe359050d705c4723e72"><code>a91e60b</code></a>
fix(deps): update module github.com/aws/aws-sdk-go to v1.53.6 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5616">#5616</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/bf9b41d6ada6be766fd905b82987ee525a5a4cbb"><code>bf9b41d</code></a>
[chore] Rebuild .tools as they can be outdated (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5603">#5603</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/d2e306956348d9256d322e7c57a359b6f22e19bb"><code>d2e3069</code></a>
chore(deps): update module google.golang.org/genproto/googleapis/rpc to
v0.0....</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/5860ad635d86b1f42b462c3853762fede7b5ff4d"><code>5860ad6</code></a>
fix(deps): update module google.golang.org/genproto/googleapis/api to
v0.0.0-...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/6f3b2540b48fc979977a802086e6f86fcb16f176"><code>6f3b254</code></a>
fix(deps): update opentelemetry-go monorepo to 49c866f (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5608">#5608</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/5f9783291f36776f7890b3a5626ee2099f5711fe"><code>5f97832</code></a>
chore(deps): update codecov/codecov-action action to v4.4.1 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5613">#5613</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.51.0...zpages/v0.52.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`
from 0.51.0 to 0.52.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 v1.27.0/v0.52.0/v0.21.0/v0.7.0/v0.2.0</h2>
<h2>Overview</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 an experimental <code>OTEL_METRICS_PRODUCERS</code> environment
variable to <code>go.opentelemetry.io/contrib/autoexport</code> to be
set metrics producers. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5281">#5281</a>)
<ul>
<li><code>prometheus</code> and <code>none</code> are supported values.
You can specify multiple producers separated by a comma.</li>
<li>Add <code>WithFallbackMetricProducer</code> option that adds a
fallback if the <code>OTEL_METRICS_PRODUCERS</code> is not set or
empty.</li>
</ul>
</li>
<li>The
<code>go.opentelemetry.io/contrib/processors/baggage/baggagetrace</code>
module. This module provides a Baggage Span Processor. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5404">#5404</a>)</li>
<li>Add gRPC trace <code>Filter</code> for stats handler to
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</li>
<li>Add a repository Code Ownership Policy. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5555">#5555</a>)</li>
<li>The <code>go.opentelemetry.io/contrib/bridges/otellogrus</code>
module. This module provides an OpenTelemetry logging bridge for
<code>github.com/sirupsen/logrus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5355">#5355</a>)</li>
<li>The <code>WithVersion</code> option function in
<code>go.opentelemetry.io/contrib/bridges/otelslog</code>. This option
function is used as a replacement of
<code>WithInstrumentationScope</code> to specify the logged package
version. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</li>
<li>The <code>WithSchemaURL</code> option function in
<code>go.opentelemetry.io/contrib/bridges/otelslog</code>. This option
function is used as a replacement of
<code>WithInstrumentationScope</code> to specify the semantic convention
schema URL for the logged records. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</li>
<li>Add support for Cloud Run jobs in
<code>go.opentelemetry.io/contrib/detectors/gcp</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5559">#5559</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>
<p>The gRPC trace <code>Filter</code> for interceptor is renamed to
<code>InterceptorFilter</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</p>
</li>
<li>
<p>The gRPC trace filter functions <code>Any</code>, <code>All</code>,
<code>None</code>, <code>Not</code>, <code>MethodName</code>,
<code>MethodPrefix</code>, <code>FullMethodName</code>,
<code>ServiceName</code>, <code>ServicePrefix</code> and
<code>HealthCheck</code> for interceptor are moved to
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/filters/interceptor</code>.
With this change, the filters in
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>
are now working for stats handler. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</p>
</li>
<li>
<p><code>NewLogger</code> now accepts a <code>name</code>
<code>string</code> as the first argument. This parameter is used as a
replacement of <code>WithInstrumentationScope</code> to specify the name
of the logger backing the underlying <code>Handler</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</p>
</li>
<li>
<p><code>NewHandler</code> now accepts a <code>name</code>
<code>string</code> as the first argument. This parameter is used as a
replacement of <code>WithInstrumentationScope</code> to specify the name
of the logger backing the returned <code>Handler</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</p>
</li>
<li>
<p>Upgrade all dependencies of
<code>go.opentelemetry.io/otel/semconv/v1.24.0</code> to
<code>go.opentelemetry.io/otel/semconv/v1.25.0</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5605">#5605</a>)</p>
</li>
</ul>
<h3>Removed</h3>
<ul>
<li>The <code>WithInstrumentationScope</code> option function in
<code>go.opentelemetry.io/contrib/bridges/otelslog</code> is removed.
Use the <code>name</code> parameter added to <code>NewHandler</code> and
<code>NewLogger</code> as well as <code>WithVersion</code> and
<code>WithSchema</code> as replacements. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>The <code>InterceptorFilter</code> type in
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>
is deprecated. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>build(deps): bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5436">open-telemetry/opentelemetry-go-contrib#5436</a></li>
<li>build(deps): bump github.com/aws/aws-sdk-go from 1.51.25 to 1.51.30
in /detectors/aws/ec2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5435">open-telemetry/opentelemetry-go-contrib#5435</a></li>
<li>Add update-all-otel-deps target in Makefile by <a
href="https://github.com/XSAM"><code>@​XSAM</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5434">open-telemetry/opentelemetry-go-contrib#5434</a></li>
<li>build(deps): bump github.com/golangci/golangci-lint from 1.57.2 to
1.58.0 in /tools by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5441">open-telemetry/opentelemetry-go-contrib#5441</a></li>
<li>build(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5445">open-telemetry/opentelemetry-go-contrib#5445</a></li>
<li>autoexport: Add OTEL_METRICS_PRODUCERS environment variable support
by <a href="https://github.com/gouthamve"><code>@​gouthamve</code></a>
in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5281">open-telemetry/opentelemetry-go-contrib#5281</a></li>
<li>Fix changelog for <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5281">#5281</a>
by <a href="https://github.com/pellared"><code>@​pellared</code></a> in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5450">open-telemetry/opentelemetry-go-contrib#5450</a></li>
<li>processors/baggage: add baggage span processor by <a
href="https://github.com/codeboten"><code>@​codeboten</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5404">open-telemetry/opentelemetry-go-contrib#5404</a></li>
<li>Configure Renovate by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/4579">open-telemetry/opentelemetry-go-contrib#4579</a></li>
<li>chore(deps): update module github.com/gabriel-vasile/mimetype to
v1.4.3 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5462">open-telemetry/opentelemetry-go-contrib#5462</a></li>
<li>[chore] Renovate to add Skip Changelog label by <a
href="https://github.com/pellared"><code>@​pellared</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5464">open-telemetry/opentelemetry-go-contrib#5464</a></li>
<li>chore(deps): update module github.com/golang/snappy to v0.0.4 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5465">open-telemetry/opentelemetry-go-contrib#5465</a></li>
<li>chore(deps): update module github.com/mattn/go-isatty to v0.0.20 by
<a href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5467">open-telemetry/opentelemetry-go-contrib#5467</a></li>
<li>chore(deps): update module github.com/klauspost/cpuid/v2 to v2.2.7
by <a href="https://github.com/renovate"><code>@​renovate</code></a> in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5466">open-telemetry/opentelemetry-go-contrib#5466</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.27.0/0.52.0/0.21.0/0.7.0/0.2.0] - 2024-05-21</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 an experimental <code>OTEL_METRICS_PRODUCERS</code> environment
variable to <code>go.opentelemetry.io/contrib/autoexport</code> to be
set metrics producers. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5281">#5281</a>)
<ul>
<li><code>prometheus</code> and <code>none</code> are supported values.
You can specify multiple producers separated by a comma.</li>
<li>Add <code>WithFallbackMetricProducer</code> option that adds a
fallback if the <code>OTEL_METRICS_PRODUCERS</code> is not set or
empty.</li>
</ul>
</li>
<li>The
<code>go.opentelemetry.io/contrib/processors/baggage/baggagetrace</code>
module. This module provides a Baggage Span Processor. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5404">#5404</a>)</li>
<li>Add gRPC trace <code>Filter</code> for stats handler to
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</li>
<li>Add a repository Code Ownership Policy. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5555">#5555</a>)</li>
<li>The <code>go.opentelemetry.io/contrib/bridges/otellogrus</code>
module.
This module provides an OpenTelemetry logging bridge for
<code>github.com/sirupsen/logrus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5355">#5355</a>)</li>
<li>The <code>WithVersion</code> option function in
<code>go.opentelemetry.io/contrib/bridges/otelslog</code>.
This option function is used as a replacement of
<code>WithInstrumentationScope</code> to specify the logged package
version. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</li>
<li>The <code>WithSchemaURL</code> option function in
<code>go.opentelemetry.io/contrib/bridges/otelslog</code>.
This option function is used as a replacement of
<code>WithInstrumentationScope</code> to specify the semantic convention
schema URL for the logged records. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</li>
<li>Add support for Cloud Run jobs in
<code>go.opentelemetry.io/contrib/detectors/gcp</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5559">#5559</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>
<p>The gRPC trace <code>Filter</code> for interceptor is renamed to
<code>InterceptorFilter</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</p>
</li>
<li>
<p>The gRPC trace filter functions <code>Any</code>, <code>All</code>,
<code>None</code>, <code>Not</code>, <code>MethodName</code>,
<code>MethodPrefix</code>, <code>FullMethodName</code>,
<code>ServiceName</code>, <code>ServicePrefix</code> and
<code>HealthCheck</code> for interceptor are moved to
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/filters/interceptor</code>.
With this change, the filters in
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>
are now working for stats handler. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</p>
</li>
<li>
<p><code>NewLogger</code> now accepts a <code>name</code>
<code>string</code> as the first argument.
This parameter is used as a replacement of
<code>WithInstrumentationScope</code> to specify the name of the logger
backing the underlying <code>Handler</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</p>
</li>
<li>
<p><code>NewHandler</code> now accepts a <code>name</code>
<code>string</code> as the first argument.
This parameter is used as a replacement of
<code>WithInstrumentationScope</code> to specify the name of the logger
backing the returned <code>Handler</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</p>
</li>
<li>
<p>Upgrade all dependencies of
<code>go.opentelemetry.io/otel/semconv/v1.24.0</code> to
<code>go.opentelemetry.io/otel/semconv/v1.25.0</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5605">#5605</a>)</p>
</li>
</ul>
<h3>Removed</h3>
<ul>
<li>The <code>WithInstrumentationScope</code> option function in
<code>go.opentelemetry.io/contrib/bridges/otelslog</code> is removed.
Use the <code>name</code> parameter added to <code>NewHandler</code> and
<code>NewLogger</code> as well as <code>WithVersion</code> and
<code>WithSchema</code> as replacements. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>The <code>InterceptorFilter</code> type in
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>
is deprecated. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</li>
<li>The
<code>go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo</code>
package is deprecated.
If you would like to become a Code Owner of this module and prevent it
from being removed, see <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5551">#5551</a>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5598">#5598</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5551">#5551</a>:
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5551">open-telemetry/opentelemetry-go-contrib#5551</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/007ae66d4a15c43bea20b382c0fd900c66133328"><code>007ae66</code></a>
Release v1.27.0/v0.52.0/v0.21.0/v0.7.0/v0.2.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5628">#5628</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/e6f7c8e154e05e093938d57e374650b3510689be"><code>e6f7c8e</code></a>
otelzap: Add skeleton for array encoder (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5611">#5611</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/c47a69c6aa70540196527701ac68301a76977303"><code>c47a69c</code></a>
Bump semconv/v1.24.0 to v1.25.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5605">#5605</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/52ee3c48b98bdcfe040e37087b45a807a0211752"><code>52ee3c4</code></a>
otelzap: Implement Uint methods on encoder (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5609">#5609</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/a91e60beace7c1d96302fe359050d705c4723e72"><code>a91e60b</code></a>
fix(deps): update module github.com/aws/aws-sdk-go to v1.53.6 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5616">#5616</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/bf9b41d6ada6be766fd905b82987ee525a5a4cbb"><code>bf9b41d</code></a>
[chore] Rebuild .tools as they can be outdated (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5603">#5603</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/d2e306956348d9256d322e7c57a359b6f22e19bb"><code>d2e3069</code></a>
chore(deps): update module google.golang.org/genproto/googleapis/rpc to
v0.0....</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/5860ad635d86b1f42b462c3853762fede7b5ff4d"><code>5860ad6</code></a>
fix(deps): update module google.golang.org/genproto/googleapis/api to
v0.0.0-...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/6f3b2540b48fc979977a802086e6f86fcb16f176"><code>6f3b254</code></a>
fix(deps): update opentelemetry-go monorepo to 49c866f (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5608">#5608</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/5f9783291f36776f7890b3a5626ee2099f5711fe"><code>5f97832</code></a>
chore(deps): update codecov/codecov-action action to v4.4.1 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5613">#5613</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.51.0...zpages/v0.52.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Vamshi Maskuri <gwcchintu@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:dependencies Update to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant