Skip to content

Commit 1be2f4e

Browse files
build(deps): bump go.opentelemetry.io/contrib/instrumentation/runtime from 0.63.0 to 0.64.0 (#835)
Bumps [go.opentelemetry.io/contrib/instrumentation/runtime](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/runtime'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/runtime'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/runtime&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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dcb5a6f commit 1be2f4e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ require (
1616
github.com/rs/cors v1.11.1
1717
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
1818
github.com/stretchr/testify v1.11.1
19-
go.opentelemetry.io/contrib/instrumentation/runtime v0.63.0
19+
go.opentelemetry.io/contrib/instrumentation/runtime v0.64.0
2020
go.opentelemetry.io/otel v1.39.0
2121
go.opentelemetry.io/otel/exporters/prometheus v0.60.0
2222
go.opentelemetry.io/otel/metric v1.39.0
23-
go.opentelemetry.io/otel/sdk v1.38.0
24-
go.opentelemetry.io/otel/sdk/metric v1.38.0
23+
go.opentelemetry.io/otel/sdk v1.39.0
24+
go.opentelemetry.io/otel/sdk/metric v1.39.0
2525
golang.org/x/mod v0.31.0
2626
gopkg.in/yaml.v3 v3.0.1
2727
)
@@ -79,7 +79,7 @@ require (
7979
golang.org/x/net v0.47.0 // indirect
8080
golang.org/x/oauth2 v0.33.0 // indirect
8181
golang.org/x/sync v0.18.0 // indirect
82-
golang.org/x/sys v0.38.0 // indirect
82+
golang.org/x/sys v0.39.0 // indirect
8383
golang.org/x/text v0.31.0 // indirect
8484
golang.org/x/time v0.12.0 // indirect
8585
google.golang.org/api v0.247.0 // indirect

go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -139,18 +139,18 @@ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.6
139139
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0/go.mod h1:snMWehoOh2wsEwnvvwtDyFCxVeDAODenXHtn5vzrKjo=
140140
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 h1:F7Jx+6hwnZ41NSFTO5q4LYDtJRXBf2PD0rNBkeB/lus=
141141
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0/go.mod h1:UHB22Z8QsdRDrnAtX4PntOl36ajSxcdUMt1sF7Y6E7Q=
142-
go.opentelemetry.io/contrib/instrumentation/runtime v0.63.0 h1:PeBoRj6af6xMI7qCupwFvTbbnd49V7n5YpG6pg8iDYQ=
143-
go.opentelemetry.io/contrib/instrumentation/runtime v0.63.0/go.mod h1:ingqBCtMCe8I4vpz/UVzCW6sxoqgZB37nao91mLQ3Bw=
142+
go.opentelemetry.io/contrib/instrumentation/runtime v0.64.0 h1:/+/+UjlXjFcdDlXxKL1PouzX8Z2Vl0OxolRKeBEgYDw=
143+
go.opentelemetry.io/contrib/instrumentation/runtime v0.64.0/go.mod h1:Ldm/PDuzY2DP7IypudopCR3OCOW42NJlN9+mNEroevo=
144144
go.opentelemetry.io/otel v1.39.0 h1:8yPrr/S0ND9QEfTfdP9V+SiwT4E0G7Y5MO7p85nis48=
145145
go.opentelemetry.io/otel v1.39.0/go.mod h1:kLlFTywNWrFyEdH0oj2xK0bFYZtHRYUdv1NklR/tgc8=
146146
go.opentelemetry.io/otel/exporters/prometheus v0.60.0 h1:cGtQxGvZbnrWdC2GyjZi0PDKVSLWP/Jocix3QWfXtbo=
147147
go.opentelemetry.io/otel/exporters/prometheus v0.60.0/go.mod h1:hkd1EekxNo69PTV4OWFGZcKQiIqg0RfuWExcPKFvepk=
148148
go.opentelemetry.io/otel/metric v1.39.0 h1:d1UzonvEZriVfpNKEVmHXbdf909uGTOQjA0HF0Ls5Q0=
149149
go.opentelemetry.io/otel/metric v1.39.0/go.mod h1:jrZSWL33sD7bBxg1xjrqyDjnuzTUB0x1nBERXd7Ftcs=
150-
go.opentelemetry.io/otel/sdk v1.38.0 h1:l48sr5YbNf2hpCUj/FoGhW9yDkl+Ma+LrVl8qaM5b+E=
151-
go.opentelemetry.io/otel/sdk v1.38.0/go.mod h1:ghmNdGlVemJI3+ZB5iDEuk4bWA3GkTpW+DOoZMYBVVg=
152-
go.opentelemetry.io/otel/sdk/metric v1.38.0 h1:aSH66iL0aZqo//xXzQLYozmWrXxyFkBJ6qT5wthqPoM=
153-
go.opentelemetry.io/otel/sdk/metric v1.38.0/go.mod h1:dg9PBnW9XdQ1Hd6ZnRz689CbtrUp0wMMs9iPcgT9EZA=
150+
go.opentelemetry.io/otel/sdk v1.39.0 h1:nMLYcjVsvdui1B/4FRkwjzoRVsMK8uL/cj0OyhKzt18=
151+
go.opentelemetry.io/otel/sdk v1.39.0/go.mod h1:vDojkC4/jsTJsE+kh+LXYQlbL8CgrEcwmt1ENZszdJE=
152+
go.opentelemetry.io/otel/sdk/metric v1.39.0 h1:cXMVVFVgsIf2YL6QkRF4Urbr/aMInf+2WKg+sEJTtB8=
153+
go.opentelemetry.io/otel/sdk/metric v1.39.0/go.mod h1:xq9HEVH7qeX69/JnwEfp6fVq5wosJsY1mt4lLfYdVew=
154154
go.opentelemetry.io/otel/trace v1.39.0 h1:2d2vfpEDmCJ5zVYz7ijaJdOF59xLomrvj7bjt6/qCJI=
155155
go.opentelemetry.io/otel/trace v1.39.0/go.mod h1:88w4/PnZSazkGzz/w84VHpQafiU4EtqqlVdxWy+rNOA=
156156
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
@@ -169,8 +169,8 @@ golang.org/x/sync v0.18.0 h1:kr88TuHDroi+UVf+0hZnirlk8o8T+4MrK6mr60WkH/I=
169169
golang.org/x/sync v0.18.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
170170
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
171171
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
172-
golang.org/x/sys v0.38.0 h1:3yZWxaJjBmCWXqhN1qh02AkOnCQ1poK6oF+a7xWL6Gc=
173-
golang.org/x/sys v0.38.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
172+
golang.org/x/sys v0.39.0 h1:CvCKL8MeisomCi6qNZ+wbb0DN9E5AATixKsvNtMoMFk=
173+
golang.org/x/sys v0.39.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
174174
golang.org/x/text v0.31.0 h1:aC8ghyu4JhP8VojJ2lEHBnochRno1sgL6nEi9WGFGMM=
175175
golang.org/x/text v0.31.0/go.mod h1:tKRAlv61yKIjGGHX/4tP1LTbc13YSec1pxVEWXzfoeM=
176176
golang.org/x/time v0.12.0 h1:ScB/8o8olJvc+CQPWrK3fPZNfh7qgwCrY0zJmoEQLSE=

0 commit comments

Comments
 (0)