Bump go.opentelemetry.io/otel/sdk/log from 0.13.0 to 0.14.0 #2188

Closed
dependabot[bot] wants to merge 1 commit from refs/pull/2188/head into main
dependabot[bot] commented 2025-09-01 05:05:46 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #1604
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/1604
Original created: 2025-09-01T05:05:46Z
Original updated: 2025-09-03T18:51:44Z
Original head: carverauto/serviceradar:dependabot/go_modules/go.opentelemetry.io/otel/sdk/log-0.14.0
Original base: main

Bumps go.opentelemetry.io/otel/sdk/log from 0.13.0 to 0.14.0.

Release notes

Sourced from go.opentelemetry.io/otel/sdk/log's releases.

Release v0.14.0

Added

  • An EventOption and the related NewEventConfig function are added to the go.opentelemetry.io/otel package to configure Span events. (#1254)
  • A TextMapPropagator and associated TextMapCarrier are added to the go.opentelemetry.io/otel/oteltest package to test TextMap type propagators and their use. (#1259)
  • SpanContextFromContext returns SpanContext from context. (#1255)
  • DeploymentEnvironmentKey added to go.opentelemetry.io/otel/semconv package. (#1323)
  • Add an OpenCensus to OpenTelemetry tracing bridge. (#1305)
  • Add a parent context argument to SpanProcessor.OnStart to follow the specification. (#1333)
  • Add missing tests for sdk/trace/attributes_map.go. (#1337)

Changed

  • Move the go.opentelemetry.io/otel/api/trace package into go.opentelemetry.io/otel/trace with the following changes. (#1229) (#1307)
    • ID has been renamed to TraceID.
    • IDFromHex has been renamed to TraceIDFromHex.
    • EmptySpanContext is removed.
  • Move the go.opentelemetry.io/otel/api/trace/tracetest package into go.opentelemetry.io/otel/oteltest. (#1229)
  • OTLP Exporter updates:
    • supports OTLP v0.6.0 (#1230, #1354)
    • supports configurable aggregation temporality (default: Cumulative, optional: Stateless). (#1296)
  • The Sampler is now called on local child spans. (#1233)
  • The Kind type from the go.opentelemetry.io/otel/api/metric package was renamed to InstrumentKind to more specifically describe what it is and avoid semantic ambiguity. (#1240)
  • The MetricKind method of the Descriptor type in the go.opentelemetry.io/otel/api/metric package was renamed to Descriptor.InstrumentKind. This matches the returned type and fixes misuse of the term metric. (#1240)
  • Move test harness from the go.opentelemetry.io/otel/api/apitest package into go.opentelemetry.io/otel/oteltest. (#1241)
  • Move the go.opentelemetry.io/otel/api/metric/metrictest package into go.opentelemetry.io/oteltest as part of #964. (#1252)
  • Move the go.opentelemetry.io/otel/api/metric package into go.opentelemetry.io/otel/metric as part of #1303. (#1321)
  • Move the go.opentelemetry.io/otel/api/metric/registry package into go.opentelemetry.io/otel/metric/registry as a part of #1303. (#1316)
  • Move the Number type (together with related functions) from go.opentelemetry.io/otel/api/metric package into go.opentelemetry.io/otel/metric/number as a part of #1303. (#1316)
  • The function signature of the Span AddEvent method in go.opentelemetry.io/otel is updated to no longer take an unused context and instead take a required name and a variable number of EventOptions. (#1254)
  • The function signature of the Span RecordError method in go.opentelemetry.io/otel is updated to no longer take an unused context and instead take a required error value and a variable number of EventOptions. (#1254)
  • Move the go.opentelemetry.io/otel/api/global package to go.opentelemetry.io/otel. (#1262) (#1330)
  • Move the Version function from go.opentelemetry.io/otel/sdk to go.opentelemetry.io/otel. (#1330)
  • Rename correlation context header from "otcorrelations" to "baggage" to match the OpenTelemetry specification. (#1267)
  • Fix Code.UnmarshalJSON to work with valid JSON only. (#1276)
  • The resource.New() method changes signature to support builtin attributes and functional options, including telemetry.sdk.* and host.name semantic conventions; the former method is renamed resource.NewWithAttributes. (#1235)
  • The Prometheus exporter now exports non-monotonic counters (i.e. UpDownCounters) as gauges. (#1210)
  • Correct the Span.End method documentation in the otel API to state updates are not allowed on a span after it has ended. (#1310)
  • Updated span collection limits for attribute, event and link counts to 1000 (#1318)
  • Renamed semconv.HTTPUrlKey to semconv.HTTPURLKey. (#1338)

Removed

  • The ErrInvalidHexID, ErrInvalidTraceIDLength, ErrInvalidSpanIDLength, ErrInvalidSpanIDLength, or ErrNilSpanID from the go.opentelemetry.io/otel package are unexported now. (#1243)
  • The AddEventWithTimestamp method on the Span interface in go.opentelemetry.io/otel is removed due to its redundancy. It is replaced by using the AddEvent method with a WithTimestamp option. (#1254)
  • The MockSpan and MockTracer types are removed from go.opentelemetry.io/otel/oteltest. Tracer and Span from the same module should be used in their place instead. (#1306)

... (truncated)

Changelog

Sourced from go.opentelemetry.io/otel/sdk/log's changelog.

[1.38.0/0.60.0/0.14.0/0.0.13] 2025-08-29

This release is the last to support [Go 1.23]. The next release will require at least [Go 1.24].

Added

  • Add native histogram exemplar support in go.opentelemetry.io/otel/exporters/prometheus. (#6772)
  • Add template attribute functions to the go.opentelmetry.io/otel/semconv/v1.34.0 package. (#6939)
    • ContainerLabel
    • DBOperationParameter
    • DBSystemParameter
    • HTTPRequestHeader
    • HTTPResponseHeader
    • K8SCronJobAnnotation
    • K8SCronJobLabel
    • K8SDaemonSetAnnotation
    • K8SDaemonSetLabel
    • K8SDeploymentAnnotation
    • K8SDeploymentLabel
    • K8SJobAnnotation
    • K8SJobLabel
    • K8SNamespaceAnnotation
    • K8SNamespaceLabel
    • K8SNodeAnnotation
    • K8SNodeLabel
    • K8SPodAnnotation
    • K8SPodLabel
    • K8SReplicaSetAnnotation
    • K8SReplicaSetLabel
    • K8SStatefulSetAnnotation
    • K8SStatefulSetLabel
    • ProcessEnvironmentVariable
    • RPCConnectRPCRequestMetadata
    • RPCConnectRPCResponseMetadata
    • RPCGRPCRequestMetadata
    • RPCGRPCResponseMetadata
  • Add ErrorType attribute helper function to the go.opentelmetry.io/otel/semconv/v1.34.0 package. (#6962)
  • Add WithAllowKeyDuplication in go.opentelemetry.io/otel/sdk/log which can be used to disable deduplication for log records. (#6968)
  • Add WithCardinalityLimit option to configure the cardinality limit in go.opentelemetry.io/otel/sdk/metric. (#6996, #7065, #7081, #7164, #7165, #7179)
  • Add Clone method to Record in go.opentelemetry.io/otel/log that returns a copy of the record with no shared state. (#7001)
  • Add experimental self-observability span and batch span processor metrics in go.opentelemetry.io/otel/sdk/trace. Check the go.opentelemetry.io/otel/sdk/trace/internal/x package documentation for more information. (#7027, #6393, #7209)
  • The go.opentelemetry.io/otel/semconv/v1.36.0 package. The package contains semantic conventions from the v1.36.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.34.0.(#7032, #7041)
  • Add support for configuring Prometheus name translation using WithTranslationStrategy option in go.opentelemetry.io/otel/exporters/prometheus. The current default translation strategy when UTF-8 mode is enabled is NoUTF8EscapingWithSuffixes, but a future release will change the default strategy to UnderscoreEscapingWithSuffixes for compliance with the specification. (#7111)
  • Add experimental self-observability log metrics in go.opentelemetry.io/otel/sdk/log. Check the go.opentelemetry.io/otel/sdk/log/internal/x package documentation for more information. (#7121)
  • Add experimental self-observability trace exporter metrics in go.opentelemetry.io/otel/exporters/stdout/stdouttrace.

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Imported from GitHub pull request. Original GitHub pull request: #1604 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/1604 Original created: 2025-09-01T05:05:46Z Original updated: 2025-09-03T18:51:44Z Original head: carverauto/serviceradar:dependabot/go_modules/go.opentelemetry.io/otel/sdk/log-0.14.0 Original base: main --- Bumps [go.opentelemetry.io/otel/sdk/log](https://github.com/open-telemetry/opentelemetry-go) from 0.13.0 to 0.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-go/releases">go.opentelemetry.io/otel/sdk/log's releases</a>.</em></p> <blockquote> <h2>Release v0.14.0</h2> <h3>Added</h3> <ul> <li>An <code>EventOption</code> and the related <code>NewEventConfig</code> function are added to the <code>go.opentelemetry.io/otel</code> package to configure Span events. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1254">#1254</a>)</li> <li>A <code>TextMapPropagator</code> and associated <code>TextMapCarrier</code> are added to the <code>go.opentelemetry.io/otel/oteltest</code> package to test <code>TextMap</code> type propagators and their use. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1259">#1259</a>)</li> <li><code>SpanContextFromContext</code> returns <code>SpanContext</code> from context. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1255">#1255</a>)</li> <li><code>DeploymentEnvironmentKey</code> added to <code>go.opentelemetry.io/otel/semconv</code> package. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1323">#1323</a>)</li> <li>Add an OpenCensus to OpenTelemetry tracing bridge. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1305">#1305</a>)</li> <li>Add a parent context argument to <code>SpanProcessor.OnStart</code> to follow the specification. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1333">#1333</a>)</li> <li>Add missing tests for <code>sdk/trace/attributes_map.go</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1337">#1337</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Move the <code>go.opentelemetry.io/otel/api/trace</code> package into <code>go.opentelemetry.io/otel/trace</code> with the following changes. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1229">#1229</a>) (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1307">#1307</a>) <ul> <li><code>ID</code> has been renamed to <code>TraceID</code>.</li> <li><code>IDFromHex</code> has been renamed to <code>TraceIDFromHex</code>.</li> <li><code>EmptySpanContext</code> is removed.</li> </ul> </li> <li>Move the <code>go.opentelemetry.io/otel/api/trace/tracetest</code> package into <code>go.opentelemetry.io/otel/oteltest</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1229">#1229</a>)</li> <li>OTLP Exporter updates: <ul> <li>supports OTLP v0.6.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1230">#1230</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1354">#1354</a>)</li> <li>supports configurable aggregation temporality (default: Cumulative, optional: Stateless). (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1296">#1296</a>)</li> </ul> </li> <li>The Sampler is now called on local child spans. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1233">#1233</a>)</li> <li>The <code>Kind</code> type from the <code>go.opentelemetry.io/otel/api/metric</code> package was renamed to <code>InstrumentKind</code> to more specifically describe what it is and avoid semantic ambiguity. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1240">#1240</a>)</li> <li>The <code>MetricKind</code> method of the <code>Descriptor</code> type in the <code>go.opentelemetry.io/otel/api/metric</code> package was renamed to <code>Descriptor.InstrumentKind</code>. This matches the returned type and fixes misuse of the term metric. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1240">#1240</a>)</li> <li>Move test harness from the <code>go.opentelemetry.io/otel/api/apitest</code> package into <code>go.opentelemetry.io/otel/oteltest</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1241">#1241</a>)</li> <li>Move the <code>go.opentelemetry.io/otel/api/metric/metrictest</code> package into <code>go.opentelemetry.io/oteltest</code> as part of <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/964">#964</a>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1252">#1252</a>)</li> <li>Move the <code>go.opentelemetry.io/otel/api/metric</code> package into <code>go.opentelemetry.io/otel/metric</code> as part of <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1303">#1303</a>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1321">#1321</a>)</li> <li>Move the <code>go.opentelemetry.io/otel/api/metric/registry</code> package into <code>go.opentelemetry.io/otel/metric/registry</code> as a part of <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1303">#1303</a>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1316">#1316</a>)</li> <li>Move the <code>Number</code> type (together with related functions) from <code>go.opentelemetry.io/otel/api/metric</code> package into <code>go.opentelemetry.io/otel/metric/number</code> as a part of <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1303">#1303</a>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1316">#1316</a>)</li> <li>The function signature of the Span <code>AddEvent</code> method in <code>go.opentelemetry.io/otel</code> is updated to no longer take an unused context and instead take a required name and a variable number of <code>EventOption</code>s. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1254">#1254</a>)</li> <li>The function signature of the Span <code>RecordError</code> method in <code>go.opentelemetry.io/otel</code> is updated to no longer take an unused context and instead take a required error value and a variable number of <code>EventOption</code>s. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1254">#1254</a>)</li> <li>Move the <code>go.opentelemetry.io/otel/api/global</code> package to <code>go.opentelemetry.io/otel</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1262">#1262</a>) (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1330">#1330</a>)</li> <li>Move the <code>Version</code> function from <code>go.opentelemetry.io/otel/sdk</code> to <code>go.opentelemetry.io/otel</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1330">#1330</a>)</li> <li>Rename correlation context header from <code>&quot;otcorrelations&quot;</code> to <code>&quot;baggage&quot;</code> to match the OpenTelemetry specification. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1267">#1267</a>)</li> <li>Fix <code>Code.UnmarshalJSON</code> to work with valid JSON only. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1276">#1276</a>)</li> <li>The <code>resource.New()</code> method changes signature to support builtin attributes and functional options, including <code>telemetry.sdk.*</code> and <code>host.name</code> semantic conventions; the former method is renamed <code>resource.NewWithAttributes</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1235">#1235</a>)</li> <li>The Prometheus exporter now exports non-monotonic counters (i.e. <code>UpDownCounter</code>s) as gauges. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1210">#1210</a>)</li> <li>Correct the <code>Span.End</code> method documentation in the <code>otel</code> API to state updates are not allowed on a span after it has ended. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1310">#1310</a>)</li> <li>Updated span collection limits for attribute, event and link counts to 1000 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1318">#1318</a>)</li> <li>Renamed <code>semconv.HTTPUrlKey</code> to <code>semconv.HTTPURLKey</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1338">#1338</a>)</li> </ul> <h3>Removed</h3> <ul> <li>The <code>ErrInvalidHexID</code>, <code>ErrInvalidTraceIDLength</code>, <code>ErrInvalidSpanIDLength</code>, <code>ErrInvalidSpanIDLength</code>, or <code>ErrNilSpanID</code> from the <code>go.opentelemetry.io/otel</code> package are unexported now. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1243">#1243</a>)</li> <li>The <code>AddEventWithTimestamp</code> method on the <code>Span</code> interface in <code>go.opentelemetry.io/otel</code> is removed due to its redundancy. It is replaced by using the <code>AddEvent</code> method with a <code>WithTimestamp</code> option. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1254">#1254</a>)</li> <li>The <code>MockSpan</code> and <code>MockTracer</code> types are removed from <code>go.opentelemetry.io/otel/oteltest</code>. <code>Tracer</code> and <code>Span</code> from the same module should be used in their place instead. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1306">#1306</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md">go.opentelemetry.io/otel/sdk/log's changelog</a>.</em></p> <blockquote> <h2>[1.38.0/0.60.0/0.14.0/0.0.13] 2025-08-29</h2> <p>This release is the last to support [Go 1.23]. The next release will require at least [Go 1.24].</p> <h3>Added</h3> <ul> <li>Add native histogram exemplar support in <code>go.opentelemetry.io/otel/exporters/prometheus</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6772">#6772</a>)</li> <li>Add template attribute functions to the <code>go.opentelmetry.io/otel/semconv/v1.34.0</code> package. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6939">#6939</a>) <ul> <li><code>ContainerLabel</code></li> <li><code>DBOperationParameter</code></li> <li><code>DBSystemParameter</code></li> <li><code>HTTPRequestHeader</code></li> <li><code>HTTPResponseHeader</code></li> <li><code>K8SCronJobAnnotation</code></li> <li><code>K8SCronJobLabel</code></li> <li><code>K8SDaemonSetAnnotation</code></li> <li><code>K8SDaemonSetLabel</code></li> <li><code>K8SDeploymentAnnotation</code></li> <li><code>K8SDeploymentLabel</code></li> <li><code>K8SJobAnnotation</code></li> <li><code>K8SJobLabel</code></li> <li><code>K8SNamespaceAnnotation</code></li> <li><code>K8SNamespaceLabel</code></li> <li><code>K8SNodeAnnotation</code></li> <li><code>K8SNodeLabel</code></li> <li><code>K8SPodAnnotation</code></li> <li><code>K8SPodLabel</code></li> <li><code>K8SReplicaSetAnnotation</code></li> <li><code>K8SReplicaSetLabel</code></li> <li><code>K8SStatefulSetAnnotation</code></li> <li><code>K8SStatefulSetLabel</code></li> <li><code>ProcessEnvironmentVariable</code></li> <li><code>RPCConnectRPCRequestMetadata</code></li> <li><code>RPCConnectRPCResponseMetadata</code></li> <li><code>RPCGRPCRequestMetadata</code></li> <li><code>RPCGRPCResponseMetadata</code></li> </ul> </li> <li>Add <code>ErrorType</code> attribute helper function to the <code>go.opentelmetry.io/otel/semconv/v1.34.0</code> package. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6962">#6962</a>)</li> <li>Add <code>WithAllowKeyDuplication</code> in <code>go.opentelemetry.io/otel/sdk/log</code> which can be used to disable deduplication for log records. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6968">#6968</a>)</li> <li>Add <code>WithCardinalityLimit</code> option to configure the cardinality limit in <code>go.opentelemetry.io/otel/sdk/metric</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6996">#6996</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7065">#7065</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7081">#7081</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7164">#7164</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7165">#7165</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7179">#7179</a>)</li> <li>Add <code>Clone</code> method to <code>Record</code> in <code>go.opentelemetry.io/otel/log</code> that returns a copy of the record with no shared state. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7001">#7001</a>)</li> <li>Add experimental self-observability span and batch span processor metrics in <code>go.opentelemetry.io/otel/sdk/trace</code>. Check the <code>go.opentelemetry.io/otel/sdk/trace/internal/x</code> package documentation for more information. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7027">#7027</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6393">#6393</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7209">#7209</a>)</li> <li>The <code>go.opentelemetry.io/otel/semconv/v1.36.0</code> package. The package contains semantic conventions from the <code>v1.36.0</code> version of the OpenTelemetry Semantic Conventions. See the <a href="https://github.com/open-telemetry/opentelemetry-go/blob/main/semconv/v1.36.0/MIGRATION.md">migration documentation</a> for information on how to upgrade from <code>go.opentelemetry.io/otel/semconv/v1.34.0.</code>(<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7032">#7032</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7041">#7041</a>)</li> <li>Add support for configuring Prometheus name translation using <code>WithTranslationStrategy</code> option in <code>go.opentelemetry.io/otel/exporters/prometheus</code>. The current default translation strategy when UTF-8 mode is enabled is <code>NoUTF8EscapingWithSuffixes</code>, but a future release will change the default strategy to <code>UnderscoreEscapingWithSuffixes</code> for compliance with the specification. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7111">#7111</a>)</li> <li>Add experimental self-observability log metrics in <code>go.opentelemetry.io/otel/sdk/log</code>. Check the <code>go.opentelemetry.io/otel/sdk/log/internal/x</code> package documentation for more information. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7121">#7121</a>)</li> <li>Add experimental self-observability trace exporter metrics in <code>go.opentelemetry.io/otel/exporters/stdout/stdouttrace</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/575df22b7973e921dcbc52df61701e8f62f69a83"><code>575df22</code></a> Release v0.14.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1355">#1355</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/34aa6816c1e568dc910344fd5eb10e87b42c901d"><code>34aa681</code></a> revert part of <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1334">#1334</a>. Move binary propagation to contrib (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1353">#1353</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/6eb68013b5afc4b68f38e6a8e01d4b170dcf1476"><code>6eb6801</code></a> Some cleanups in otlp exporter (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1350">#1350</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/5b5b4ab1ea9ecec5cb6d3a9d8de9c693aa5455b2"><code>5b5b4ab</code></a> Update OTLP to v0.6.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1354">#1354</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/4619c068e28176797b333c5a8eaf64206332f8f6"><code>4619c06</code></a> Add opencensus bridge example and readme (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1348">#1348</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/2c2f9852fef1d85d8a08e6d763777ccea3797648"><code>2c2f985</code></a> Add missing tests for attributesMap (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1337">#1337</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/fd3c82bec5fc8012da1fdd0402149b38bd8ec59d"><code>fd3c82b</code></a> support exact kind in OTLP metrics exporter (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1309">#1309</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/c857a3da18cb85194b8906531684e07a82327850"><code>c857a3d</code></a> Pass options to configured TracerProvider (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1329">#1329</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/7022c12bfce8bad1de7244f9c7b690dbff64a239"><code>7022c12</code></a> Update the package docs for the new API layout (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1346">#1346</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/bbc9465ddb47b3791db8213d0b47e6d4c9be8b1b"><code>bbc9465</code></a> Add opencensus binary propagation to bridge (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1334">#1334</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go/compare/v0.13.0...v0.14.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/sdk/log&package-manager=go_modules&previous-version=0.13.0&new-version=0.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
dependabot[bot] commented 2025-09-03 18:51:41 +00:00 (Migrated from github.com)
Author
Owner

Imported GitHub PR comment.

Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/1604#issuecomment-3250382159
Original created: 2025-09-03T18:51:41Z

Looks like go.opentelemetry.io/otel/sdk/log 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/1604#issuecomment-3250382159 Original created: 2025-09-03T18:51:41Z --- Looks like go.opentelemetry.io/otel/sdk/log 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!2188
No description provided.