chore(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.63.0 to 0.64.0 #2566

Closed
dependabot[bot] wants to merge 1 commit from refs/pull/2566/head into staging
dependabot[bot] commented 2025-12-15 02:16:59 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #2127
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2127
Original created: 2025-12-15T02:16:59Z
Original updated: 2025-12-17T05:38:23Z
Original head: carverauto/serviceradar:dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc-0.64.0
Original base: staging

Bumps go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.63.0 to 0.64.0.

Release notes

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

Release v1.39.0/v2.1.0/v0.64.0/v0.33.0/v0.19.0/v0.14.0/v0.12.0/v0.11.0

Overview

Added

  • ParseYAML in go.opentelemetry.io/contrib/otelconf now supports environment variables substitution in the format ${[env:]VAR_NAME[:-defaultvalue]}. (#6215)
  • Add the http.route metric attribute to go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux. (#7966)
  • Support db.client.operation.duration metric for go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/v2/mongo/otelmongo. (#7983)
  • Add a WithSpanNameFormatter option to go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/v2/mongo/otelmongo. (#7986)
  • WithOnError option for otelecho middleware in go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho to specify the behavior when an error occurs. (#8025)
  • Updated go.opentelemetry.io/contrib/otelconf to include the v1.0.0-rc2 release candidate of schema which includes backwards incompatible changes. (#8026)
  • Introduce v1.0.0-rc.2 model in go.opentelemetry.io/contrib/otelconf. (#8031)
  • Add unmarshaling and validation for CardinalityLimits and SpanLimits to v1.0.0 model in go.opentelemetry.io/contrib/otelconf. (#8043)
  • Add unmarshaling and validation for BatchLogRecordProcessor, BatchSpanProcessor, and PeriodicMetricReader to v1.0.0 model in go.opentelemetry.io/contrib/otelconf. (#8049)
  • Add unmarshaling and validation for TextMapPropagator to v1.0.0 model in go.opentelemetry.io/contrib/otelconf. (#8052)
  • Add jaeger.sampler.type/jaeger.sampler.param attributes for adaptive sampling support and option WithAttributesDisabled in go.opentelemetry.io/contrib/samplers/jaegerremote. (#8073)
  • Add support for OTEL_EXPERIMENTAL_CONFIG_FILE via the NewSDK function in go.opentelemetry.io/contrib/otelconf (#8106)
  • Add unmarshaling and validation for OTLPHttpExporter, OTLPGrpcExporter, OTLPGrpcMetricExporter and OTLPHttpMetricExporter to v1.0.0 model in go.opentelemetry.io/contrib/otelconf. (#8112)
  • Add unmarshaling and validation for AttributeType, AttributeNameValue, SimpleSpanProcessor, SimpleLogRecordProcessor, ZipkinSpanExporter, NameStringValuePair, InstrumentType, ExperimentalPeerInstrumentationServiceMappingElem, ExporterDefaultHistogramAggregation, PullMetricReader to v1.0.0 model in go.opentelemetry.io/contrib/otelconf. (#8127)
  • Add support for container, host, process resource detectors in go.opentelemetry.io/contrib/otelconf. (#8180)

Changed

  • Improve performance by reducing allocations in the gRPC stats handler in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#8035)
  • Export the ReadEvents and WriteEvents constants in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp so they can be used in WithMessageEvents. (#8153)
  • Switched the default for OTEL_SEMCONV_STABILITY_OPT_IN to emit the v1.37.0 semantic conventions by default in go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo. Use the environment variable OTEL_SEMCONV_STABILITY_OPT_IN to configure duplication with old semantic conventions if needed (i.e. OTEL_SEMCONV_STABILITY_OPT_IN="database/dup"). (#8230)

Deprecated

  • WithRouteTag in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp is deprecated. The route is already added automatically for spans. For metrics, the alternative is to use the WithMetricAttributesFn option. (#8117)
  • WithPublicEndpoint in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp is deprecated. Use WithPublicEndpointFn instead. (#8152)
  • DefaultClient, Get, Head, Post, and PostForm in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp are deprecated. Use a custom *http.Client with otelhttp.NewTransport(http.DefaultTransport) instead. (#8140, #8201)

Removed

  • Drop support for Go 1.23. (#7831)
  • Remove deprecated go.opentelemetry.io/contrib/detectors/aws/ec2 module, please use go.opentelemetry.io/contrib/detectors/aws/ec2/v2 instead. (#7841)
  • Remove the deprecated Extract and Inject functions from go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#7952)

What's Changed

... (truncated)

Changelog

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

[1.39.0/2.1.0/0.64.0/0.33.0/0.19.0/0.14.0/0.12.0/0.11.0] - 2025-12-08

Added

  • ParseYAML in go.opentelemetry.io/contrib/otelconf now supports environment variables substitution in the format ${[env:]VAR_NAME[:-defaultvalue]}. (#6215)
  • Add the http.route metric attribute to go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux. (#7966)
  • Support db.client.operation.duration metric for go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/v2/mongo/otelmongo. (#7983)
  • Add a WithSpanNameFormatter option to go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/v2/mongo/otelmongo. (#7986)
  • WithOnError option for otelecho middleware in go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho to specify the behavior when an error occurs. (#8025)
  • Updated go.opentelemetry.io/contrib/otelconf to include the v1.0.0-rc2 release candidate of schema which includes backwards incompatible changes. (#8026)
  • Introduce v1.0.0-rc.2 model in go.opentelemetry.io/contrib/otelconf. (#8031)
  • Add unmarshaling and validation for CardinalityLimits and SpanLimits to v1.0.0 model in go.opentelemetry.io/contrib/otelconf. (#8043)
  • Add unmarshaling and validation for BatchLogRecordProcessor, BatchSpanProcessor, and PeriodicMetricReader to v1.0.0 model in go.opentelemetry.io/contrib/otelconf. (#8049)
  • Add unmarshaling and validation for TextMapPropagator to v1.0.0 model in go.opentelemetry.io/contrib/otelconf. (#8052)
  • Add jaeger.sampler.type/jaeger.sampler.param attributes for adaptive sampling support and option WithAttributesDisabled in go.opentelemetry.io/contrib/samplers/jaegerremote. (#8073)
  • Add support for OTEL_EXPERIMENTAL_CONFIG_FILE via the NewSDK function in go.opentelemetry.io/contrib/otelconf (#8106)
  • Add unmarshaling and validation for OTLPHttpExporter, OTLPGrpcExporter, OTLPGrpcMetricExporter and OTLPHttpMetricExporter to v1.0.0 model in go.opentelemetry.io/contrib/otelconf. (#8112)
  • Add unmarshaling and validation for AttributeType, AttributeNameValue, SimpleSpanProcessor, SimpleLogRecordProcessor, ZipkinSpanExporter, NameStringValuePair, InstrumentType, ExperimentalPeerInstrumentationServiceMappingElem, ExporterDefaultHistogramAggregation, PullMetricReader to v1.0.0 model in go.opentelemetry.io/contrib/otelconf. (#8127)
  • Add support for container, host, process resource detectors in go.opentelemetry.io/contrib/otelconf. (#8180)

Changed

  • Improve performance by reducing allocations in the gRPC stats handler in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#8035)
  • Export the ReadEvents and WriteEvents constants in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp so they can be used in WithMessageEvents. (#8153)
  • Switched the default for OTEL_SEMCONV_STABILITY_OPT_IN to emit the v1.37.0 semantic conventions by default in go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo. Use the environment variable OTEL_SEMCONV_STABILITY_OPT_IN to configure duplication with old semantic conventions if needed (i.e. OTEL_SEMCONV_STABILITY_OPT_IN="database/dup"). (#8230)

Deprecated

  • WithRouteTag in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp is deprecated. The route is already added automatically for spans. For metrics, the alternative is to use the WithMetricAttributesFn option. (#8117)
  • WithPublicEndpoint in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp is deprecated. Use WithPublicEndpointFn instead. (#8152)
  • DefaultClient, Get, Head, Post, and PostForm in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp are deprecated. Use a custom *http.Client with otelhttp.NewTransport(http.DefaultTransport) instead. (#8140, #8201)

Removed

  • Drop support for [Go 1.23]. (#7831)
  • Remove deprecated go.opentelemetry.io/contrib/detectors/aws/ec2 module, please use go.opentelemetry.io/contrib/detectors/aws/ec2/v2 instead. (#7841)
  • Remove the deprecated Extract and Inject functions from go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#7952)
Commits
  • 9a6a4d7 Release v1.39.0 (#8261)
  • 14c6a7a chore(deps): update module golang.org/x/sys to v0.39.0 (#8260)
  • 829f498 chore(deps): update module golang.org/x/sync to v0.19.0 (#8259)
  • a77cdda chore(deps): update module golang.org/x/oauth2 to v0.34.0 (#8257)
  • a98be56 chore(deps): update module github.com/go-git/go-billy/v5 to v5.7.0 (#8255)
  • 4385fbc chore(deps): update github/codeql-action action to v4.31.7 (#8253)
  • 3c3e7b2 otelconf: add support for parsing resource detectors (#8180)
  • 6497853 otelconf: add support for OTEL_EXPERIMENTAL_CONFIG_FILE (#8106)
  • 3f4d49c Fix flaky canceled context in otelconf/trace test (#8250)
  • 3ce5839 fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.7.1 (#8252)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Imported from GitHub pull request. Original GitHub pull request: #2127 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/2127 Original created: 2025-12-15T02:16:59Z Original updated: 2025-12-17T05:38:23Z Original head: carverauto/serviceradar:dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc-0.64.0 Original base: staging --- Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.63.0 to 0.64.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.39.0/v2.1.0/v0.64.0/v0.33.0/v0.19.0/v0.14.0/v0.12.0/v0.11.0</h2> <h2>Overview</h2> <h3>Added</h3> <ul> <li><code>ParseYAML</code> in <code>go.opentelemetry.io/contrib/otelconf</code> now supports environment variables substitution in the format <code>${[env:]VAR_NAME[:-defaultvalue]}</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6215">#6215</a>)</li> <li>Add the <code>http.route</code> metric attribute to <code>go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7966">#7966</a>)</li> <li>Support <code>db.client.operation.duration</code> metric for <code>go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/v2/mongo/otelmongo</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7983">#7983</a>)</li> <li>Add a <code>WithSpanNameFormatter</code> option to <code>go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/v2/mongo/otelmongo</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7986">#7986</a>)</li> <li>WithOnError option for otelecho middleware in <code>go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho</code> to specify the behavior when an error occurs. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8025">#8025</a>)</li> <li>Updated <code>go.opentelemetry.io/contrib/otelconf</code> to include the <a href="https://github.com/open-telemetry/opentelemetry-configuration/releases/tag/v1.0.0-rc.2">v1.0.0-rc2</a> release candidate of schema which includes backwards incompatible changes. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8026">#8026</a>)</li> <li>Introduce v1.0.0-rc.2 model in <code>go.opentelemetry.io/contrib/otelconf</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8031">#8031</a>)</li> <li>Add unmarshaling and validation for <code>CardinalityLimits</code> and <code>SpanLimits</code> to v1.0.0 model in <code>go.opentelemetry.io/contrib/otelconf</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8043">#8043</a>)</li> <li>Add unmarshaling and validation for <code>BatchLogRecordProcessor</code>, <code>BatchSpanProcessor</code>, and <code>PeriodicMetricReader</code> to v1.0.0 model in <code>go.opentelemetry.io/contrib/otelconf</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8049">#8049</a>)</li> <li>Add unmarshaling and validation for <code>TextMapPropagator</code> to v1.0.0 model in <code>go.opentelemetry.io/contrib/otelconf</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8052">#8052</a>)</li> <li>Add <code>jaeger.sampler.type</code>/<code>jaeger.sampler.param</code> attributes for adaptive sampling support and option <code>WithAttributesDisabled</code> in <code>go.opentelemetry.io/contrib/samplers/jaegerremote</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8073">#8073</a>)</li> <li>Add support for <code>OTEL_EXPERIMENTAL_CONFIG_FILE</code> via the <code>NewSDK</code> function in <code>go.opentelemetry.io/contrib/otelconf</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8106">#8106</a>)</li> <li>Add unmarshaling and validation for <code>OTLPHttpExporter</code>, <code>OTLPGrpcExporter</code>, <code>OTLPGrpcMetricExporter</code> and <code>OTLPHttpMetricExporter</code> to v1.0.0 model in <code>go.opentelemetry.io/contrib/otelconf</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8112">#8112</a>)</li> <li>Add unmarshaling and validation for <code>AttributeType</code>, <code>AttributeNameValue</code>, <code>SimpleSpanProcessor</code>, <code>SimpleLogRecordProcessor</code>, <code>ZipkinSpanExporter</code>, <code>NameStringValuePair</code>, <code>InstrumentType</code>, <code>ExperimentalPeerInstrumentationServiceMappingElem</code>, <code>ExporterDefaultHistogramAggregation</code>, <code>PullMetricReader</code> to v1.0.0 model in <code>go.opentelemetry.io/contrib/otelconf</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8127">#8127</a>)</li> <li>Add support for <code>container</code>, <code>host</code>, <code>process</code> resource detectors in <code>go.opentelemetry.io/contrib/otelconf</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8180">#8180</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Improve performance by reducing allocations in the gRPC stats handler 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/8035">#8035</a>)</li> <li>Export the <code>ReadEvents</code> and <code>WriteEvents</code> constants in <code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code> so they can be used in <code>WithMessageEvents</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8153">#8153</a>)</li> <li>Switched the default for <code>OTEL_SEMCONV_STABILITY_OPT_IN</code> to emit the v1.37.0 semantic conventions by default in <code>go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo</code>. Use the environment variable <code>OTEL_SEMCONV_STABILITY_OPT_IN</code> to configure duplication with old semantic conventions if needed (i.e. <code>OTEL_SEMCONV_STABILITY_OPT_IN=&quot;database/dup&quot;</code>). (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8230">#8230</a>)</li> </ul> <h3>Deprecated</h3> <ul> <li><code>WithRouteTag</code> in <code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code> is deprecated. The route is already added automatically for spans. For metrics, the alternative is to use the <code>WithMetricAttributesFn</code> option. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8117">#8117</a>)</li> <li><code>WithPublicEndpoint</code> in <code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code> is deprecated. Use <code>WithPublicEndpointFn</code> instead. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8152">#8152</a>)</li> <li><code>DefaultClient</code>, <code>Get</code>, <code>Head</code>, <code>Post</code>, and <code>PostForm</code> in <code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code> are deprecated. Use a custom <code>*http.Client</code> with <code>otelhttp.NewTransport(http.DefaultTransport)</code> instead. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8140">#8140</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8201">#8201</a>)</li> </ul> <h3>Removed</h3> <ul> <li>Drop support for <a href="https://go.dev/doc/go1.23">Go 1.23</a>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7831">#7831</a>)</li> <li>Remove deprecated <code>go.opentelemetry.io/contrib/detectors/aws/ec2</code> module, please use <code>go.opentelemetry.io/contrib/detectors/aws/ec2/v2</code> instead. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7841">#7841</a>)</li> <li>Remove the deprecated <code>Extract</code> and <code>Inject</code> functions from <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7952">#7952</a>)</li> </ul> <h2>What's Changed</h2> <ul> <li>chore(deps): update go-openapi packages by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7830">open-telemetry/opentelemetry-go-contrib#7830</a></li> <li>chore(deps): update module github.com/spf13/pflag to v1.0.9 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7833">open-telemetry/opentelemetry-go-contrib#7833</a></li> <li>fix(deps): update module github.com/shirou/gopsutil/v4 to v4.25.8 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7834">open-telemetry/opentelemetry-go-contrib#7834</a></li> <li>Remove support for Go 1.23 by <a href="https://github.com/MrAlias"><code>@​MrAlias</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7831">open-telemetry/opentelemetry-go-contrib#7831</a></li> <li>fix(deps): update golang.org/x by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7733">open-telemetry/opentelemetry-go-contrib#7733</a></li> <li>chore(deps): update googleapis to ef028d9 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7835">open-telemetry/opentelemetry-go-contrib#7835</a></li> <li>chore(deps): update module github.com/securego/gosec/v2 to v2.22.8 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7836">open-telemetry/opentelemetry-go-contrib#7836</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.39.0/2.1.0/0.64.0/0.33.0/0.19.0/0.14.0/0.12.0/0.11.0] - 2025-12-08</h2> <h3>Added</h3> <ul> <li><code>ParseYAML</code> in <code>go.opentelemetry.io/contrib/otelconf</code> now supports environment variables substitution in the format <code>${[env:]VAR_NAME[:-defaultvalue]}</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6215">#6215</a>)</li> <li>Add the <code>http.route</code> metric attribute to <code>go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7966">#7966</a>)</li> <li>Support <code>db.client.operation.duration</code> metric for <code>go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/v2/mongo/otelmongo</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7983">#7983</a>)</li> <li>Add a <code>WithSpanNameFormatter</code> option to <code>go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/v2/mongo/otelmongo</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7986">#7986</a>)</li> <li>WithOnError option for otelecho middleware in <code>go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho</code> to specify the behavior when an error occurs. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8025">#8025</a>)</li> <li>Updated <code>go.opentelemetry.io/contrib/otelconf</code> to include the <a href="https://github.com/open-telemetry/opentelemetry-configuration/releases/tag/v1.0.0-rc.2">v1.0.0-rc2</a> release candidate of schema which includes backwards incompatible changes. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8026">#8026</a>)</li> <li>Introduce v1.0.0-rc.2 model in <code>go.opentelemetry.io/contrib/otelconf</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8031">#8031</a>)</li> <li>Add unmarshaling and validation for <code>CardinalityLimits</code> and <code>SpanLimits</code> to v1.0.0 model in <code>go.opentelemetry.io/contrib/otelconf</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8043">#8043</a>)</li> <li>Add unmarshaling and validation for <code>BatchLogRecordProcessor</code>, <code>BatchSpanProcessor</code>, and <code>PeriodicMetricReader</code> to v1.0.0 model in <code>go.opentelemetry.io/contrib/otelconf</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8049">#8049</a>)</li> <li>Add unmarshaling and validation for <code>TextMapPropagator</code> to v1.0.0 model in <code>go.opentelemetry.io/contrib/otelconf</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8052">#8052</a>)</li> <li>Add <code>jaeger.sampler.type</code>/<code>jaeger.sampler.param</code> attributes for adaptive sampling support and option <code>WithAttributesDisabled</code> in <code>go.opentelemetry.io/contrib/samplers/jaegerremote</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8073">#8073</a>)</li> <li>Add support for <code>OTEL_EXPERIMENTAL_CONFIG_FILE</code> via the <code>NewSDK</code> function in <code>go.opentelemetry.io/contrib/otelconf</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8106">#8106</a>)</li> <li>Add unmarshaling and validation for <code>OTLPHttpExporter</code>, <code>OTLPGrpcExporter</code>, <code>OTLPGrpcMetricExporter</code> and <code>OTLPHttpMetricExporter</code> to v1.0.0 model in <code>go.opentelemetry.io/contrib/otelconf</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8112">#8112</a>)</li> <li>Add unmarshaling and validation for <code>AttributeType</code>, <code>AttributeNameValue</code>, <code>SimpleSpanProcessor</code>, <code>SimpleLogRecordProcessor</code>, <code>ZipkinSpanExporter</code>, <code>NameStringValuePair</code>, <code>InstrumentType</code>, <code>ExperimentalPeerInstrumentationServiceMappingElem</code>, <code>ExporterDefaultHistogramAggregation</code>, <code>PullMetricReader</code> to v1.0.0 model in <code>go.opentelemetry.io/contrib/otelconf</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8127">#8127</a>)</li> <li>Add support for <code>container</code>, <code>host</code>, <code>process</code> resource detectors in <code>go.opentelemetry.io/contrib/otelconf</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8180">#8180</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Improve performance by reducing allocations in the gRPC stats handler 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/8035">#8035</a>)</li> <li>Export the <code>ReadEvents</code> and <code>WriteEvents</code> constants in <code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code> so they can be used in <code>WithMessageEvents</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8153">#8153</a>)</li> <li>Switched the default for <code>OTEL_SEMCONV_STABILITY_OPT_IN</code> to emit the v1.37.0 semantic conventions by default in <code>go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo</code>. Use the environment variable <code>OTEL_SEMCONV_STABILITY_OPT_IN</code> to configure duplication with old semantic conventions if needed (i.e. <code>OTEL_SEMCONV_STABILITY_OPT_IN=&quot;database/dup&quot;</code>). (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8230">#8230</a>)</li> </ul> <h3>Deprecated</h3> <ul> <li><code>WithRouteTag</code> in <code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code> is deprecated. The route is already added automatically for spans. For metrics, the alternative is to use the <code>WithMetricAttributesFn</code> option. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8117">#8117</a>)</li> <li><code>WithPublicEndpoint</code> in <code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code> is deprecated. Use <code>WithPublicEndpointFn</code> instead. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8152">#8152</a>)</li> <li><code>DefaultClient</code>, <code>Get</code>, <code>Head</code>, <code>Post</code>, and <code>PostForm</code> in <code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code> are deprecated. Use a custom <code>*http.Client</code> with <code>otelhttp.NewTransport(http.DefaultTransport)</code> instead. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8140">#8140</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8201">#8201</a>)</li> </ul> <h3>Removed</h3> <ul> <li>Drop support for [Go 1.23]. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7831">#7831</a>)</li> <li>Remove deprecated <code>go.opentelemetry.io/contrib/detectors/aws/ec2</code> module, please use <code>go.opentelemetry.io/contrib/detectors/aws/ec2/v2</code> instead. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7841">#7841</a>)</li> <li>Remove the deprecated <code>Extract</code> and <code>Inject</code> functions from <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7952">#7952</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/9a6a4d7dec6c950b12977cb166e1954bc74e8777"><code>9a6a4d7</code></a> Release v1.39.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8261">#8261</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/14c6a7a655bb5d915dc3939aef2cff9df65c3a6c"><code>14c6a7a</code></a> chore(deps): update module golang.org/x/sys to v0.39.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8260">#8260</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/829f498cc49a4879c523efc3496d019b0a5f5d55"><code>829f498</code></a> chore(deps): update module golang.org/x/sync to v0.19.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8259">#8259</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/a77cddabf6f6861e701fcf976b1ad1f048f4d308"><code>a77cdda</code></a> chore(deps): update module golang.org/x/oauth2 to v0.34.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8257">#8257</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/a98be56f3747cab50e0ba0c32d74cf56fcba17fe"><code>a98be56</code></a> chore(deps): update module github.com/go-git/go-billy/v5 to v5.7.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8255">#8255</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/4385fbc6db3f5e4d63c5e927232f3498f737a48f"><code>4385fbc</code></a> chore(deps): update github/codeql-action action to v4.31.7 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8253">#8253</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/3c3e7b27aff9b9c702e6411944b6ecef3292cd1c"><code>3c3e7b2</code></a> otelconf: add support for parsing resource detectors (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8180">#8180</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/6497853d28a651d83bf8940f1f44326555d0cdb1"><code>6497853</code></a> otelconf: add support for OTEL_EXPERIMENTAL_CONFIG_FILE (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8106">#8106</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/3f4d49c3dbd3a20a62736a9b385c885671e926ba"><code>3f4d49c</code></a> Fix flaky canceled context in otelconf/trace test (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8250">#8250</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/3ce5839c9632d2c0f8fa71efc7cb5c38e81ba9fc"><code>3ce5839</code></a> fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.7.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8252">#8252</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.63.0...zpages/v0.64.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc&package-manager=go_modules&previous-version=0.63.0&new-version=0.64.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
dependabot[bot] commented 2025-12-17 05:38:21 +00:00 (Migrated from github.com)
Author
Owner

Imported GitHub PR comment.

Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2127#issuecomment-3663742977
Original created: 2025-12-17T05:38:21Z

Looks like go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc is up-to-date now, so this is no longer needed.

Imported GitHub PR comment. Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/2127#issuecomment-3663742977 Original created: 2025-12-17T05:38:21Z --- Looks like go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar!2566
No description provided.