Skip to content

Commit f675bf6

Browse files
build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp from 0.18.0 to 0.19.0 (#3955)
Bumps [go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp](https://github.com/open-telemetry/opentelemetry-go) from 0.18.0 to 0.19.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-go/releases">go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp's releases</a>.</em></p> <blockquote> <h2>Release v0.19.0</h2> <h3>Added</h3> <ul> <li>Added <code>Marshaler</code> config option to <code>otlphttp</code> to enable otlp over json or protobufs. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1586">#1586</a>)</li> <li>A <code>ForceFlush</code> method to the <code>&quot;go.opentelemetry.io/otel/sdk/trace&quot;.TracerProvider</code> to flush all registered <code>SpanProcessor</code>s. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1608">#1608</a>)</li> <li>Added <code>WithSampler</code> and <code>WithSpanLimits</code> to tracer provider. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1633">#1633</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1702">#1702</a>)</li> <li><code>&quot;go.opentelemetry.io/otel/trace&quot;.SpanContext</code> now has a <code>remote</code> property, and <code>IsRemote()</code> predicate, that is true when the <code>SpanContext</code> has been extracted from remote context data. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1701">#1701</a>)</li> <li>A <code>Valid</code> method to the <code>&quot;go.opentelemetry.io/otel/attribute&quot;.KeyValue</code> type. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1703">#1703</a>)</li> </ul> <h3>Changed</h3> <ul> <li><code>trace.SpanContext</code> is now immutable and has no exported fields. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1573">#1573</a>) <ul> <li><code>trace.NewSpanContext()</code> can be used in conjunction with the <code>trace.SpanContextConfig</code> struct to initialize a new <code>SpanContext</code> where all values are known.</li> </ul> </li> <li>Update the <code>ForceFlush</code> method signature to the <code>&quot;go.opentelemetry.io/otel/sdk/trace&quot;.SpanProcessor</code> to accept a <code>context.Context</code> and return an error. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1608">#1608</a>)</li> <li>Update the <code>Shutdown</code> method to the <code>&quot;go.opentelemetry.io/otel/sdk/trace&quot;.TracerProvider</code> return an error on shutdown failure. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1608">#1608</a>)</li> <li>The SimpleSpanProcessor will now shut down the enclosed <code>SpanExporter</code> and gracefully ignore subsequent calls to <code>OnEnd</code> after <code>Shutdown</code> is called. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1612">#1612</a>)</li> <li><code>&quot;go.opentelemetry.io/sdk/metric/controller.basic&quot;.WithPusher</code> is replaced with <code>WithExporter</code> to provide consistent naming across project. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1656">#1656</a>)</li> <li>Added non-empty string check for trace <code>Attribute</code> keys. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1659">#1659</a>)</li> <li>Add <code>description</code> to SpanStatus only when <code>StatusCode</code> is set to error. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1662">#1662</a>)</li> <li>Jaeger exporter falls back to <code>resource.Default</code>'s <code>service.name</code> if the exported Span does not have one. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1673">#1673</a>)</li> <li>Jaeger exporter populates Jaeger's Span Process from Resource. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1673">#1673</a>)</li> <li>Renamed the <code>LabelSet</code> method of <code>&quot;go.opentelemetry.io/otel/sdk/resource&quot;.Resource</code> to <code>Set</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1692">#1692</a>)</li> <li>Changed <code>WithSDK</code> to <code>WithSDKOptions</code> to accept variadic arguments of <code>TracerProviderOption</code> type in <code>go.opentelemetry.io/otel/exporters/trace/jaeger</code> package. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1693">#1693</a>)</li> <li>Changed <code>WithSDK</code> to <code>WithSDKOptions</code> to accept variadic arguments of <code>TracerProviderOption</code> type in <code>go.opentelemetry.io/otel/exporters/trace/zipkin</code> package. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1693">#1693</a>)</li> <li><code>&quot;go.opentelemetry.io/otel/sdk/resource&quot;.NewWithAttributes</code> will now drop any invalid attributes passed. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1703">#1703</a>)</li> <li><code>&quot;go.opentelemetry.io/otel/sdk/resource&quot;.StringDetector</code> will now error if the produced attribute is invalid. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1703">#1703</a>)</li> </ul> <h3>Removed</h3> <ul> <li>Removed <code>serviceName</code> parameter from Zipkin exporter and uses resource instead. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1549">#1549</a>)</li> <li>Removed <code>WithConfig</code> from tracer provider to avoid overriding configuration. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1633">#1633</a>)</li> <li>Removed the exported <code>SimpleSpanProcessor</code> and <code>BatchSpanProcessor</code> structs. These are now returned as a SpanProcessor interface from their respective constructors. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1638">#1638</a>)</li> <li>Removed <code>WithRecord()</code> from <code>trace.SpanOption</code> when creating a span. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1660">#1660</a>)</li> <li>Removed setting status to <code>Error</code> while recording an error as a span event in <code>RecordError</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1663">#1663</a>)</li> <li>Removed <code>jaeger.WithProcess</code> configuration option. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1673">#1673</a>)</li> <li>Removed <code>ApplyConfig</code> method from <code>&quot;go.opentelemetry.io/otel/sdk/trace&quot;.TracerProvider</code> and the now unneeded <code>Config</code> struct. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1693">#1693</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Jaeger Exporter: Ensure mapping between OTEL and Jaeger span data complies with the specification. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1626">#1626</a>)</li> <li><code>SamplingResult.TraceState</code> is correctly propagated to a newly created span's <code>SpanContext</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1655">#1655</a>)</li> <li>The <code>otel-collector</code> example now correctly flushes metric events prior to shutting down the exporter. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1678">#1678</a>)</li> <li>Do not set span status message in <code>SpanStatusFromHTTPStatusCode</code> if it can be inferred from <code>http.status_code</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1681">#1681</a>)</li> <li>Synchronization issues in global trace delegate implementation. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1686">#1686</a>)</li> <li>Reduced excess memory usage by global <code>TracerProvider</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1687">#1687</a>)</li> </ul> <hr /> <h2>Raw changes made between v0.18.0 and v0.19.0</h2> <!-- 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/blob/main/CHANGELOG.md">go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp's changelog</a>.</em></p> <blockquote> <h2>[1.43.0/0.65.0/0.19.0] 2026-04-02</h2> <h3>Added</h3> <ul> <li>Add <code>IsRandom</code> and <code>WithRandom</code> on <code>TraceFlags</code>, and <code>IsRandom</code> on <code>SpanContext</code> in <code>go.opentelemetry.io/otel/trace</code> for <a href="https://www.w3.org/TR/trace-context-2/#random-trace-id-flag">W3C Trace Context Level 2 Random Trace ID Flag</a> support. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/8012">#8012</a>)</li> <li>Add service detection with <code>WithService</code> in <code>go.opentelemetry.io/otel/sdk/resource</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7642">#7642</a>)</li> <li>Add <code>DefaultWithContext</code> and <code>EnvironmentWithContext</code> in <code>go.opentelemetry.io/otel/sdk/resource</code> to support plumbing <code>context.Context</code> through default and environment detectors. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/8051">#8051</a>)</li> <li>Support attributes with empty value (<code>attribute.EMPTY</code>) in <code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/8038">#8038</a>)</li> <li>Support attributes with empty value (<code>attribute.EMPTY</code>) in <code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/8038">#8038</a>)</li> <li>Support attributes with empty value (<code>attribute.EMPTY</code>) in <code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/8038">#8038</a>)</li> <li>Support attributes with empty value (<code>attribute.EMPTY</code>) in <code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/8038">#8038</a>)</li> <li>Support attributes with empty value (<code>attribute.EMPTY</code>) in <code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/8038">#8038</a>)</li> <li>Support attributes with empty value (<code>attribute.EMPTY</code>) in <code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/8038">#8038</a>)</li> <li>Support attributes with empty value (<code>attribute.EMPTY</code>) in <code>go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/8038">#8038</a>)</li> <li>Add support for per-series start time tracking for cumulative metrics in <code>go.opentelemetry.io/otel/sdk/metric</code>. Set <code>OTEL_GO_X_PER_SERIES_START_TIMESTAMPS=true</code> to enable. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/8060">#8060</a>)</li> <li>Add <code>WithCardinalityLimitSelector</code> for metric reader for configuring cardinality limits specific to the instrument kind. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7855">#7855</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Introduce the <code>EMPTY</code> Type in <code>go.opentelemetry.io/otel/attribute</code> to reflect that an empty value is now a valid value, with <code>INVALID</code> remaining as a deprecated alias of <code>EMPTY</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/8038">#8038</a>)</li> <li>Improve slice handling in <code>go.opentelemetry.io/otel/attribute</code> to optimize short slice values with fixed-size fast paths. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/8039">#8039</a>)</li> <li>Improve performance of span metric recording in <code>go.opentelemetry.io/otel/sdk/trace</code> by returning early if self-observability is not enabled. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/8067">#8067</a>)</li> <li>Improve formatting of metric data diffs in <code>go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/8073">#8073</a>)</li> </ul> <h3>Deprecated</h3> <ul> <li>Deprecate <code>INVALID</code> in <code>go.opentelemetry.io/otel/attribute</code>. Use <code>EMPTY</code> instead. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/8038">#8038</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Return spec-compliant <code>TraceIdRatioBased</code> description. This is a breaking behavioral change, but it is necessary to make the implementation <a href="https://opentelemetry.io/docs/specs/otel/trace/sdk/#traceidratiobased">spec-compliant</a>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/8027">#8027</a>)</li> <li>Fix a race condition in <code>go.opentelemetry.io/otel/sdk/metric</code> where the lastvalue aggregation could collect the value 0 even when no zero-value measurements were recorded. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/8056">#8056</a>)</li> <li>Limit HTTP response body to 4 MiB in <code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp</code> to mitigate excessive memory usage caused by a misconfigured or malicious server. Responses exceeding the limit are treated as non-retryable errors. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/8108">#8108</a>)</li> <li>Limit HTTP response body to 4 MiB in <code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code> to mitigate excessive memory usage caused by a misconfigured or malicious server. Responses exceeding the limit are treated as non-retryable errors. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/8108">#8108</a>)</li> <li>Limit HTTP response body to 4 MiB in <code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code> to mitigate excessive memory usage caused by a misconfigured or malicious server. Responses exceeding the limit are treated as non-retryable errors. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/8108">#8108</a>)</li> <li><code>WithHostID</code> detector in <code>go.opentelemetry.io/otel/sdk/resource</code> to use full path for <code>kenv</code> command on BSD. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/8113">#8113</a>)</li> <li>Fix missing <code>request.GetBody</code> in <code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code> to correctly handle HTTP2 GOAWAY frame. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/8096">#8096</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/2b4fa9681bd0c69574aaa879039382002b220204"><code>2b4fa96</code></a> Release v0.19.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1710">#1710</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/4beb70416e1272c578edfe1d5f88a3a2236da178"><code>4beb704</code></a> sdk/trace: removing ApplyConfig and Config (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1693">#1693</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/1d42be1601e2d9bbd1101780759520e3f3960a29"><code>1d42be1</code></a> Rename WithDefaultSampler TracerProvider option to WithSampler and update doc...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/860d5d86e7ace12bf2b2ca8e437d2d4fc68a6913"><code>860d5d8</code></a> Add flag to determine whether SpanContext is remote (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1701">#1701</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/0fe65e6bd2b3fad00289427e0bac1974086d4326"><code>0fe65e6</code></a> Comply with OpenTelemetry attributes specification (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1703">#1703</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/888843519dae308f165d1d20c095bb6352baeb52"><code>8888435</code></a> Bump google.golang.org/api from 0.40.0 to 0.41.0 in /exporters/trace/jaeger (...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/345f264a137ed7162c30d14dd4739b5b72f76537"><code>345f264</code></a> breaking(zipkin): removes servicName from zipkin exporter. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1697">#1697</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/62cbf0f240112813105d7056506496b59740e0c2"><code>62cbf0f</code></a> Populate Jaeger's Span.Process from Resource (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1673">#1673</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/28eaaa9a919d03227856d83e2149b85f78d57775"><code>28eaaa9</code></a> Add a test to prove the Tracer is safe for concurrent calls (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1665">#1665</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/8b1be11a549eefb6efeda2f940cbda70b3c3d08d"><code>8b1be11</code></a> Rename resource pkg label vars and methods (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1692">#1692</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go/compare/v0.18.0...v0.19.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp&package-manager=go_modules&previous-version=0.18.0&new-version=0.19.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/zalando/skipper/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bab1298 commit f675bf6

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,16 +290,16 @@ require (
290290
go.opentelemetry.io/contrib/propagators/jaeger v1.42.0 // indirect
291291
go.opentelemetry.io/contrib/propagators/ot v1.42.0 // indirect
292292
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.18.0 // indirect
293-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.18.0 // indirect
293+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.19.0 // indirect
294294
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.42.0 // indirect
295295
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.42.0 // indirect
296296
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0 // indirect
297297
go.opentelemetry.io/otel/exporters/prometheus v0.64.0 // indirect
298298
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.18.0 // indirect
299299
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.42.0 // indirect
300-
go.opentelemetry.io/otel/log v0.18.0 // indirect
300+
go.opentelemetry.io/otel/log v0.19.0 // indirect
301301
go.opentelemetry.io/otel/metric v1.43.0 // indirect
302-
go.opentelemetry.io/otel/sdk/log v0.18.0 // indirect
302+
go.opentelemetry.io/otel/sdk/log v0.19.0 // indirect
303303
go.opentelemetry.io/otel/sdk/metric v1.43.0 // indirect
304304
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
305305
go.uber.org/atomic v1.11.0 // indirect

go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -782,8 +782,8 @@ go.opentelemetry.io/otel/bridge/opentracing v1.43.0 h1:rI9LWd0BPmaEZeTg/FFUUs5hn
782782
go.opentelemetry.io/otel/bridge/opentracing v1.43.0/go.mod h1:AQoGTVOeWESXlMsmxq2CMJ8+jtKrXH78i4Po6L4f3hI=
783783
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.18.0 h1:deI9UQMoGFgrg5iLPgzueqFPHevDl+28YKfSpPTI6rY=
784784
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.18.0/go.mod h1:PFx9NgpNUKXdf7J4Q3agRxMs3Y07QhTCVipKmLsMKnU=
785-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.18.0 h1:icqq3Z34UrEFk2u+HMhTtRsvo7Ues+eiJVjaJt62njs=
786-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.18.0/go.mod h1:W2m8P+d5Wn5kipj4/xmbt9uMqezEKfBjzVJadfABSBE=
785+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.19.0 h1:HIBTQ3VO5aupLKjC90JgMqpezVXwFuq6Ryjn0/izoag=
786+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.19.0/go.mod h1:ji9vId85hMxqfvICA0Jt8JqEdrXaAkcpkI9HPXya0ro=
787787
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.42.0 h1:MdKucPl/HbzckWWEisiNqMPhRrAOQX8r4jTuGr636gk=
788788
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.42.0/go.mod h1:RolT8tWtfHcjajEH5wFIZ4Dgh5jpPdFXYV9pTAk/qjc=
789789
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.42.0 h1:H7O6RlGOMTizyl3R08Kn5pdM06bnH8oscSj7o11tmLA=
@@ -802,16 +802,16 @@ go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.42.0 h1:lSZHgNHfbmQTPf
802802
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.42.0/go.mod h1:so9ounLcuoRDu033MW/E0AD4hhUjVqswrMF5FoZlBcw=
803803
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.43.0 h1:mS47AX77OtFfKG4vtp+84kuGSFZHTyxtXIN269vChY0=
804804
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.43.0/go.mod h1:PJnsC41lAGncJlPUniSwM81gc80GkgWJWr3cu2nKEtU=
805-
go.opentelemetry.io/otel/log v0.18.0 h1:XgeQIIBjZZrliksMEbcwMZefoOSMI1hdjiLEiiB0bAg=
806-
go.opentelemetry.io/otel/log v0.18.0/go.mod h1:KEV1kad0NofR3ycsiDH4Yjcoj0+8206I6Ox2QYFSNgI=
805+
go.opentelemetry.io/otel/log v0.19.0 h1:KUZs/GOsw79TBBMfDWsXS+KZ4g2Ckzksd1ymzsIEbo4=
806+
go.opentelemetry.io/otel/log v0.19.0/go.mod h1:5DQYeGmxVIr4n0/BcJvF4upsraHjg6vudJJpnkL6Ipk=
807807
go.opentelemetry.io/otel/metric v1.43.0 h1:d7638QeInOnuwOONPp4JAOGfbCEpYb+K6DVWvdxGzgM=
808808
go.opentelemetry.io/otel/metric v1.43.0/go.mod h1:RDnPtIxvqlgO8GRW18W6Z/4P462ldprJtfxHxyKd2PY=
809809
go.opentelemetry.io/otel/sdk v1.43.0 h1:pi5mE86i5rTeLXqoF/hhiBtUNcrAGHLKQdhg4h4V9Dg=
810810
go.opentelemetry.io/otel/sdk v1.43.0/go.mod h1:P+IkVU3iWukmiit/Yf9AWvpyRDlUeBaRg6Y+C58QHzg=
811-
go.opentelemetry.io/otel/sdk/log v0.18.0 h1:n8OyZr7t7otkeTnPTbDNom6rW16TBYGtvyy2Gk6buQw=
812-
go.opentelemetry.io/otel/sdk/log v0.18.0/go.mod h1:C0+wxkTwKpOCZLrlJ3pewPiiQwpzycPI/u6W0Z9fuYk=
813-
go.opentelemetry.io/otel/sdk/log/logtest v0.18.0 h1:l3mYuPsuBx6UKE47BVcPrZoZ0q/KER57vbj2qkgDLXA=
814-
go.opentelemetry.io/otel/sdk/log/logtest v0.18.0/go.mod h1:7cHtiVJpZebB3wybTa4NG+FUo5NPe3PROz1FqB0+qdw=
811+
go.opentelemetry.io/otel/sdk/log v0.19.0 h1:scYVLqT22D2gqXItnWiocLUKGH9yvkkeql5dBDiXyko=
812+
go.opentelemetry.io/otel/sdk/log v0.19.0/go.mod h1:vFBowwXGLlW9AvpuF7bMgnNI95LiW10szrOdvzBHlAg=
813+
go.opentelemetry.io/otel/sdk/log/logtest v0.19.0 h1:BEbF7ZBB6qQloV/Ub1+3NQoOUnVtcGkU3XX4Ws3GQfk=
814+
go.opentelemetry.io/otel/sdk/log/logtest v0.19.0/go.mod h1:Lua81/3yM0wOmoHTokLj9y9ADeA02v1naRrVrkAZuKk=
815815
go.opentelemetry.io/otel/sdk/metric v1.43.0 h1:S88dyqXjJkuBNLeMcVPRFXpRw2fuwdvfCGLEo89fDkw=
816816
go.opentelemetry.io/otel/sdk/metric v1.43.0/go.mod h1:C/RJtwSEJ5hzTiUz5pXF1kILHStzb9zFlIEe85bhj6A=
817817
go.opentelemetry.io/otel/trace v1.43.0 h1:BkNrHpup+4k4w+ZZ86CZoHHEkohws8AY+WTX09nk+3A=

0 commit comments

Comments
 (0)