mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
chore: bump otelhttp from 0.62.0 to 0.64.0 (#21568)
Bumps [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.62.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/net/http/otelhttp'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="database/dup"</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/net/http/otelhttp'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="database/dup"</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> <h2>[1.38.0/2.0.0/0.63.0/0.32.0/0.18.0/0.13.0/0.11.0/0.10.0] - 2025-08-29</h2> <p>This release is the last to support [Go 1.23]. The next release will require at least [Go 1.24].</p> <h3>Added</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.62.0...zpages/v0.64.0">compare view</a></li> </ul> </details> <br /> [](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -437,7 +437,7 @@ require (
|
||||
go.opentelemetry.io/collector/pdata/pprofile v0.121.0 // indirect
|
||||
go.opentelemetry.io/collector/semconv v0.123.0 // indirect
|
||||
go.opentelemetry.io/contrib v1.19.0 // indirect
|
||||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0
|
||||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64.0
|
||||
go.opentelemetry.io/otel/metric v1.39.0 // indirect
|
||||
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
|
||||
go.uber.org/multierr v1.11.0 // indirect
|
||||
|
||||
@@ -2037,8 +2037,8 @@ go.opentelemetry.io/contrib/detectors/gcp v1.38.0 h1:ZoYbqX7OaA/TAikspPl3ozPI6iY
|
||||
go.opentelemetry.io/contrib/detectors/gcp v1.38.0/go.mod h1:SU+iU7nu5ud4oCb3LQOhIZ3nRLj6FNVrKgtflbaf2ts=
|
||||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0 h1:rbRJ8BBoVMsQShESYZ0FkvcITu8X8QNwJogcLUmDNNw=
|
||||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0/go.mod h1:ru6KHrNtNHxM4nD/vd6QrLVWgKhxPYgblq4VAtNawTQ=
|
||||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 h1:Hf9xI/XLML9ElpiHVDNwvqI0hIFlzV8dgIr35kV1kRU=
|
||||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0/go.mod h1:NfchwuyNoMcZ5MLHwPrODwUF1HWCXWrL31s8gSAdIKY=
|
||||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64.0 h1:ssfIgGNANqpVFCndZvcuyKbl0g+UAVcbBcqGkG28H0Y=
|
||||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64.0/go.mod h1:GQ/474YrbE4Jx8gZ4q5I4hrhUzM6UPzyrqJYV2AqPoQ=
|
||||
go.opentelemetry.io/otel v1.3.0/go.mod h1:PWIKzi6JCp7sM0k9yZ43VX+T345uNbAkDKwHVjb2PTs=
|
||||
go.opentelemetry.io/otel v1.39.0 h1:8yPrr/S0ND9QEfTfdP9V+SiwT4E0G7Y5MO7p85nis48=
|
||||
go.opentelemetry.io/otel v1.39.0/go.mod h1:kLlFTywNWrFyEdH0oj2xK0bFYZtHRYUdv1NklR/tgc8=
|
||||
|
||||
Reference in New Issue
Block a user