Skip to content

Commit a347e73

Browse files
chore(deps): Bump the production-dependencies group with 8 updates (#165)
Bumps the production-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) | `6.6.3` | `6.6.5` | | [go.opentelemetry.io/contrib/exporters/autoexport](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.57.0` | `0.58.0` | | [go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.57.0` | `0.58.0` | | [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.57.0` | `0.58.0` | | [go.opentelemetry.io/contrib/propagators/autoprop](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.57.0` | `0.58.0` | | [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.32.0` | `1.33.0` | | [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.32.0` | `1.33.0` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.210.0` | `0.211.0` | Updates `github.com/jedib0t/go-pretty/v6` from 6.6.3 to 6.6.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jedib0t/go-pretty/releases">github.com/jedib0t/go-pretty/v6's releases</a>.</em></p> <blockquote> <h2>v6.6.5</h2> <h2>What's Changed</h2> <ul> <li>text: Wrap* should account for display width; fixes <a href="https://redirect.github.com/jedib0t/go-pretty/issues/344">#344</a> by <a href="https://github.com/jedib0t"><code>@​jedib0t</code></a> in <a href="https://redirect.github.com/jedib0t/go-pretty/pull/347">jedib0t/go-pretty#347</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jedib0t/go-pretty/compare/v6.6.4...v6.6.5">https://github.com/jedib0t/go-pretty/compare/v6.6.4...v6.6.5</a></p> <h2>v6.6.4</h2> <h2>What's Changed</h2> <ul> <li>table: RowPainterWithAttributes by <a href="https://github.com/jedib0t"><code>@​jedib0t</code></a> in <a href="https://redirect.github.com/jedib0t/go-pretty/pull/346">jedib0t/go-pretty#346</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jedib0t/go-pretty/compare/v6.6.3...v6.6.4">https://github.com/jedib0t/go-pretty/compare/v6.6.3...v6.6.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jedib0t/go-pretty/commit/bfe1b7ccedef3e135fcffb34f9888172d0cd992b"><code>bfe1b7c</code></a> text: Wrap* should account for display width; fixes <a href="https://redirect.github.com/jedib0t/go-pretty/issues/344">#344</a> (<a href="https://redirect.github.com/jedib0t/go-pretty/issues/347">#347</a>)</li> <li><a href="https://github.com/jedib0t/go-pretty/commit/9dfb82e93f90132b8271955c0dc2f2ea36c1404a"><code>9dfb82e</code></a> table: RowPainterWithAttributes; addresses <a href="https://redirect.github.com/jedib0t/go-pretty/issues/345">#345</a> (<a href="https://redirect.github.com/jedib0t/go-pretty/issues/346">#346</a>)</li> <li>See full diff in <a href="https://github.com/jedib0t/go-pretty/compare/v6.6.3...v6.6.5">compare view</a></li> </ul> </details> <br /> Updates `go.opentelemetry.io/contrib/exporters/autoexport` from 0.57.0 to 0.58.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/exporters/autoexport's releases</a>.</em></p> <blockquote> <h2>Release v1.33.0/v0.58.0/v0.27.0/v0.13.0/v0.8.0/v0.6.0/v0.5.0</h2> <h2>Overview</h2> <h3>Added</h3> <ul> <li>Added support for providing <code>endpoint</code>, <code>pollingIntervalMs</code> and <code>initialSamplingRate</code> using environment variable <code>OTEL_TRACES_SAMPLER_ARG</code> in <code>go.opentelemetry.io/contrib/samples/jaegerremote</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6310">#6310</a>)</li> <li>Added support exporting logs via OTLP over gRPC in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6340">#6340</a>)</li> <li>The <code>go.opentelemetry.io/contrib/bridges/otellogr</code> module. This module provides an OpenTelemetry logging bridge for <code>github.com/go-logr/logr</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6386">#6386</a>)</li> <li>Added SNS instrumentation in <code>go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6388">#6388</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Change the span name to be <code>GET /path</code> so it complies with the OTel HTTP semantic conventions in <code>go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6365">#6365</a>)</li> <li>Record errors instead of setting the <code>gin.errors</code> attribute in <code>go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6346">#6346</a>)</li> <li>The <code>go.opentelemetry.io/contrib/config</code> now supports multiple schemas in subdirectories (i.e. <code>go.opentelemetry.io/contrib/config/v0.3.0</code>) for easier migration. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6412">#6412</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix broken AWS presigned URLs when using instrumentation in <code>go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5975">#5975</a>)</li> <li>Fixed the value for configuring the OTLP exporter to use <code>grpc</code> instead of <code>grpc/protobuf</code> in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6338">#6338</a>)</li> <li>Allow marshaling types in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6347">#6347</a>)</li> <li>Removed the redundant handling of panic from the <code>HTML</code> function in <code>go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6373">#6373</a>)</li> <li>The <code>code.function</code> attribute emitted by <code>go.opentelemetry.io/contrib/bridges/otelslog</code> now stores just the function name instead the package path-qualified function name. The <code>code.namespace</code> attribute now stores the package path. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6415">#6415</a>)</li> <li>The <code>code.function</code> attribute emitted by <code>go.opentelemetry.io/contrib/bridges/otelzap</code> now stores just the function name instead the package path-qualified function name. The <code>code.namespace</code> attribute now stores the package path. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6423">#6423</a>)</li> </ul> <h2>What's Changed</h2> <ul> <li>fix(deps): update module go.opentelemetry.io/contrib/bridges/otelslog to v0.7.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6313">open-telemetry/opentelemetry-go-contrib#6313</a></li> <li>fix(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.57.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6314">open-telemetry/opentelemetry-go-contrib#6314</a></li> <li>chore(deps): update golang.org/x by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6219">open-telemetry/opentelemetry-go-contrib#6219</a></li> <li>Fix lint issue for golangci-lint 1.62.0 by <a href="https://github.com/dmathieu"><code>@​dmathieu</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6322">open-telemetry/opentelemetry-go-contrib#6322</a></li> <li>fix(deps): update module github.com/golangci/golangci-lint to v1.62.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6320">open-telemetry/opentelemetry-go-contrib#6320</a></li> <li>fix(deps): update googleapis to e0fbfb7 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6324">open-telemetry/opentelemetry-go-contrib#6324</a></li> <li>chore(deps): update module sigs.k8s.io/structured-merge-diff/v4 to v4.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/6327">open-telemetry/opentelemetry-go-contrib#6327</a></li> <li>fix(deps): update googleapis to 65e8d21 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6325">open-telemetry/opentelemetry-go-contrib#6325</a></li> <li>otellogr: Implement Error and comment Init by <a href="https://github.com/scorpionknifes"><code>@​scorpionknifes</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6295">open-telemetry/opentelemetry-go-contrib#6295</a></li> <li>Use lychee new cache-exclude-status option and upgrade lychee-action by <a href="https://github.com/dmathieu"><code>@​dmathieu</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6323">open-telemetry/opentelemetry-go-contrib#6323</a></li> <li>chore(deps): update module google.golang.org/protobuf to v1.35.2 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6328">open-telemetry/opentelemetry-go-contrib#6328</a></li> <li>[chore]: enable perfsprint linter by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6316">open-telemetry/opentelemetry-go-contrib#6316</a></li> <li>chore(deps): update codecov/codecov-action action to v5 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6329">open-telemetry/opentelemetry-go-contrib#6329</a></li> <li>Support Environment Variable for Jaeger Remote Sampler by <a href="https://github.com/akstron"><code>@​akstron</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6310">open-telemetry/opentelemetry-go-contrib#6310</a></li> <li>[chore] Fix codecov action usage by <a href="https://github.com/pellared"><code>@​pellared</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6333">open-telemetry/opentelemetry-go-contrib#6333</a></li> <li>chore(deps): update codecov/codecov-action action to v5.0.2 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6334">open-telemetry/opentelemetry-go-contrib#6334</a></li> <li>Renovate/aws sdk go v2 monorepo by <a href="https://github.com/akats7"><code>@​akats7</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6332">open-telemetry/opentelemetry-go-contrib#6332</a></li> <li>fix(deps): update module github.com/aws/smithy-go to v1.22.1 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6335">open-telemetry/opentelemetry-go-contrib#6335</a></li> <li>fix(deps): update aws-sdk-go-v2 monorepo by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6326">open-telemetry/opentelemetry-go-contrib#6326</a></li> <li>chore(deps): update prom/prometheus docker tag to v3 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6330">open-telemetry/opentelemetry-go-contrib#6330</a></li> <li>chore(deps): update module github.com/go-playground/validator/v10 to v10.23.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6336">open-telemetry/opentelemetry-go-contrib#6336</a></li> <li>config: fix otlp exporter protocol issue by <a href="https://github.com/codeboten"><code>@​codeboten</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6338">open-telemetry/opentelemetry-go-contrib#6338</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/exporters/autoexport's changelog</a>.</em></p> <blockquote> <h2>[1.33.0/0.58.0/0.27.0/0.13.0/0.8.0/0.6.0/0.5.0] - 2024-12-12</h2> <h3>Added</h3> <ul> <li>Added support for providing <code>endpoint</code>, <code>pollingIntervalMs</code> and <code>initialSamplingRate</code> using environment variable <code>OTEL_TRACES_SAMPLER_ARG</code> in <code>go.opentelemetry.io/contrib/samples/jaegerremote</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6310">#6310</a>)</li> <li>Added support exporting logs via OTLP over gRPC in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6340">#6340</a>)</li> <li>The <code>go.opentelemetry.io/contrib/bridges/otellogr</code> module. This module provides an OpenTelemetry logging bridge for <code>github.com/go-logr/logr</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6386">#6386</a>)</li> <li>Added SNS instrumentation in <code>go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6388">#6388</a>)</li> <li>Use a <code>sync.Pool</code> for metric options in <code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6394">#6394</a>)</li> <li>Added support for configuring <code>Certificate</code> field when configuring OTLP exporters in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6376">#6376</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Change the span name to be <code>GET /path</code> so it complies with the OTel HTTP semantic conventions in <code>go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6365">#6365</a>)</li> <li>Record errors instead of setting the <code>gin.errors</code> attribute in <code>go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6346">#6346</a>)</li> <li>The <code>go.opentelemetry.io/contrib/config</code> now supports multiple schemas in subdirectories (i.e. <code>go.opentelemetry.io/contrib/config/v0.3.0</code>) for easier migration. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6412">#6412</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix broken AWS presigned URLs when using instrumentation in <code>go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5975">#5975</a>)</li> <li>Fixed the value for configuring the OTLP exporter to use <code>grpc</code> instead of <code>grpc/protobuf</code> in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6338">#6338</a>)</li> <li>Allow marshaling types in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6347">#6347</a>)</li> <li>Removed the redundant handling of panic from the <code>HTML</code> function in <code>go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6373">#6373</a>)</li> <li>The <code>code.function</code> attribute emitted by <code>go.opentelemetry.io/contrib/bridges/otelslog</code> now stores just the function name instead the package path-qualified function name. The <code>code.namespace</code> attribute now stores the package path. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6415">#6415</a>)</li> <li>The <code>code.function</code> attribute emitted by <code>go.opentelemetry.io/contrib/bridges/otelzap</code> now stores just the function name instead the package path-qualified function name. The <code>code.namespace</code> attribute now stores the package path. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6423">#6423</a>)</li> <li>Return an error for <code>nil</code> values when unmarshaling <code>NameStringValuePair</code> in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6425">#6425</a>)</li> </ul> <!-- raw HTML omitted --> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/f6667f6f9eab2370f46d0903cf323cda3b7ca2bd"><code>f6667f6</code></a> Release v1.33.0/v0.58.0/v0.27.0/v0.13.0/v0.8.0/v0.6.0/v0.5.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6435">#6435</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/741c4724b135a0c69530e1ad38600d0523cff729"><code>741c472</code></a> config: add support for certificate configuration (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6376">#6376</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/0c0b385024553fa76089d9abb47d5309b3b738b5"><code>0c0b385</code></a> Add method and benchmarks for pooling metric options (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6394">#6394</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/378d7044e78ab7983a08187eea0c16de22ed1b28"><code>378d704</code></a> config: fix panic on nil value in headers name/value pair (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6425">#6425</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/160670795ef9821c6127f68c7c9e4d83aece3ac3"><code>1606707</code></a> chore(deps): update module github.com/goccy/go-json to v0.10.4 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6430">#6430</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/31603768ba0706941c7e919e381389e00e7230a9"><code>3160376</code></a> fix(deps): update module github.com/labstack/echo/v4 to v4.13.2 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6433">#6433</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/271162e0d3b70a63675846bc803fed7fdf00bd77"><code>271162e</code></a> chore(deps): update module sigs.k8s.io/structured-merge-diff/v4 to v4.5.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6">#6</a>...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/dc41d0e50dabe14055d2cc1410bf743163c8b5d2"><code>dc41d0e</code></a> chore(deps): update k8s.io/kube-openapi digest to 5ad02ce (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6432">#6432</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/a71bdc8ed84ecebcbb0769912e50200805b1fc7d"><code>a71bdc8</code></a> otelzap: Split code attributes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6423">#6423</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/cb458f14a83e5439b8b3f1a306242fed1df6792b"><code>cb458f1</code></a> chore(deps): update module golang.org/x/crypto to v0.31.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6426">#6426</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.57.0...zpages/v0.58.0">compare view</a></li> </ul> </details> <br /> Updates `go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace` from 0.57.0 to 0.58.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/httptrace/otelhttptrace's releases</a>.</em></p> <blockquote> <h2>Release v1.33.0/v0.58.0/v0.27.0/v0.13.0/v0.8.0/v0.6.0/v0.5.0</h2> <h2>Overview</h2> <h3>Added</h3> <ul> <li>Added support for providing <code>endpoint</code>, <code>pollingIntervalMs</code> and <code>initialSamplingRate</code> using environment variable <code>OTEL_TRACES_SAMPLER_ARG</code> in <code>go.opentelemetry.io/contrib/samples/jaegerremote</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6310">#6310</a>)</li> <li>Added support exporting logs via OTLP over gRPC in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6340">#6340</a>)</li> <li>The <code>go.opentelemetry.io/contrib/bridges/otellogr</code> module. This module provides an OpenTelemetry logging bridge for <code>github.com/go-logr/logr</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6386">#6386</a>)</li> <li>Added SNS instrumentation in <code>go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6388">#6388</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Change the span name to be <code>GET /path</code> so it complies with the OTel HTTP semantic conventions in <code>go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6365">#6365</a>)</li> <li>Record errors instead of setting the <code>gin.errors</code> attribute in <code>go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6346">#6346</a>)</li> <li>The <code>go.opentelemetry.io/contrib/config</code> now supports multiple schemas in subdirectories (i.e. <code>go.opentelemetry.io/contrib/config/v0.3.0</code>) for easier migration. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6412">#6412</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix broken AWS presigned URLs when using instrumentation in <code>go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5975">#5975</a>)</li> <li>Fixed the value for configuring the OTLP exporter to use <code>grpc</code> instead of <code>grpc/protobuf</code> in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6338">#6338</a>)</li> <li>Allow marshaling types in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6347">#6347</a>)</li> <li>Removed the redundant handling of panic from the <code>HTML</code> function in <code>go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6373">#6373</a>)</li> <li>The <code>code.function</code> attribute emitted by <code>go.opentelemetry.io/contrib/bridges/otelslog</code> now stores just the function name instead the package path-qualified function name. The <code>code.namespace</code> attribute now stores the package path. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6415">#6415</a>)</li> <li>The <code>code.function</code> attribute emitted by <code>go.opentelemetry.io/contrib/bridges/otelzap</code> now stores just the function name instead the package path-qualified function name. The <code>code.namespace</code> attribute now stores the package path. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6423">#6423</a>)</li> </ul> <h2>What's Changed</h2> <ul> <li>fix(deps): update module go.opentelemetry.io/contrib/bridges/otelslog to v0.7.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6313">open-telemetry/opentelemetry-go-contrib#6313</a></li> <li>fix(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.57.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6314">open-telemetry/opentelemetry-go-contrib#6314</a></li> <li>chore(deps): update golang.org/x by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6219">open-telemetry/opentelemetry-go-contrib#6219</a></li> <li>Fix lint issue for golangci-lint 1.62.0 by <a href="https://github.com/dmathieu"><code>@​dmathieu</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6322">open-telemetry/opentelemetry-go-contrib#6322</a></li> <li>fix(deps): update module github.com/golangci/golangci-lint to v1.62.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6320">open-telemetry/opentelemetry-go-contrib#6320</a></li> <li>fix(deps): update googleapis to e0fbfb7 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6324">open-telemetry/opentelemetry-go-contrib#6324</a></li> <li>chore(deps): update module sigs.k8s.io/structured-merge-diff/v4 to v4.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/6327">open-telemetry/opentelemetry-go-contrib#6327</a></li> <li>fix(deps): update googleapis to 65e8d21 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6325">open-telemetry/opentelemetry-go-contrib#6325</a></li> <li>otellogr: Implement Error and comment Init by <a href="https://github.com/scorpionknifes"><code>@​scorpionknifes</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6295">open-telemetry/opentelemetry-go-contrib#6295</a></li> <li>Use lychee new cache-exclude-status option and upgrade lychee-action by <a href="https://github.com/dmathieu"><code>@​dmathieu</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6323">open-telemetry/opentelemetry-go-contrib#6323</a></li> <li>chore(deps): update module google.golang.org/protobuf to v1.35.2 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6328">open-telemetry/opentelemetry-go-contrib#6328</a></li> <li>[chore]: enable perfsprint linter by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6316">open-telemetry/opentelemetry-go-contrib#6316</a></li> <li>chore(deps): update codecov/codecov-action action to v5 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6329">open-telemetry/opentelemetry-go-contrib#6329</a></li> <li>Support Environment Variable for Jaeger Remote Sampler by <a href="https://github.com/akstron"><code>@​akstron</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6310">open-telemetry/opentelemetry-go-contrib#6310</a></li> <li>[chore] Fix codecov action usage by <a href="https://github.com/pellared"><code>@​pellared</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6333">open-telemetry/opentelemetry-go-contrib#6333</a></li> <li>chore(deps): update codecov/codecov-action action to v5.0.2 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6334">open-telemetry/opentelemetry-go-contrib#6334</a></li> <li>Renovate/aws sdk go v2 monorepo by <a href="https://github.com/akats7"><code>@​akats7</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6332">open-telemetry/opentelemetry-go-contrib#6332</a></li> <li>fix(deps): update module github.com/aws/smithy-go to v1.22.1 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6335">open-telemetry/opentelemetry-go-contrib#6335</a></li> <li>fix(deps): update aws-sdk-go-v2 monorepo by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6326">open-telemetry/opentelemetry-go-contrib#6326</a></li> <li>chore(deps): update prom/prometheus docker tag to v3 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6330">open-telemetry/opentelemetry-go-contrib#6330</a></li> <li>chore(deps): update module github.com/go-playground/validator/v10 to v10.23.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6336">open-telemetry/opentelemetry-go-contrib#6336</a></li> <li>config: fix otlp exporter protocol issue by <a href="https://github.com/codeboten"><code>@​codeboten</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6338">open-telemetry/opentelemetry-go-contrib#6338</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/httptrace/otelhttptrace's changelog</a>.</em></p> <blockquote> <h2>[1.33.0/0.58.0/0.27.0/0.13.0/0.8.0/0.6.0/0.5.0] - 2024-12-12</h2> <h3>Added</h3> <ul> <li>Added support for providing <code>endpoint</code>, <code>pollingIntervalMs</code> and <code>initialSamplingRate</code> using environment variable <code>OTEL_TRACES_SAMPLER_ARG</code> in <code>go.opentelemetry.io/contrib/samples/jaegerremote</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6310">#6310</a>)</li> <li>Added support exporting logs via OTLP over gRPC in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6340">#6340</a>)</li> <li>The <code>go.opentelemetry.io/contrib/bridges/otellogr</code> module. This module provides an OpenTelemetry logging bridge for <code>github.com/go-logr/logr</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6386">#6386</a>)</li> <li>Added SNS instrumentation in <code>go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6388">#6388</a>)</li> <li>Use a <code>sync.Pool</code> for metric options in <code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6394">#6394</a>)</li> <li>Added support for configuring <code>Certificate</code> field when configuring OTLP exporters in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6376">#6376</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Change the span name to be <code>GET /path</code> so it complies with the OTel HTTP semantic conventions in <code>go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6365">#6365</a>)</li> <li>Record errors instead of setting the <code>gin.errors</code> attribute in <code>go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6346">#6346</a>)</li> <li>The <code>go.opentelemetry.io/contrib/config</code> now supports multiple schemas in subdirectories (i.e. <code>go.opentelemetry.io/contrib/config/v0.3.0</code>) for easier migration. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6412">#6412</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix broken AWS presigned URLs when using instrumentation in <code>go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5975">#5975</a>)</li> <li>Fixed the value for configuring the OTLP exporter to use <code>grpc</code> instead of <code>grpc/protobuf</code> in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6338">#6338</a>)</li> <li>Allow marshaling types in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6347">#6347</a>)</li> <li>Removed the redundant handling of panic from the <code>HTML</code> function in <code>go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6373">#6373</a>)</li> <li>The <code>code.function</code> attribute emitted by <code>go.opentelemetry.io/contrib/bridges/otelslog</code> now stores just the function name instead the package path-qualified function name. The <code>code.namespace</code> attribute now stores the package path. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6415">#6415</a>)</li> <li>The <code>code.function</code> attribute emitted by <code>go.opentelemetry.io/contrib/bridges/otelzap</code> now stores just the function name instead the package path-qualified function name. The <code>code.namespace</code> attribute now stores the package path. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6423">#6423</a>)</li> <li>Return an error for <code>nil</code> values when unmarshaling <code>NameStringValuePair</code> in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6425">#6425</a>)</li> </ul> <!-- raw HTML omitted --> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/f6667f6f9eab2370f46d0903cf323cda3b7ca2bd"><code>f6667f6</code></a> Release v1.33.0/v0.58.0/v0.27.0/v0.13.0/v0.8.0/v0.6.0/v0.5.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6435">#6435</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/741c4724b135a0c69530e1ad38600d0523cff729"><code>741c472</code></a> config: add support for certificate configuration (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6376">#6376</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/0c0b385024553fa76089d9abb47d5309b3b738b5"><code>0c0b385</code></a> Add method and benchmarks for pooling metric options (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6394">#6394</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/378d7044e78ab7983a08187eea0c16de22ed1b28"><code>378d704</code></a> config: fix panic on nil value in headers name/value pair (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6425">#6425</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/160670795ef9821c6127f68c7c9e4d83aece3ac3"><code>1606707</code></a> chore(deps): update module github.com/goccy/go-json to v0.10.4 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6430">#6430</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/31603768ba0706941c7e919e381389e00e7230a9"><code>3160376</code></a> fix(deps): update module github.com/labstack/echo/v4 to v4.13.2 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6433">#6433</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/271162e0d3b70a63675846bc803fed7fdf00bd77"><code>271162e</code></a> chore(deps): update module sigs.k8s.io/structured-merge-diff/v4 to v4.5.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6">#6</a>...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/dc41d0e50dabe14055d2cc1410bf743163c8b5d2"><code>dc41d0e</code></a> chore(deps): update k8s.io/kube-openapi digest to 5ad02ce (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6432">#6432</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/a71bdc8ed84ecebcbb0769912e50200805b1fc7d"><code>a71bdc8</code></a> otelzap: Split code attributes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6423">#6423</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/cb458f14a83e5439b8b3f1a306242fed1df6792b"><code>cb458f1</code></a> chore(deps): update module golang.org/x/crypto to v0.31.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6426">#6426</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.57.0...zpages/v0.58.0">compare view</a></li> </ul> </details> <br /> Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.57.0 to 0.58.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.33.0/v0.58.0/v0.27.0/v0.13.0/v0.8.0/v0.6.0/v0.5.0</h2> <h2>Overview</h2> <h3>Added</h3> <ul> <li>Added support for providing <code>endpoint</code>, <code>pollingIntervalMs</code> and <code>initialSamplingRate</code> using environment variable <code>OTEL_TRACES_SAMPLER_ARG</code> in <code>go.opentelemetry.io/contrib/samples/jaegerremote</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6310">#6310</a>)</li> <li>Added support exporting logs via OTLP over gRPC in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6340">#6340</a>)</li> <li>The <code>go.opentelemetry.io/contrib/bridges/otellogr</code> module. This module provides an OpenTelemetry logging bridge for <code>github.com/go-logr/logr</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6386">#6386</a>)</li> <li>Added SNS instrumentation in <code>go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6388">#6388</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Change the span name to be <code>GET /path</code> so it complies with the OTel HTTP semantic conventions in <code>go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6365">#6365</a>)</li> <li>Record errors instead of setting the <code>gin.errors</code> attribute in <code>go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6346">#6346</a>)</li> <li>The <code>go.opentelemetry.io/contrib/config</code> now supports multiple schemas in subdirectories (i.e. <code>go.opentelemetry.io/contrib/config/v0.3.0</code>) for easier migration. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6412">#6412</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix broken AWS presigned URLs when using instrumentation in <code>go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5975">#5975</a>)</li> <li>Fixed the value for configuring the OTLP exporter to use <code>grpc</code> instead of <code>grpc/protobuf</code> in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6338">#6338</a>)</li> <li>Allow marshaling types in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6347">#6347</a>)</li> <li>Removed the redundant handling of panic from the <code>HTML</code> function in <code>go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6373">#6373</a>)</li> <li>The <code>code.function</code> attribute emitted by <code>go.opentelemetry.io/contrib/bridges/otelslog</code> now stores just the function name instead the package path-qualified function name. The <code>code.namespace</code> attribute now stores the package path. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6415">#6415</a>)</li> <li>The <code>code.function</code> attribute emitted by <code>go.opentelemetry.io/contrib/bridges/otelzap</code> now stores just the function name instead the package path-qualified function name. The <code>code.namespace</code> attribute now stores the package path. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6423">#6423</a>)</li> </ul> <h2>What's Changed</h2> <ul> <li>fix(deps): update module go.opentelemetry.io/contrib/bridges/otelslog to v0.7.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6313">open-telemetry/opentelemetry-go-contrib#6313</a></li> <li>fix(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.57.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6314">open-telemetry/opentelemetry-go-contrib#6314</a></li> <li>chore(deps): update golang.org/x by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6219">open-telemetry/opentelemetry-go-contrib#6219</a></li> <li>Fix lint issue for golangci-lint 1.62.0 by <a href="https://github.com/dmathieu"><code>@​dmathieu</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6322">open-telemetry/opentelemetry-go-contrib#6322</a></li> <li>fix(deps): update module github.com/golangci/golangci-lint to v1.62.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6320">open-telemetry/opentelemetry-go-contrib#6320</a></li> <li>fix(deps): update googleapis to e0fbfb7 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6324">open-telemetry/opentelemetry-go-contrib#6324</a></li> <li>chore(deps): update module sigs.k8s.io/structured-merge-diff/v4 to v4.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/6327">open-telemetry/opentelemetry-go-contrib#6327</a></li> <li>fix(deps): update googleapis to 65e8d21 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6325">open-telemetry/opentelemetry-go-contrib#6325</a></li> <li>otellogr: Implement Error and comment Init by <a href="https://github.com/scorpionknifes"><code>@​scorpionknifes</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6295">open-telemetry/opentelemetry-go-contrib#6295</a></li> <li>Use lychee new cache-exclude-status option and upgrade lychee-action by <a href="https://github.com/dmathieu"><code>@​dmathieu</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6323">open-telemetry/opentelemetry-go-contrib#6323</a></li> <li>chore(deps): update module google.golang.org/protobuf to v1.35.2 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6328">open-telemetry/opentelemetry-go-contrib#6328</a></li> <li>[chore]: enable perfsprint linter by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6316">open-telemetry/opentelemetry-go-contrib#6316</a></li> <li>chore(deps): update codecov/codecov-action action to v5 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6329">open-telemetry/opentelemetry-go-contrib#6329</a></li> <li>Support Environment Variable for Jaeger Remote Sampler by <a href="https://github.com/akstron"><code>@​akstron</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6310">open-telemetry/opentelemetry-go-contrib#6310</a></li> <li>[chore] Fix codecov action usage by <a href="https://github.com/pellared"><code>@​pellared</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6333">open-telemetry/opentelemetry-go-contrib#6333</a></li> <li>chore(deps): update codecov/codecov-action action to v5.0.2 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6334">open-telemetry/opentelemetry-go-contrib#6334</a></li> <li>Renovate/aws sdk go v2 monorepo by <a href="https://github.com/akats7"><code>@​akats7</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6332">open-telemetry/opentelemetry-go-contrib#6332</a></li> <li>fix(deps): update module github.com/aws/smithy-go to v1.22.1 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6335">open-telemetry/opentelemetry-go-contrib#6335</a></li> <li>fix(deps): update aws-sdk-go-v2 monorepo by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6326">open-telemetry/opentelemetry-go-contrib#6326</a></li> <li>chore(deps): update prom/prometheus docker tag to v3 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6330">open-telemetry/opentelemetry-go-contrib#6330</a></li> <li>chore(deps): update module github.com/go-playground/validator/v10 to v10.23.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6336">open-telemetry/opentelemetry-go-contrib#6336</a></li> <li>config: fix otlp exporter protocol issue by <a href="https://github.com/codeboten"><code>@​codeboten</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6338">open-telemetry/opentelemetry-go-contrib#6338</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.33.0/0.58.0/0.27.0/0.13.0/0.8.0/0.6.0/0.5.0] - 2024-12-12</h2> <h3>Added</h3> <ul> <li>Added support for providing <code>endpoint</code>, <code>pollingIntervalMs</code> and <code>initialSamplingRate</code> using environment variable <code>OTEL_TRACES_SAMPLER_ARG</code> in <code>go.opentelemetry.io/contrib/samples/jaegerremote</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6310">#6310</a>)</li> <li>Added support exporting logs via OTLP over gRPC in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6340">#6340</a>)</li> <li>The <code>go.opentelemetry.io/contrib/bridges/otellogr</code> module. This module provides an OpenTelemetry logging bridge for <code>github.com/go-logr/logr</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6386">#6386</a>)</li> <li>Added SNS instrumentation in <code>go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6388">#6388</a>)</li> <li>Use a <code>sync.Pool</code> for metric options in <code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6394">#6394</a>)</li> <li>Added support for configuring <code>Certificate</code> field when configuring OTLP exporters in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6376">#6376</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Change the span name to be <code>GET /path</code> so it complies with the OTel HTTP semantic conventions in <code>go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6365">#6365</a>)</li> <li>Record errors instead of setting the <code>gin.errors</code> attribute in <code>go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6346">#6346</a>)</li> <li>The <code>go.opentelemetry.io/contrib/config</code> now supports multiple schemas in subdirectories (i.e. <code>go.opentelemetry.io/contrib/config/v0.3.0</code>) for easier migration. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6412">#6412</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix broken AWS presigned URLs when using instrumentation in <code>go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5975">#5975</a>)</li> <li>Fixed the value for configuring the OTLP exporter to use <code>grpc</code> instead of <code>grpc/protobuf</code> in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6338">#6338</a>)</li> <li>Allow marshaling types in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6347">#6347</a>)</li> <li>Removed the redundant handling of panic from the <code>HTML</code> function in <code>go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6373">#6373</a>)</li> <li>The <code>code.function</code> attribute emitted by <code>go.opentelemetry.io/contrib/bridges/otelslog</code> now stores just the function name instead the package path-qualified function name. The <code>code.namespace</code> attribute now stores the package path. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6415">#6415</a>)</li> <li>The <code>code.function</code> attribute emitted by <code>go.opentelemetry.io/contrib/bridges/otelzap</code> now stores just the function name instead the package path-qualified function name. The <code>code.namespace</code> attribute now stores the package path. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6423">#6423</a>)</li> <li>Return an error for <code>nil</code> values when unmarshaling <code>NameStringValuePair</code> in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6425">#6425</a>)</li> </ul> <!-- raw HTML omitted --> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/f6667f6f9eab2370f46d0903cf323cda3b7ca2bd"><code>f6667f6</code></a> Release v1.33.0/v0.58.0/v0.27.0/v0.13.0/v0.8.0/v0.6.0/v0.5.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6435">#6435</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/741c4724b135a0c69530e1ad38600d0523cff729"><code>741c472</code></a> config: add support for certificate configuration (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6376">#6376</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/0c0b385024553fa76089d9abb47d5309b3b738b5"><code>0c0b385</code></a> Add method and benchmarks for pooling metric options (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6394">#6394</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/378d7044e78ab7983a08187eea0c16de22ed1b28"><code>378d704</code></a> config: fix panic on nil value in headers name/value pair (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6425">#6425</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/160670795ef9821c6127f68c7c9e4d83aece3ac3"><code>1606707</code></a> chore(deps): update module github.com/goccy/go-json to v0.10.4 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6430">#6430</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/31603768ba0706941c7e919e381389e00e7230a9"><code>3160376</code></a> fix(deps): update module github.com/labstack/echo/v4 to v4.13.2 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6433">#6433</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/271162e0d3b70a63675846bc803fed7fdf00bd77"><code>271162e</code></a> chore(deps): update module sigs.k8s.io/structured-merge-diff/v4 to v4.5.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6">#6</a>...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/dc41d0e50dabe14055d2cc1410bf743163c8b5d2"><code>dc41d0e</code></a> chore(deps): update k8s.io/kube-openapi digest to 5ad02ce (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6432">#6432</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/a71bdc8ed84ecebcbb0769912e50200805b1fc7d"><code>a71bdc8</code></a> otelzap: Split code attributes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6423">#6423</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/cb458f14a83e5439b8b3f1a306242fed1df6792b"><code>cb458f1</code></a> chore(deps): update module golang.org/x/crypto to v0.31.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6426">#6426</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.57.0...zpages/v0.58.0">compare view</a></li> </ul> </details> <br /> Updates `go.opentelemetry.io/contrib/propagators/autoprop` from 0.57.0 to 0.58.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/propagators/autoprop's releases</a>.</em></p> <blockquote> <h2>Release v1.33.0/v0.58.0/v0.27.0/v0.13.0/v0.8.0/v0.6.0/v0.5.0</h2> <h2>Overview</h2> <h3>Added</h3> <ul> <li>Added support for providing <code>endpoint</code>, <code>pollingIntervalMs</code> and <code>initialSamplingRate</code> using environment variable <code>OTEL_TRACES_SAMPLER_ARG</code> in <code>go.opentelemetry.io/contrib/samples/jaegerremote</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6310">#6310</a>)</li> <li>Added support exporting logs via OTLP over gRPC in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6340">#6340</a>)</li> <li>The <code>go.opentelemetry.io/contrib/bridges/otellogr</code> module. This module provides an OpenTelemetry logging bridge for <code>github.com/go-logr/logr</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6386">#6386</a>)</li> <li>Added SNS instrumentation in <code>go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6388">#6388</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Change the span name to be <code>GET /path</code> so it complies with the OTel HTTP semantic conventions in <code>go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6365">#6365</a>)</li> <li>Record errors instead of setting the <code>gin.errors</code> attribute in <code>go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6346">#6346</a>)</li> <li>The <code>go.opentelemetry.io/contrib/config</code> now supports multiple schemas in subdirectories (i.e. <code>go.opentelemetry.io/contrib/config/v0.3.0</code>) for easier migration. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6412">#6412</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix broken AWS presigned URLs when using instrumentation in <code>go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5975">#5975</a>)</li> <li>Fixed the value for configuring the OTLP exporter to use <code>grpc</code> instead of <code>grpc/protobuf</code> in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6338">#6338</a>)</li> <li>Allow marshaling types in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6347">#6347</a>)</li> <li>Removed the redundant handling of panic from the <code>HTML</code> function in <code>go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6373">#6373</a>)</li> <li>The <code>code.function</code> attribute emitted by <code>go.opentelemetry.io/contrib/bridges/otelslog</code> now stores just the function name instead the package path-qualified function name. The <code>code.namespace</code> attribute now stores the package path. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6415">#6415</a>)</li> <li>The <code>code.function</code> attribute emitted by <code>go.opentelemetry.io/contrib/bridges/otelzap</code> now stores just the function name instead the package path-qualified function name. The <code>code.namespace</code> attribute now stores the package path. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6423">#6423</a>)</li> </ul> <h2>What's Changed</h2> <ul> <li>fix(deps): update module go.opentelemetry.io/contrib/bridges/otelslog to v0.7.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6313">open-telemetry/opentelemetry-go-contrib#6313</a></li> <li>fix(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.57.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6314">open-telemetry/opentelemetry-go-contrib#6314</a></li> <li>chore(deps): update golang.org/x by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6219">open-telemetry/opentelemetry-go-contrib#6219</a></li> <li>Fix lint issue for golangci-lint 1.62.0 by <a href="https://github.com/dmathieu"><code>@​…
1 parent e7d758e commit a347e73

File tree

2 files changed

+114
-111
lines changed

2 files changed

+114
-111
lines changed

go.mod

Lines changed: 38 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ go 1.23.2
44

55
require (
66
cloud.google.com/go/storage v1.48.0
7-
github.com/jedib0t/go-pretty/v6 v6.6.3
7+
github.com/jedib0t/go-pretty/v6 v6.6.5
88
github.com/prometheus/client_golang v1.20.5
99
github.com/stretchr/testify v1.10.0
1010
github.com/vektah/gqlparser/v2 v2.5.20
11-
go.opentelemetry.io/contrib/exporters/autoexport v0.57.0
12-
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.57.0
13-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.57.0
14-
go.opentelemetry.io/contrib/propagators/autoprop v0.57.0
15-
go.opentelemetry.io/otel v1.32.0
16-
go.opentelemetry.io/otel/sdk v1.32.0
17-
google.golang.org/api v0.210.0
11+
go.opentelemetry.io/contrib/exporters/autoexport v0.58.0
12+
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.58.0
13+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0
14+
go.opentelemetry.io/contrib/propagators/autoprop v0.58.0
15+
go.opentelemetry.io/otel v1.33.0
16+
go.opentelemetry.io/otel/sdk v1.33.0
17+
google.golang.org/api v0.211.0
1818
gopkg.in/yaml.v3 v3.0.1
1919
)
2020

2121
require (
2222
cel.dev/expr v0.16.2 // indirect
2323
cloud.google.com/go v0.116.0 // indirect
24-
cloud.google.com/go/auth v0.11.0 // indirect
24+
cloud.google.com/go/auth v0.12.1 // indirect
2525
cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
2626
cloud.google.com/go/compute/metadata v0.5.2 // indirect
2727
cloud.google.com/go/iam v1.2.2 // indirect
@@ -46,53 +46,54 @@ require (
4646
github.com/google/uuid v1.6.0 // indirect
4747
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
4848
github.com/googleapis/gax-go/v2 v2.14.0 // indirect
49-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0 // indirect
49+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 // indirect
5050
github.com/klauspost/compress v1.17.11 // indirect
5151
github.com/mattn/go-runewidth v0.0.16 // indirect
5252
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5353
github.com/planetscale/vtprotobuf v0.6.1-0.20241011083415-71c992bc3c87 // indirect
5454
github.com/pmezard/go-difflib v1.0.0 // indirect
5555
github.com/prometheus/client_model v0.6.1 // indirect
56-
github.com/prometheus/common v0.60.1 // indirect
56+
github.com/prometheus/common v0.61.0 // indirect
5757
github.com/prometheus/procfs v0.15.1 // indirect
5858
github.com/rivo/uniseg v0.4.7 // indirect
5959
go.opencensus.io v0.24.0 // indirect
60-
go.opentelemetry.io/contrib/bridges/prometheus v0.57.0 // indirect
60+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
61+
go.opentelemetry.io/contrib/bridges/prometheus v0.58.0 // indirect
6162
go.opentelemetry.io/contrib/detectors/gcp v1.31.0 // indirect
6263
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0 // indirect
63-
go.opentelemetry.io/contrib/propagators/aws v1.32.0 // indirect
64-
go.opentelemetry.io/contrib/propagators/b3 v1.32.0 // indirect
65-
go.opentelemetry.io/contrib/propagators/jaeger v1.32.0 // indirect
66-
go.opentelemetry.io/contrib/propagators/ot v1.32.0 // indirect
67-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.8.0 // indirect
68-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.8.0 // indirect
69-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.32.0 // indirect
70-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.32.0 // indirect
71-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0 // indirect
72-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.32.0 // indirect
73-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.32.0 // indirect
74-
go.opentelemetry.io/otel/exporters/prometheus v0.54.0 // indirect
75-
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.8.0 // indirect
76-
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.32.0 // indirect
77-
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.32.0 // indirect
78-
go.opentelemetry.io/otel/log v0.8.0 // indirect
79-
go.opentelemetry.io/otel/metric v1.32.0 // indirect
80-
go.opentelemetry.io/otel/sdk/log v0.8.0 // indirect
81-
go.opentelemetry.io/otel/sdk/metric v1.32.0 // indirect
82-
go.opentelemetry.io/otel/trace v1.32.0 // indirect
83-
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
64+
go.opentelemetry.io/contrib/propagators/aws v1.33.0 // indirect
65+
go.opentelemetry.io/contrib/propagators/b3 v1.33.0 // indirect
66+
go.opentelemetry.io/contrib/propagators/jaeger v1.33.0 // indirect
67+
go.opentelemetry.io/contrib/propagators/ot v1.33.0 // indirect
68+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.9.0 // indirect
69+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.9.0 // indirect
70+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.33.0 // indirect
71+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.33.0 // indirect
72+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33.0 // indirect
73+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.33.0 // indirect
74+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.33.0 // indirect
75+
go.opentelemetry.io/otel/exporters/prometheus v0.55.0 // indirect
76+
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.9.0 // indirect
77+
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.33.0 // indirect
78+
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.33.0 // indirect
79+
go.opentelemetry.io/otel/log v0.9.0 // indirect
80+
go.opentelemetry.io/otel/metric v1.33.0 // indirect
81+
go.opentelemetry.io/otel/sdk/log v0.9.0 // indirect
82+
go.opentelemetry.io/otel/sdk/metric v1.33.0 // indirect
83+
go.opentelemetry.io/otel/trace v1.33.0 // indirect
84+
go.opentelemetry.io/proto/otlp v1.4.0 // indirect
8485
go.uber.org/multierr v1.11.0 // indirect
8586
golang.org/x/crypto v0.31.0 // indirect
86-
golang.org/x/net v0.31.0 // indirect
87+
golang.org/x/net v0.32.0 // indirect
8788
golang.org/x/oauth2 v0.24.0 // indirect
8889
golang.org/x/sync v0.10.0 // indirect
8990
golang.org/x/sys v0.28.0 // indirect
9091
golang.org/x/text v0.21.0 // indirect
9192
golang.org/x/time v0.8.0 // indirect
9293
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
93-
google.golang.org/genproto/googleapis/api v0.0.0-20241113202542-65e8d215514f // indirect
94-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 // indirect
95-
google.golang.org/grpc v1.68.0 // indirect
94+
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
95+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
96+
google.golang.org/grpc v1.68.1 // indirect
9697
google.golang.org/grpc/stats/opentelemetry v0.0.0-20241014145745-ad81c20503be // indirect
9798
google.golang.org/protobuf v1.35.2 // indirect
9899
)

0 commit comments

Comments
 (0)