mirror of
https://github.com/kopia/kopia.git
synced 2026-02-18 23:19:08 -05:00
build(deps): bump the common-golang-dependencies group with 4 updates (#3885)
Bumps the common-golang-dependencies group with 4 updates: [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go), [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go), [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) and [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go). Updates `go.opentelemetry.io/otel` from 1.26.0 to 1.27.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md">go.opentelemetry.io/otel's changelog</a>.</em></p> <blockquote> <h2>[1.27.0/0.49.0/0.3.0] 2024-05-21</h2> <h3>Added</h3> <ul> <li>Add example for <code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5242">#5242</a>)</li> <li>Add <code>RecordFactory</code> in <code>go.opentelemetry.io/otel/sdk/log/logtest</code> to facilitate testing exporter and processor implementations. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5258">#5258</a>)</li> <li>Add <code>RecordFactory</code> in <code>go.opentelemetry.io/otel/log/logtest</code> to facilitate testing bridge implementations. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5263">#5263</a>)</li> <li>The count of dropped records from the <code>BatchProcessor</code> in <code>go.opentelemetry.io/otel/sdk/log</code> is logged. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5276">#5276</a>)</li> <li>Add metrics in the <code>otel-collector</code> example. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5283">#5283</a>)</li> <li>Add the synchronous gauge instrument to <code>go.opentelemetry.io/otel/metric</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5304">#5304</a>) <ul> <li>An <code>int64</code> or <code>float64</code> synchronous gauge instrument can now be created from a <code>Meter</code>.</li> <li>All implementations of the API (<code>go.opentelemetry.io/otel/metric/noop</code>, <code>go.opentelemetry.io/otel/sdk/metric</code>) are updated to support this instrument.</li> </ul> </li> <li>Add logs to <code>go.opentelemetry.io/otel/example/dice</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5349">#5349</a>)</li> </ul> <h3>Changed</h3> <ul> <li>The <code>Shutdown</code> method of <code>Exporter</code> in <code>go.opentelemetry.io/otel/exporters/stdout/stdouttrace</code> ignores the context cancellation and always returns <code>nil</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5189">#5189</a>)</li> <li>The <code>ForceFlush</code> and <code>Shutdown</code> methods of the exporter returned by <code>New</code> in <code>go.opentelemetry.io/otel/exporters/stdout/stdoutmetric</code> ignore the context cancellation and always return <code>nil</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5189">#5189</a>)</li> <li>Apply the value length limits to <code>Record</code> attributes in <code>go.opentelemetry.io/otel/sdk/log</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5230">#5230</a>)</li> <li>De-duplicate map attributes added to a <code>Record</code> in <code>go.opentelemetry.io/otel/sdk/log</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5230">#5230</a>)</li> <li><code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code> won't print timestamps when <code>WithoutTimestamps</code> option is set. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5241">#5241</a>)</li> <li>The <code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code> exporter won't print <code>AttributeValueLengthLimit</code> and <code>AttributeCountLimit</code> fields now, instead it prints the <code>DroppedAttributes</code> field. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5272">#5272</a>)</li> <li>Improved performance in the <code>Stringer</code> implementation of <code>go.opentelemetry.io/otel/baggage.Member</code> by reducing the number of allocations. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5286">#5286</a>)</li> <li>Set the start time for last-value aggregates in <code>go.opentelemetry.io/otel/sdk/metric</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5305">#5305</a>)</li> <li>The <code>Span</code> in <code>go.opentelemetry.io/otel/sdk/trace</code> will record links without span context if either non-empty <code>TraceState</code> or attributes are provided. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5315">#5315</a>)</li> <li>Upgrade all dependencies of <code>go.opentelemetry.io/otel/semconv/v1.24.0</code> to <code>go.opentelemetry.io/otel/semconv/v1.25.0</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5374">#5374</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Comparison of unordered maps for <code>go.opentelemetry.io/otel/log.KeyValue</code> and <code>go.opentelemetry.io/otel/log.Value</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5306">#5306</a>)</li> <li>Fix the empty output of <code>go.opentelemetry.io/otel/log.Value</code> in <code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5311">#5311</a>)</li> <li>Split the behavior of <code>Recorder</code> in <code>go.opentelemetry.io/otel/log/logtest</code> so it behaves as a <code>LoggerProvider</code> only. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5365">#5365</a>)</li> <li>Fix wrong package name of the error message when parsing endpoint URL in <code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5371">#5371</a>)</li> <li>Identify the <code>Logger</code> returned from the global <code>LoggerProvider</code> in <code>go.opentelemetry.io/otel/log/global</code> with its schema URL. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5375">#5375</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="5661ff0ded"><code>5661ff0</code></a> Release v1.27.0/v0.49.0/v0.3.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5392">#5392</a>)</li> <li><a href="0d3dddc17f"><code>0d3dddc</code></a> Fix exported instrument kind const value change (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5385">#5385</a>)</li> <li><a href="7aae7a88b0"><code>7aae7a8</code></a> chore(deps): update benchmark-action/github-action-benchmark action to v1.20....</li> <li><a href="8c3120f455"><code>8c3120f</code></a> chore(deps): update module google.golang.org/genproto/googleapis/api to v0.0....</li> <li><a href="d55658e1b0"><code>d55658e</code></a> chore(deps): update codecov/codecov-action action to v4.4.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5387">#5387</a>)</li> <li><a href="49c866fbcd"><code>49c866f</code></a> fix(deps): update module github.com/golangci/golangci-lint to v1.58.2 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5382">#5382</a>)</li> <li><a href="999c6a07b3"><code>999c6a0</code></a> Update all semconv use to v1.25.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5374">#5374</a>)</li> <li><a href="14441aefdf"><code>14441ae</code></a> Identify logger with schemaURL in global logger provider (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5375">#5375</a>)</li> <li><a href="ebd0adee35"><code>ebd0ade</code></a> Split log/logtest into a recorder and a logger (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5365">#5365</a>)</li> <li><a href="0d1e77c854"><code>0d1e77c</code></a> Fix package prefix of error in otlploghttp (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5371">#5371</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.26.0...v1.27.0">compare view</a></li> </ul> </details> <br /> Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.26.0 to 1.27.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md">go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc's changelog</a>.</em></p> <blockquote> <h2>[1.27.0/0.49.0/0.3.0] 2024-05-21</h2> <h3>Added</h3> <ul> <li>Add example for <code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5242">#5242</a>)</li> <li>Add <code>RecordFactory</code> in <code>go.opentelemetry.io/otel/sdk/log/logtest</code> to facilitate testing exporter and processor implementations. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5258">#5258</a>)</li> <li>Add <code>RecordFactory</code> in <code>go.opentelemetry.io/otel/log/logtest</code> to facilitate testing bridge implementations. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5263">#5263</a>)</li> <li>The count of dropped records from the <code>BatchProcessor</code> in <code>go.opentelemetry.io/otel/sdk/log</code> is logged. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5276">#5276</a>)</li> <li>Add metrics in the <code>otel-collector</code> example. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5283">#5283</a>)</li> <li>Add the synchronous gauge instrument to <code>go.opentelemetry.io/otel/metric</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5304">#5304</a>) <ul> <li>An <code>int64</code> or <code>float64</code> synchronous gauge instrument can now be created from a <code>Meter</code>.</li> <li>All implementations of the API (<code>go.opentelemetry.io/otel/metric/noop</code>, <code>go.opentelemetry.io/otel/sdk/metric</code>) are updated to support this instrument.</li> </ul> </li> <li>Add logs to <code>go.opentelemetry.io/otel/example/dice</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5349">#5349</a>)</li> </ul> <h3>Changed</h3> <ul> <li>The <code>Shutdown</code> method of <code>Exporter</code> in <code>go.opentelemetry.io/otel/exporters/stdout/stdouttrace</code> ignores the context cancellation and always returns <code>nil</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5189">#5189</a>)</li> <li>The <code>ForceFlush</code> and <code>Shutdown</code> methods of the exporter returned by <code>New</code> in <code>go.opentelemetry.io/otel/exporters/stdout/stdoutmetric</code> ignore the context cancellation and always return <code>nil</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5189">#5189</a>)</li> <li>Apply the value length limits to <code>Record</code> attributes in <code>go.opentelemetry.io/otel/sdk/log</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5230">#5230</a>)</li> <li>De-duplicate map attributes added to a <code>Record</code> in <code>go.opentelemetry.io/otel/sdk/log</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5230">#5230</a>)</li> <li><code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code> won't print timestamps when <code>WithoutTimestamps</code> option is set. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5241">#5241</a>)</li> <li>The <code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code> exporter won't print <code>AttributeValueLengthLimit</code> and <code>AttributeCountLimit</code> fields now, instead it prints the <code>DroppedAttributes</code> field. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5272">#5272</a>)</li> <li>Improved performance in the <code>Stringer</code> implementation of <code>go.opentelemetry.io/otel/baggage.Member</code> by reducing the number of allocations. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5286">#5286</a>)</li> <li>Set the start time for last-value aggregates in <code>go.opentelemetry.io/otel/sdk/metric</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5305">#5305</a>)</li> <li>The <code>Span</code> in <code>go.opentelemetry.io/otel/sdk/trace</code> will record links without span context if either non-empty <code>TraceState</code> or attributes are provided. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5315">#5315</a>)</li> <li>Upgrade all dependencies of <code>go.opentelemetry.io/otel/semconv/v1.24.0</code> to <code>go.opentelemetry.io/otel/semconv/v1.25.0</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5374">#5374</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Comparison of unordered maps for <code>go.opentelemetry.io/otel/log.KeyValue</code> and <code>go.opentelemetry.io/otel/log.Value</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5306">#5306</a>)</li> <li>Fix the empty output of <code>go.opentelemetry.io/otel/log.Value</code> in <code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5311">#5311</a>)</li> <li>Split the behavior of <code>Recorder</code> in <code>go.opentelemetry.io/otel/log/logtest</code> so it behaves as a <code>LoggerProvider</code> only. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5365">#5365</a>)</li> <li>Fix wrong package name of the error message when parsing endpoint URL in <code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5371">#5371</a>)</li> <li>Identify the <code>Logger</code> returned from the global <code>LoggerProvider</code> in <code>go.opentelemetry.io/otel/log/global</code> with its schema URL. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5375">#5375</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="5661ff0ded"><code>5661ff0</code></a> Release v1.27.0/v0.49.0/v0.3.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5392">#5392</a>)</li> <li><a href="0d3dddc17f"><code>0d3dddc</code></a> Fix exported instrument kind const value change (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5385">#5385</a>)</li> <li><a href="7aae7a88b0"><code>7aae7a8</code></a> chore(deps): update benchmark-action/github-action-benchmark action to v1.20....</li> <li><a href="8c3120f455"><code>8c3120f</code></a> chore(deps): update module google.golang.org/genproto/googleapis/api to v0.0....</li> <li><a href="d55658e1b0"><code>d55658e</code></a> chore(deps): update codecov/codecov-action action to v4.4.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5387">#5387</a>)</li> <li><a href="49c866fbcd"><code>49c866f</code></a> fix(deps): update module github.com/golangci/golangci-lint to v1.58.2 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5382">#5382</a>)</li> <li><a href="999c6a07b3"><code>999c6a0</code></a> Update all semconv use to v1.25.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5374">#5374</a>)</li> <li><a href="14441aefdf"><code>14441ae</code></a> Identify logger with schemaURL in global logger provider (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5375">#5375</a>)</li> <li><a href="ebd0adee35"><code>ebd0ade</code></a> Split log/logtest into a recorder and a logger (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5365">#5365</a>)</li> <li><a href="0d1e77c854"><code>0d1e77c</code></a> Fix package prefix of error in otlploghttp (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5371">#5371</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.26.0...v1.27.0">compare view</a></li> </ul> </details> <br /> Updates `go.opentelemetry.io/otel/sdk` from 1.26.0 to 1.27.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md">go.opentelemetry.io/otel/sdk's changelog</a>.</em></p> <blockquote> <h2>[1.27.0/0.49.0/0.3.0] 2024-05-21</h2> <h3>Added</h3> <ul> <li>Add example for <code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5242">#5242</a>)</li> <li>Add <code>RecordFactory</code> in <code>go.opentelemetry.io/otel/sdk/log/logtest</code> to facilitate testing exporter and processor implementations. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5258">#5258</a>)</li> <li>Add <code>RecordFactory</code> in <code>go.opentelemetry.io/otel/log/logtest</code> to facilitate testing bridge implementations. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5263">#5263</a>)</li> <li>The count of dropped records from the <code>BatchProcessor</code> in <code>go.opentelemetry.io/otel/sdk/log</code> is logged. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5276">#5276</a>)</li> <li>Add metrics in the <code>otel-collector</code> example. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5283">#5283</a>)</li> <li>Add the synchronous gauge instrument to <code>go.opentelemetry.io/otel/metric</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5304">#5304</a>) <ul> <li>An <code>int64</code> or <code>float64</code> synchronous gauge instrument can now be created from a <code>Meter</code>.</li> <li>All implementations of the API (<code>go.opentelemetry.io/otel/metric/noop</code>, <code>go.opentelemetry.io/otel/sdk/metric</code>) are updated to support this instrument.</li> </ul> </li> <li>Add logs to <code>go.opentelemetry.io/otel/example/dice</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5349">#5349</a>)</li> </ul> <h3>Changed</h3> <ul> <li>The <code>Shutdown</code> method of <code>Exporter</code> in <code>go.opentelemetry.io/otel/exporters/stdout/stdouttrace</code> ignores the context cancellation and always returns <code>nil</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5189">#5189</a>)</li> <li>The <code>ForceFlush</code> and <code>Shutdown</code> methods of the exporter returned by <code>New</code> in <code>go.opentelemetry.io/otel/exporters/stdout/stdoutmetric</code> ignore the context cancellation and always return <code>nil</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5189">#5189</a>)</li> <li>Apply the value length limits to <code>Record</code> attributes in <code>go.opentelemetry.io/otel/sdk/log</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5230">#5230</a>)</li> <li>De-duplicate map attributes added to a <code>Record</code> in <code>go.opentelemetry.io/otel/sdk/log</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5230">#5230</a>)</li> <li><code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code> won't print timestamps when <code>WithoutTimestamps</code> option is set. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5241">#5241</a>)</li> <li>The <code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code> exporter won't print <code>AttributeValueLengthLimit</code> and <code>AttributeCountLimit</code> fields now, instead it prints the <code>DroppedAttributes</code> field. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5272">#5272</a>)</li> <li>Improved performance in the <code>Stringer</code> implementation of <code>go.opentelemetry.io/otel/baggage.Member</code> by reducing the number of allocations. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5286">#5286</a>)</li> <li>Set the start time for last-value aggregates in <code>go.opentelemetry.io/otel/sdk/metric</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5305">#5305</a>)</li> <li>The <code>Span</code> in <code>go.opentelemetry.io/otel/sdk/trace</code> will record links without span context if either non-empty <code>TraceState</code> or attributes are provided. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5315">#5315</a>)</li> <li>Upgrade all dependencies of <code>go.opentelemetry.io/otel/semconv/v1.24.0</code> to <code>go.opentelemetry.io/otel/semconv/v1.25.0</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5374">#5374</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Comparison of unordered maps for <code>go.opentelemetry.io/otel/log.KeyValue</code> and <code>go.opentelemetry.io/otel/log.Value</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5306">#5306</a>)</li> <li>Fix the empty output of <code>go.opentelemetry.io/otel/log.Value</code> in <code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5311">#5311</a>)</li> <li>Split the behavior of <code>Recorder</code> in <code>go.opentelemetry.io/otel/log/logtest</code> so it behaves as a <code>LoggerProvider</code> only. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5365">#5365</a>)</li> <li>Fix wrong package name of the error message when parsing endpoint URL in <code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5371">#5371</a>)</li> <li>Identify the <code>Logger</code> returned from the global <code>LoggerProvider</code> in <code>go.opentelemetry.io/otel/log/global</code> with its schema URL. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5375">#5375</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="5661ff0ded"><code>5661ff0</code></a> Release v1.27.0/v0.49.0/v0.3.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5392">#5392</a>)</li> <li><a href="0d3dddc17f"><code>0d3dddc</code></a> Fix exported instrument kind const value change (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5385">#5385</a>)</li> <li><a href="7aae7a88b0"><code>7aae7a8</code></a> chore(deps): update benchmark-action/github-action-benchmark action to v1.20....</li> <li><a href="8c3120f455"><code>8c3120f</code></a> chore(deps): update module google.golang.org/genproto/googleapis/api to v0.0....</li> <li><a href="d55658e1b0"><code>d55658e</code></a> chore(deps): update codecov/codecov-action action to v4.4.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5387">#5387</a>)</li> <li><a href="49c866fbcd"><code>49c866f</code></a> fix(deps): update module github.com/golangci/golangci-lint to v1.58.2 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5382">#5382</a>)</li> <li><a href="999c6a07b3"><code>999c6a0</code></a> Update all semconv use to v1.25.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5374">#5374</a>)</li> <li><a href="14441aefdf"><code>14441ae</code></a> Identify logger with schemaURL in global logger provider (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5375">#5375</a>)</li> <li><a href="ebd0adee35"><code>ebd0ade</code></a> Split log/logtest into a recorder and a logger (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5365">#5365</a>)</li> <li><a href="0d1e77c854"><code>0d1e77c</code></a> Fix package prefix of error in otlploghttp (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5371">#5371</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.26.0...v1.27.0">compare view</a></li> </ul> </details> <br /> Updates `go.opentelemetry.io/otel/trace` from 1.26.0 to 1.27.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md">go.opentelemetry.io/otel/trace's changelog</a>.</em></p> <blockquote> <h2>[1.27.0/0.49.0/0.3.0] 2024-05-21</h2> <h3>Added</h3> <ul> <li>Add example for <code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5242">#5242</a>)</li> <li>Add <code>RecordFactory</code> in <code>go.opentelemetry.io/otel/sdk/log/logtest</code> to facilitate testing exporter and processor implementations. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5258">#5258</a>)</li> <li>Add <code>RecordFactory</code> in <code>go.opentelemetry.io/otel/log/logtest</code> to facilitate testing bridge implementations. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5263">#5263</a>)</li> <li>The count of dropped records from the <code>BatchProcessor</code> in <code>go.opentelemetry.io/otel/sdk/log</code> is logged. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5276">#5276</a>)</li> <li>Add metrics in the <code>otel-collector</code> example. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5283">#5283</a>)</li> <li>Add the synchronous gauge instrument to <code>go.opentelemetry.io/otel/metric</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5304">#5304</a>) <ul> <li>An <code>int64</code> or <code>float64</code> synchronous gauge instrument can now be created from a <code>Meter</code>.</li> <li>All implementations of the API (<code>go.opentelemetry.io/otel/metric/noop</code>, <code>go.opentelemetry.io/otel/sdk/metric</code>) are updated to support this instrument.</li> </ul> </li> <li>Add logs to <code>go.opentelemetry.io/otel/example/dice</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5349">#5349</a>)</li> </ul> <h3>Changed</h3> <ul> <li>The <code>Shutdown</code> method of <code>Exporter</code> in <code>go.opentelemetry.io/otel/exporters/stdout/stdouttrace</code> ignores the context cancellation and always returns <code>nil</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5189">#5189</a>)</li> <li>The <code>ForceFlush</code> and <code>Shutdown</code> methods of the exporter returned by <code>New</code> in <code>go.opentelemetry.io/otel/exporters/stdout/stdoutmetric</code> ignore the context cancellation and always return <code>nil</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5189">#5189</a>)</li> <li>Apply the value length limits to <code>Record</code> attributes in <code>go.opentelemetry.io/otel/sdk/log</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5230">#5230</a>)</li> <li>De-duplicate map attributes added to a <code>Record</code> in <code>go.opentelemetry.io/otel/sdk/log</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5230">#5230</a>)</li> <li><code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code> won't print timestamps when <code>WithoutTimestamps</code> option is set. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5241">#5241</a>)</li> <li>The <code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code> exporter won't print <code>AttributeValueLengthLimit</code> and <code>AttributeCountLimit</code> fields now, instead it prints the <code>DroppedAttributes</code> field. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5272">#5272</a>)</li> <li>Improved performance in the <code>Stringer</code> implementation of <code>go.opentelemetry.io/otel/baggage.Member</code> by reducing the number of allocations. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5286">#5286</a>)</li> <li>Set the start time for last-value aggregates in <code>go.opentelemetry.io/otel/sdk/metric</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5305">#5305</a>)</li> <li>The <code>Span</code> in <code>go.opentelemetry.io/otel/sdk/trace</code> will record links without span context if either non-empty <code>TraceState</code> or attributes are provided. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5315">#5315</a>)</li> <li>Upgrade all dependencies of <code>go.opentelemetry.io/otel/semconv/v1.24.0</code> to <code>go.opentelemetry.io/otel/semconv/v1.25.0</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5374">#5374</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Comparison of unordered maps for <code>go.opentelemetry.io/otel/log.KeyValue</code> and <code>go.opentelemetry.io/otel/log.Value</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5306">#5306</a>)</li> <li>Fix the empty output of <code>go.opentelemetry.io/otel/log.Value</code> in <code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5311">#5311</a>)</li> <li>Split the behavior of <code>Recorder</code> in <code>go.opentelemetry.io/otel/log/logtest</code> so it behaves as a <code>LoggerProvider</code> only. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5365">#5365</a>)</li> <li>Fix wrong package name of the error message when parsing endpoint URL in <code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5371">#5371</a>)</li> <li>Identify the <code>Logger</code> returned from the global <code>LoggerProvider</code> in <code>go.opentelemetry.io/otel/log/global</code> with its schema URL. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5375">#5375</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="5661ff0ded"><code>5661ff0</code></a> Release v1.27.0/v0.49.0/v0.3.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5392">#5392</a>)</li> <li><a href="0d3dddc17f"><code>0d3dddc</code></a> Fix exported instrument kind const value change (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5385">#5385</a>)</li> <li><a href="7aae7a88b0"><code>7aae7a8</code></a> chore(deps): update benchmark-action/github-action-benchmark action to v1.20....</li> <li><a href="8c3120f455"><code>8c3120f</code></a> chore(deps): update module google.golang.org/genproto/googleapis/api to v0.0....</li> <li><a href="d55658e1b0"><code>d55658e</code></a> chore(deps): update codecov/codecov-action action to v4.4.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5387">#5387</a>)</li> <li><a href="49c866fbcd"><code>49c866f</code></a> fix(deps): update module github.com/golangci/golangci-lint to v1.58.2 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5382">#5382</a>)</li> <li><a href="999c6a07b3"><code>999c6a0</code></a> Update all semconv use to v1.25.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5374">#5374</a>)</li> <li><a href="14441aefdf"><code>14441ae</code></a> Identify logger with schemaURL in global logger provider (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5375">#5375</a>)</li> <li><a href="ebd0adee35"><code>ebd0ade</code></a> Split log/logtest into a recorder and a logger (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5365">#5365</a>)</li> <li><a href="0d1e77c854"><code>0d1e77c</code></a> Fix package prefix of error in otlploghttp (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5371">#5371</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.26.0...v1.27.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
18
go.mod
18
go.mod
@@ -48,10 +48,10 @@ require (
|
||||
github.com/tg123/go-htpasswd v1.2.2
|
||||
github.com/zalando/go-keyring v0.2.4
|
||||
github.com/zeebo/blake3 v0.2.3
|
||||
go.opentelemetry.io/otel v1.26.0
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.26.0
|
||||
go.opentelemetry.io/otel/sdk v1.26.0
|
||||
go.opentelemetry.io/otel/trace v1.26.0
|
||||
go.opentelemetry.io/otel v1.27.0
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0
|
||||
go.opentelemetry.io/otel/sdk v1.27.0
|
||||
go.opentelemetry.io/otel/trace v1.27.0
|
||||
go.uber.org/zap v1.27.0
|
||||
golang.org/x/crypto v0.23.0
|
||||
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
|
||||
@@ -105,7 +105,7 @@ require (
|
||||
github.com/google/s2a-go v0.1.7 // indirect
|
||||
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
|
||||
github.com/googleapis/gax-go/v2 v2.12.4 // indirect
|
||||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
|
||||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
|
||||
github.com/josharian/intern v1.0.0 // indirect
|
||||
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
|
||||
github.com/kr/fs v0.1.0 // indirect
|
||||
@@ -121,14 +121,14 @@ require (
|
||||
go.opencensus.io v0.24.0 // indirect
|
||||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
|
||||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.26.0 // indirect
|
||||
go.opentelemetry.io/otel/metric v1.26.0 // indirect
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.27.0 // indirect
|
||||
go.opentelemetry.io/otel/metric v1.27.0 // indirect
|
||||
go.opentelemetry.io/proto/otlp v1.2.0 // indirect
|
||||
go.uber.org/multierr v1.11.0 // indirect
|
||||
golang.org/x/time v0.5.0 // indirect
|
||||
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda // indirect
|
||||
google.golang.org/genproto/googleapis/api v0.0.0-20240506185236-b8a5c65736ae // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240513163218-0867130af1f8 // indirect
|
||||
google.golang.org/genproto/googleapis/api v0.0.0-20240520151616-dc85e6b867a5 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 // indirect
|
||||
gopkg.in/ini.v1 v1.67.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
||||
40
go.sum
40
go.sum
@@ -155,8 +155,8 @@ github.com/googleapis/gax-go/v2 v2.12.4 h1:9gWcmF85Wvq4ryPFvGFaOgPIs1AQX0d0bcbGw
|
||||
github.com/googleapis/gax-go/v2 v2.12.4/go.mod h1:KYEYLorsnIGDi/rPC8b5TdlB9kbKoFubselGIoBMCwI=
|
||||
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
|
||||
github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=
|
||||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 h1:/c3QmbOGMGTOumP2iT/rCwB7b0QDGLKzqOmktBjT+Is=
|
||||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1/go.mod h1:5SN9VR2LTsRFsrEC6FHgRbTWrTHu6tqPeKxEQv15giM=
|
||||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 h1:bkypFPDjIYGfCYD5mRBvpqxfYX1YCS1PXdKYWi8FsN0=
|
||||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0/go.mod h1:P+Lt/0by1T8bfcF3z737NnSbmxQAppXMRziHUxPOC8k=
|
||||
github.com/hanwen/go-fuse/v2 v2.5.1 h1:OQBE8zVemSocRxA4OaFJbjJ5hlpCmIWbGr7r0M4uoQQ=
|
||||
github.com/hanwen/go-fuse/v2 v2.5.1/go.mod h1:xKwi1cF7nXAOBCXujD5ie0ZKsxc8GGSA1rlMJc+8IJs=
|
||||
github.com/hashicorp/cronexpr v1.1.2 h1:wG/ZYIKT+RT3QkOdgYc+xsKWVRgnxJ1OJtjjy84fJ9A=
|
||||
@@ -235,8 +235,8 @@ github.com/prometheus/common v0.53.0/go.mod h1:BrxBKv3FWBIGXw89Mg1AeBq7FSyRzXWI3
|
||||
github.com/prometheus/procfs v0.12.0 h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo=
|
||||
github.com/prometheus/procfs v0.12.0/go.mod h1:pcuDEFsWDnvcgNzo4EEweacyhjeA9Zk3cnaOZAZEfOo=
|
||||
github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc=
|
||||
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
|
||||
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
|
||||
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
|
||||
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
|
||||
github.com/rs/xid v1.5.0 h1:mKX4bl4iPYJtEIxp6CYiUuLQ/8DYMoz0PUdtGgMFRVc=
|
||||
github.com/rs/xid v1.5.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg=
|
||||
github.com/sanity-io/litter v1.5.5 h1:iE+sBxPBzoK6uaEP5Lt3fHNgpKcHXc/A2HGETy0uJQo=
|
||||
@@ -276,18 +276,18 @@ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.4
|
||||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0/go.mod h1:Mjt1i1INqiaoZOMGR1RIUJN+i3ChKoFRqzrRQhlkbs0=
|
||||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 h1:jq9TW8u3so/bN+JPT166wjOI6/vQPF6Xe7nMNIltagk=
|
||||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0/go.mod h1:p8pYQP+m5XfbZm9fxtSKAbM6oIllS7s2AfxrChvc7iw=
|
||||
go.opentelemetry.io/otel v1.26.0 h1:LQwgL5s/1W7YiiRwxf03QGnWLb2HW4pLiAhaA5cZXBs=
|
||||
go.opentelemetry.io/otel v1.26.0/go.mod h1:UmLkJHUAidDval2EICqBMbnAd0/m2vmpf/dAM+fvFs4=
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.26.0 h1:1u/AyyOqAWzy+SkPxDpahCNZParHV8Vid1RnI2clyDE=
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.26.0/go.mod h1:z46paqbJ9l7c9fIPCXTqTGwhQZ5XoTIsfeFYWboizjs=
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.26.0 h1:Waw9Wfpo/IXzOI8bCB7DIk+0JZcqqsyn1JFnAc+iam8=
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.26.0/go.mod h1:wnJIG4fOqyynOnnQF/eQb4/16VlX2EJAHhHgqIqWfAo=
|
||||
go.opentelemetry.io/otel/metric v1.26.0 h1:7S39CLuY5Jgg9CrnA9HHiEjGMF/X2VHvoXGgSllRz30=
|
||||
go.opentelemetry.io/otel/metric v1.26.0/go.mod h1:SY+rHOI4cEawI9a7N1A4nIg/nTQXe1ccCNWYOJUrpX4=
|
||||
go.opentelemetry.io/otel/sdk v1.26.0 h1:Y7bumHf5tAiDlRYFmGqetNcLaVUZmh4iYfmGxtmz7F8=
|
||||
go.opentelemetry.io/otel/sdk v1.26.0/go.mod h1:0p8MXpqLeJ0pzcszQQN4F0S5FVjBLgypeGSngLsmirs=
|
||||
go.opentelemetry.io/otel/trace v1.26.0 h1:1ieeAUb4y0TE26jUFrCIXKpTuVK7uJGN9/Z/2LP5sQA=
|
||||
go.opentelemetry.io/otel/trace v1.26.0/go.mod h1:4iDxvGDQuUkHve82hJJ8UqrwswHYsZuWCBllGV2U2y0=
|
||||
go.opentelemetry.io/otel v1.27.0 h1:9BZoF3yMK/O1AafMiQTVu0YDj5Ea4hPhxCs7sGva+cg=
|
||||
go.opentelemetry.io/otel v1.27.0/go.mod h1:DMpAK8fzYRzs+bi3rS5REupisuqTheUlSZJ1WnZaPAQ=
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.27.0 h1:R9DE4kQ4k+YtfLI2ULwX82VtNQ2J8yZmA7ZIF/D+7Mc=
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.27.0/go.mod h1:OQFyQVrDlbe+R7xrEyDr/2Wr67Ol0hRUgsfA+V5A95s=
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 h1:qFffATk0X+HD+f1Z8lswGiOQYKHRlzfmdJm0wEaVrFA=
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0/go.mod h1:MOiCmryaYtc+V0Ei+Tx9o5S1ZjA7kzLucuVuyzBZloQ=
|
||||
go.opentelemetry.io/otel/metric v1.27.0 h1:hvj3vdEKyeCi4YaYfNjv2NUje8FqKqUY8IlF0FxV/ik=
|
||||
go.opentelemetry.io/otel/metric v1.27.0/go.mod h1:mVFgmRlhljgBiuk/MP/oKylr4hs85GZAylncepAX/ak=
|
||||
go.opentelemetry.io/otel/sdk v1.27.0 h1:mlk+/Y1gLPLn84U4tI8d3GNJmGT/eXe3ZuOXN9kTWmI=
|
||||
go.opentelemetry.io/otel/sdk v1.27.0/go.mod h1:Ha9vbLwJE6W86YstIywK2xFfPjbWlCuwPtMkKdz/Y4A=
|
||||
go.opentelemetry.io/otel/trace v1.27.0 h1:IqYb813p7cmbHk0a5y6pD5JPakbVfftRXABGt5/Rscw=
|
||||
go.opentelemetry.io/otel/trace v1.27.0/go.mod h1:6RiD1hkAprV4/q+yd2ln1HG9GoPx39SuvvstaLBl+l4=
|
||||
go.opentelemetry.io/proto/otlp v1.2.0 h1:pVeZGk7nXDC9O2hncA6nHldxEjm6LByfA2aN8IOkz94=
|
||||
go.opentelemetry.io/proto/otlp v1.2.0/go.mod h1:gGpR8txAl5M03pDhMC79G6SdqNV26naRm/KDsgaHD8A=
|
||||
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
|
||||
@@ -383,10 +383,10 @@ google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98
|
||||
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo=
|
||||
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda h1:wu/KJm9KJwpfHWhkkZGohVC6KRrc1oJNr4jwtQMOQXw=
|
||||
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda/go.mod h1:g2LLCvCeCSir/JJSWosk19BR4NVxGqHUC6rxIRsd7Aw=
|
||||
google.golang.org/genproto/googleapis/api v0.0.0-20240506185236-b8a5c65736ae h1:AH34z6WAGVNkllnKs5raNq3yRq93VnjBG6rpfub/jYk=
|
||||
google.golang.org/genproto/googleapis/api v0.0.0-20240506185236-b8a5c65736ae/go.mod h1:FfiGhwUm6CJviekPrc0oJ+7h29e+DmWU6UtjX0ZvI7Y=
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240513163218-0867130af1f8 h1:mxSlqyb8ZAHsYDCfiXN1EDdNTdvjUJSLY+OnAUtYNYA=
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240513163218-0867130af1f8/go.mod h1:I7Y+G38R2bu5j1aLzfFmQfTcU/WnFuqDwLZAbvKTKpM=
|
||||
google.golang.org/genproto/googleapis/api v0.0.0-20240520151616-dc85e6b867a5 h1:P8OJ/WCl/Xo4E4zoe4/bifHpSmmKwARqyqE4nW6J2GQ=
|
||||
google.golang.org/genproto/googleapis/api v0.0.0-20240520151616-dc85e6b867a5/go.mod h1:RGnPtTG7r4i8sPlNyDeikXF99hMM+hN6QMm4ooG9g2g=
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 h1:AgADTJarZTBqgjiUzRgfaBchgYB3/WFTC80GPwsMcRI=
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291/go.mod h1:EfXuqaE1J41VCDicxHzUDm+8rk+7ZdXzHV0IhO/I6s0=
|
||||
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
|
||||
google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg=
|
||||
google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY=
|
||||
|
||||
Reference in New Issue
Block a user