chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc from 0.15.0 to 0.16.0 #2876

Closed
dependabot[bot] wants to merge 1 commit from refs/pull/2876/head into staging
dependabot[bot] commented 2026-02-09 02:29:03 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #2732
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2732
Original created: 2026-02-09T02:29:03Z
Original updated: 2026-02-09T22:58:19Z
Original head: carverauto/serviceradar:dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc-0.16.0
Original base: staging

Bumps go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc from 0.15.0 to 0.16.0.

Release notes

Sourced from go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc's releases.

Release v0.16.0

Added

  • Add the ReadOnlySpan and ReadWriteSpan interfaces to provide better control for accessing span data. (#1360)
  • NewGRPCDriver function returns a ProtocolDriver that maintains a single gRPC connection to the collector. (#1369)
  • Added documentation about the project's versioning policy. (#1388)
  • Added NewSplitDriver for OTLP exporter that allows sending traces and metrics to different endpoints. (#1418)
  • Added codeql worfklow to GitHub Actions (#1428)
  • Added Gosec workflow to GitHub Actions (#1429)
  • Add new HTTP driver for OTLP exporter in exporters/otlp/otlphttp. Currently it only supports the binary protobuf payloads. (#1420)

Changed

  • Rename internal/testing to internal/internaltest. (#1449)
  • Rename export.SpanData to export.SpanSnapshot and use it only for exporting spans. (#1360)
  • Store the parent's full SpanContext rather than just its span ID in the span struct. (#1360)
  • Improve span duration accuracy. (#1360)
  • Migrated CI/CD from CircleCI to GitHub Actions (#1382)
  • Remove duplicate checkout from GitHub Actions workflow (#1407)
  • Metric array aggregator renamed exact to match its aggregation.Kind (#1412)
  • Metric exact aggregator includes per-point timestamps (#1412)
  • Metric stdout exporter uses MinMaxSumCount aggregator for ValueRecorder instruments (#1412)
  • NewExporter from exporters/otlp now takes a ProtocolDriver as a parameter. (#1369)
  • Many OTLP Exporter options became gRPC ProtocolDriver options. (#1369)
  • Unify endpoint API that related to OTel exporter. (#1401)
  • Optimize metric histogram aggregator to re-use its slice of buckets. (#1435)
  • Metric aggregator Count() and histogram Bucket.Counts are consistently uint64. (1430)
  • SamplingResult now passed a Tracestate from the parent SpanContext (#1432)
  • Moved gRPC driver for OTLP exporter to exporters/otlp/otlpgrpc. (#1420)
  • The TraceContext propagator now correctly propagates TraceState through the SpanContext. (#1447)
  • Metric Push and Pull Controller components are combined into a single "basic" Controller:
    • WithExporter() and Start() to configure Push behavior
    • Start() is optional; use Collect() and ForEach() for Pull behavior
    • Start() and Stop() accept Context. (#1378)

Removed

  • Remove errUninitializedSpan as its only usage is now obsolete. (#1360)
  • Remove Metric export functionality related to quantiles and summary data points: this is not specified (#1412)
  • Remove DDSketch metric aggregator; our intention is to re-introduce this as an option of the histogram aggregator after new OTLP histogram data types are released (#1412)

Fixed

  • BatchSpanProcessor.Shutdown() will now shutdown underlying export.SpanExporter. (#1443)

Raw changes made between v0.15.0 and v0.16.0

0aadfb27bc9e0d6fc0008001720aa5d466c06156 Prepare release v0.16.0 (#1464) 207587b6ab2d658ad39774d6a3cc7fa2f5c6c52b Metric histogram aggregator: Swap in SynchronizedMove to avoid allocations (#1435) c29c6fd1adf4f9c1faf8165fe326f507efd84425 Shutdown underlying span exporter while shutting down BatchSpanProcessor (#1443)

... (truncated)

Changelog

Sourced from go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc's changelog.

[1.40.0/0.62.0/0.16.0] 2026-02-02

Added

  • Add AlwaysRecord sampler in go.opentelemetry.io/otel/sdk/trace. (#7724)
  • Add Enabled method to all synchronous instrument interfaces (Float64Counter, Float64UpDownCounter, Float64Histogram, Float64Gauge, Int64Counter, Int64UpDownCounter, Int64Histogram, Int64Gauge,) in go.opentelemetry.io/otel/metric. This stabilizes the synchronous instrument enabled feature, allowing users to check if an instrument will process measurements before performing computationally expensive operations. (#7763)
  • Add go.opentelemetry.io/otel/semconv/v1.39.0 package. The package contains semantic conventions from the v1.39.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.38.0. (#7783, #7789)

Changed

  • Improve the concurrent performance of HistogramReservoir in go.opentelemetry.io/otel/sdk/metric/exemplar by 4x. (#7443)
  • Improve the concurrent performance of FixedSizeReservoir in go.opentelemetry.io/otel/sdk/metric/exemplar. (#7447)
  • Improve performance of concurrent histogram measurements in go.opentelemetry.io/otel/sdk/metric. (#7474)
  • Improve performance of concurrent synchronous gauge measurements in go.opentelemetry.io/otel/sdk/metric. (#7478)
  • Add experimental observability metrics in go.opentelemetry.io/otel/exporters/stdout/stdoutmetric. (#7492)
  • Exporter in go.opentelemetry.io/otel/exporters/prometheus ignores metrics with the scope go.opentelemetry.io/contrib/bridges/prometheus. This prevents scrape failures when the Prometheus exporter is misconfigured to get data from the Prometheus bridge. (#7688)
  • Improve performance of concurrent exponential histogram measurements in go.opentelemetry.io/otel/sdk/metric. (#7702)
  • The rpc.grpc.status_code attribute in the experimental metrics emitted from go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc is replaced with the rpc.response.status_code attribute to align with the semantic conventions. (#7854)
  • The rpc.grpc.status_code attribute in the experimental metrics emitted from go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc is replaced with the rpc.response.status_code attribute to align with the semantic conventions. (#7854)

Fixed

  • Fix bad log message when key-value pairs are dropped because of key duplication in go.opentelemetry.io/otel/sdk/log. (#7662)
  • Fix DroppedAttributes on Record in go.opentelemetry.io/otel/sdk/log to not count the non-attribute key-value pairs dropped because of key duplication. (#7662)
  • Fix SetAttributes on Record in go.opentelemetry.io/otel/sdk/log to not log that attributes are dropped when they are actually not dropped. (#7662)
  • Fix missing request.GetBody in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp to correctly handle HTTP/2 GOAWAY frame. (#7794)
  • WithHostID detector in go.opentelemetry.io/otel/sdk/resource to use full path for ioreg command on Darwin (macOS). (#7818)

Deprecated

Commits
  • 0aadfb2 Prepare release v0.16.0 (#1464)
  • 207587b Metric histogram aggregator: Swap in SynchronizedMove to avoid allocations (#...
  • c29c6fd Shutdown underlying span exporter while shutting down BatchSpanProcessor (#1443)
  • dfece3d Combine the Push and Pull metric controllers (#1378)
  • 74deedd Handle tracestate in TraceContext propagator (#1447)
  • 49f699d Remove Quantile aggregation, DDSketch aggregator; add Exact timestamps (#1412)
  • 9c94941 Rename internal/testing to internal/internaltest (#1449)
  • 8d80981 Move gRPC driver to a subpackage and add an HTTP driver (#1420)
  • 9332af1 Bump github.com/golangci/golangci-lint in /internal/tools (#1445)
  • 5ed96e9 Update exporters/otlp Readme.md (#1441)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)
Imported from GitHub pull request. Original GitHub pull request: #2732 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/2732 Original created: 2026-02-09T02:29:03Z Original updated: 2026-02-09T22:58:19Z Original head: carverauto/serviceradar:dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc-0.16.0 Original base: staging --- Bumps [go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc](https://github.com/open-telemetry/opentelemetry-go) from 0.15.0 to 0.16.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/otlploggrpc's releases</a>.</em></p> <blockquote> <h2>Release v0.16.0</h2> <h3>Added</h3> <ul> <li>Add the <code>ReadOnlySpan</code> and <code>ReadWriteSpan</code> interfaces to provide better control for accessing span data. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1360">#1360</a>)</li> <li><code>NewGRPCDriver</code> function returns a <code>ProtocolDriver</code> that maintains a single gRPC connection to the collector. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1369">#1369</a>)</li> <li>Added documentation about the project's versioning policy. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1388">#1388</a>)</li> <li>Added <code>NewSplitDriver</code> for OTLP exporter that allows sending traces and metrics to different endpoints. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1418">#1418</a>)</li> <li>Added codeql worfklow to GitHub Actions (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1428">#1428</a>)</li> <li>Added Gosec workflow to GitHub Actions (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1429">#1429</a>)</li> <li>Add new HTTP driver for OTLP exporter in <code>exporters/otlp/otlphttp</code>. Currently it only supports the binary protobuf payloads. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1420">#1420</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Rename <code>internal/testing</code> to <code>internal/internaltest</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1449">#1449</a>)</li> <li>Rename <code>export.SpanData</code> to <code>export.SpanSnapshot</code> and use it only for exporting spans. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1360">#1360</a>)</li> <li>Store the parent's full <code>SpanContext</code> rather than just its span ID in the <code>span</code> struct. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1360">#1360</a>)</li> <li>Improve span duration accuracy. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1360">#1360</a>)</li> <li>Migrated CI/CD from CircleCI to GitHub Actions (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1382">#1382</a>)</li> <li>Remove duplicate checkout from GitHub Actions workflow (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1407">#1407</a>)</li> <li>Metric <code>array</code> aggregator renamed <code>exact</code> to match its <code>aggregation.Kind</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1412">#1412</a>)</li> <li>Metric <code>exact</code> aggregator includes per-point timestamps (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1412">#1412</a>)</li> <li>Metric stdout exporter uses MinMaxSumCount aggregator for ValueRecorder instruments (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1412">#1412</a>)</li> <li><code>NewExporter</code> from <code>exporters/otlp</code> now takes a <code>ProtocolDriver</code> as a parameter. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1369">#1369</a>)</li> <li>Many OTLP Exporter options became gRPC ProtocolDriver options. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1369">#1369</a>)</li> <li>Unify endpoint API that related to OTel exporter. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1401">#1401</a>)</li> <li>Optimize metric histogram aggregator to re-use its slice of buckets. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1435">#1435</a>)</li> <li>Metric aggregator Count() and histogram Bucket.Counts are consistently <code>uint64</code>. (1430)</li> <li><code>SamplingResult</code> now passed a <code>Tracestate</code> from the parent <code>SpanContext</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1432">#1432</a>)</li> <li>Moved gRPC driver for OTLP exporter to <code>exporters/otlp/otlpgrpc</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1420">#1420</a>)</li> <li>The <code>TraceContext</code> propagator now correctly propagates <code>TraceState</code> through the <code>SpanContext</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1447">#1447</a>)</li> <li>Metric Push and Pull Controller components are combined into a single &quot;basic&quot; Controller: <ul> <li><code>WithExporter()</code> and <code>Start()</code> to configure Push behavior</li> <li><code>Start()</code> is optional; use <code>Collect()</code> and <code>ForEach()</code> for Pull behavior</li> <li><code>Start()</code> and <code>Stop()</code> accept Context. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1378">#1378</a>)</li> </ul> </li> </ul> <h3>Removed</h3> <ul> <li>Remove <code>errUninitializedSpan</code> as its only usage is now obsolete. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1360">#1360</a>)</li> <li>Remove Metric export functionality related to quantiles and summary data points: this is not specified (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1412">#1412</a>)</li> <li>Remove DDSketch metric aggregator; our intention is to re-introduce this as an option of the histogram aggregator after <a href="https://redirect.github.com/open-telemetry/opentelemetry-proto/pull/226">new OTLP histogram data types</a> are released (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1412">#1412</a>)</li> </ul> <h3>Fixed</h3> <ul> <li><code>BatchSpanProcessor.Shutdown()</code> will now shutdown underlying <code>export.SpanExporter</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1443">#1443</a>)</li> </ul> <h1>Raw changes made between v0.15.0 and v0.16.0</h1> <p>0aadfb27bc9e0d6fc0008001720aa5d466c06156 Prepare release v0.16.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1464">#1464</a>) 207587b6ab2d658ad39774d6a3cc7fa2f5c6c52b Metric histogram aggregator: Swap in SynchronizedMove to avoid allocations (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1435">#1435</a>) c29c6fd1adf4f9c1faf8165fe326f507efd84425 Shutdown underlying span exporter while shutting down BatchSpanProcessor (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1443">#1443</a>)</p> <!-- 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/otlploggrpc's changelog</a>.</em></p> <blockquote> <h2>[1.40.0/0.62.0/0.16.0] 2026-02-02</h2> <h3>Added</h3> <ul> <li>Add <code>AlwaysRecord</code> sampler in <code>go.opentelemetry.io/otel/sdk/trace</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7724">#7724</a>)</li> <li>Add <code>Enabled</code> method to all synchronous instrument interfaces (<code>Float64Counter</code>, <code>Float64UpDownCounter</code>, <code>Float64Histogram</code>, <code>Float64Gauge</code>, <code>Int64Counter</code>, <code>Int64UpDownCounter</code>, <code>Int64Histogram</code>, <code>Int64Gauge</code>,) in <code>go.opentelemetry.io/otel/metric</code>. This stabilizes the synchronous instrument enabled feature, allowing users to check if an instrument will process measurements before performing computationally expensive operations. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7763">#7763</a>)</li> <li>Add <code>go.opentelemetry.io/otel/semconv/v1.39.0</code> package. The package contains semantic conventions from the <code>v1.39.0</code> version of the OpenTelemetry Semantic Conventions. See the <a href="https://github.com/open-telemetry/opentelemetry-go/blob/main/semconv/v1.39.0/MIGRATION.md">migration documentation</a> for information on how to upgrade from <code>go.opentelemetry.io/otel/semconv/v1.38.0.</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7783">#7783</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7789">#7789</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Improve the concurrent performance of <code>HistogramReservoir</code> in <code>go.opentelemetry.io/otel/sdk/metric/exemplar</code> by 4x. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7443">#7443</a>)</li> <li>Improve the concurrent performance of <code>FixedSizeReservoir</code> in <code>go.opentelemetry.io/otel/sdk/metric/exemplar</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7447">#7447</a>)</li> <li>Improve performance of concurrent histogram measurements in <code>go.opentelemetry.io/otel/sdk/metric</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7474">#7474</a>)</li> <li>Improve performance of concurrent synchronous gauge measurements in <code>go.opentelemetry.io/otel/sdk/metric</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7478">#7478</a>)</li> <li>Add experimental observability metrics in <code>go.opentelemetry.io/otel/exporters/stdout/stdoutmetric</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7492">#7492</a>)</li> <li><code>Exporter</code> in <code>go.opentelemetry.io/otel/exporters/prometheus</code> ignores metrics with the scope <code>go.opentelemetry.io/contrib/bridges/prometheus</code>. This prevents scrape failures when the Prometheus exporter is misconfigured to get data from the Prometheus bridge. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7688">#7688</a>)</li> <li>Improve performance of concurrent exponential histogram measurements in <code>go.opentelemetry.io/otel/sdk/metric</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7702">#7702</a>)</li> <li>The <code>rpc.grpc.status_code</code> attribute in the experimental metrics emitted from <code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code> is replaced with the <code>rpc.response.status_code</code> attribute to align with the semantic conventions. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7854">#7854</a>)</li> <li>The <code>rpc.grpc.status_code</code> attribute in the experimental metrics emitted from <code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc</code> is replaced with the <code>rpc.response.status_code</code> attribute to align with the semantic conventions. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7854">#7854</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix bad log message when key-value pairs are dropped because of key duplication in <code>go.opentelemetry.io/otel/sdk/log</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7662">#7662</a>)</li> <li>Fix <code>DroppedAttributes</code> on <code>Record</code> in <code>go.opentelemetry.io/otel/sdk/log</code> to not count the non-attribute key-value pairs dropped because of key duplication. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7662">#7662</a>)</li> <li>Fix <code>SetAttributes</code> on <code>Record</code> in <code>go.opentelemetry.io/otel/sdk/log</code> to not log that attributes are dropped when they are actually not dropped. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7662">#7662</a>)</li> <li>Fix missing <code>request.GetBody</code> in <code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp</code> to correctly handle HTTP/2 <code>GOAWAY</code> frame. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7794">#7794</a>)</li> <li><code>WithHostID</code> detector in <code>go.opentelemetry.io/otel/sdk/resource</code> to use full path for <code>ioreg</code> command on Darwin (macOS). (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7818">#7818</a>)</li> </ul> <h3>Deprecated</h3> <ul> <li>Deprecate <code>go.opentelemetry.io/otel/exporters/zipkin</code>. For more information, see the <a href="https://opentelemetry.io/blog/2025/deprecating-zipkin-exporters/">OTel blog post deprecating the Zipkin exporter</a>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7670">#7670</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/0aadfb27bc9e0d6fc0008001720aa5d466c06156"><code>0aadfb2</code></a> Prepare release v0.16.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1464">#1464</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/207587b6ab2d658ad39774d6a3cc7fa2f5c6c52b"><code>207587b</code></a> Metric histogram aggregator: Swap in SynchronizedMove to avoid allocations (#...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/c29c6fd1adf4f9c1faf8165fe326f507efd84425"><code>c29c6fd</code></a> Shutdown underlying span exporter while shutting down BatchSpanProcessor (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1443">#1443</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/dfece3d2b97fd38ac9182db978dbacd953e58f4a"><code>dfece3d</code></a> Combine the Push and Pull metric controllers (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1378">#1378</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/74deeddd2608efffe53a2cd9163314af3015eacb"><code>74deedd</code></a> Handle tracestate in TraceContext propagator (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1447">#1447</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/49f699d65742e144cf19b5dd28f3d3a0891bf200"><code>49f699d</code></a> Remove Quantile aggregation, DDSketch aggregator; add Exact timestamps (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1412">#1412</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/9c949411ce58356a4553732733e5a7144860d1e0"><code>9c94941</code></a> Rename internal/testing to internal/internaltest (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1449">#1449</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/8d8098146547e28913abfb3f1b228a99050c5563"><code>8d80981</code></a> Move gRPC driver to a subpackage and add an HTTP driver (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1420">#1420</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/9332af1b460196074d8aa00fb73b3568f6274a29"><code>9332af1</code></a> Bump github.com/golangci/golangci-lint in /internal/tools (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1445">#1445</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/5ed96e92446d2d58d131e0672da613a84c16af7a"><code>5ed96e9</code></a> Update exporters/otlp Readme.md (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1441">#1441</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go/compare/v0.15.0...v0.16.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/otlploggrpc&package-manager=go_modules&previous-version=0.15.0&new-version=0.16.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) </details>
dependabot[bot] commented 2026-02-09 22:58:16 +00:00 (Migrated from github.com)
Author
Owner

Imported GitHub PR comment.

Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2732#issuecomment-3874310468
Original created: 2026-02-09T22:58:16Z

Looks like go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc is up-to-date now, so this is no longer needed.

Imported GitHub PR comment. Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/2732#issuecomment-3874310468 Original created: 2026-02-09T22:58:16Z --- Looks like go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar!2876
No description provided.