Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2024

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
go.opentelemetry.io/otel v1.21.0 -> v1.38.0 age confidence
go.opentelemetry.io/otel/sdk v1.21.0 -> v1.38.0 age confidence
go.opentelemetry.io/otel/trace v1.21.0 -> v1.38.0 age confidence

Release Notes

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.38.0: /v0.60.0/v0.14.0/v0.0.13

Compare Source

Overview

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. Check the go.opentelemetry.io/otel/exporters/stdout/stdouttrace/internal/x package documentation for more information. (#​7133)
  • Support testing of [Go 1.25]. (#​7187)
  • The go.opentelemetry.io/otel/semconv/v1.37.0 package. The package contains semantic conventions from the v1.37.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.36.0.(#​7254)
Changed
  • Optimize TraceIDFromHex and SpanIDFromHex in go.opentelemetry.io/otel/sdk/trace. (#​6791)
  • Change AssertEqual in go.opentelemetry.io/otel/log/logtest to accept TestingT in order to support benchmarks and fuzz tests. (#​6908)
  • Change DefaultExemplarReservoirProviderSelector in go.opentelemetry.io/otel/sdk/metric to use runtime.GOMAXPROCS(0) instead of runtime.NumCPU() for the FixedSizeReservoirProvider default size. (#​7094)
Fixed
  • SetBody method of Record in go.opentelemetry.io/otel/sdk/log now deduplicates key-value collections (log.Value of log.KindMap from go.opentelemetry.io/otel/log). (#​7002)
  • Fix go.opentelemetry.io/otel/exporters/prometheus to not append a suffix if it's already present in metric name. (#​7088)
  • Fix the go.opentelemetry.io/otel/exporters/stdout/stdouttrace self-observability component type and name. (#​7195)
  • Fix partial export count metric in go.opentelemetry.io/otel/exporters/stdout/stdouttrace. (#​7199)
Deprecated
  • Deprecate WithoutUnits and WithoutCounterSuffixes options, preferring WithTranslationStrategy instead. (#​7111)
  • Deprecate support for OTEL_GO_X_CARDINALITY_LIMIT environment variable in go.opentelemetry.io/otel/sdk/metric. Use WithCardinalityLimit option instead. (#​7166)
What's Changed
New Contributors

Full Changelog: open-telemetry/opentelemetry-go@exporters/prometheus/v0.59.1...v1.38.0

v1.37.0: Release 1.37.0/0.59.0/0.13.0

Compare Source

Added
  • The go.opentelemetry.io/otel/semconv/v1.33.0 package.
    The package contains semantic conventions from the v1.33.0 version of the OpenTelemetry Semantic Conventions.
    See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.32.0.(#​6799)
  • The go.opentelemetry.io/otel/semconv/v1.34.0 package.
    The package contains semantic conventions from the v1.34.0 version of the OpenTelemetry Semantic Conventions. (#​6812)
  • Add metric's schema URL as otel_scope_schema_url label in go.opentelemetry.io/otel/exporters/prometheus. (#​5947)
  • Add metric's scope attributes as otel_scope_[attribute] labels in go.opentelemetry.io/otel/exporters/prometheus. (#​5947)
  • Add EventName to EnabledParameters in go.opentelemetry.io/otel/log. (#​6825)
  • Add EventName to EnabledParameters in go.opentelemetry.io/otel/sdk/log. (#​6825)
  • Changed handling of go.opentelemetry.io/otel/exporters/prometheus metric renaming to add unit suffixes when it doesn't match one of the pre-defined values in the unit suffix map. (#​6839)
Changed
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/bridge/opentracing. (#​6827)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/exporters/zipkin. (#​6829)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/metric. (#​6832)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/sdk/resource. (#​6834)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/sdk/trace. (#​6835)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/trace. (#​6836)
  • Record.Resource now returns *resource.Resource instead of resource.Resource in go.opentelemetry.io/otel/sdk/log. (#​6864)
  • Retry now shows error cause for context timeout in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc, go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc, go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc, go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp, go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp, go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​6898)
Fixed
  • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#​6710)
  • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​6710)
  • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#​6710)
  • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​6710)
  • Validate exponential histogram scale range for Prometheus compatibility in go.opentelemetry.io/otel/exporters/prometheus. (#​6822)
  • Context cancellation during metric pipeline produce does not corrupt data in go.opentelemetry.io/otel/sdk/metric. (#​6914)
Removed
  • go.opentelemetry.io/otel/exporters/prometheus no longer exports otel_scope_info metric. (#​6770)
What's Changed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the kind:go label Mar 2, 2024

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 077dbd9 to 886ebe2 Compare April 5, 2024 15:31
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.24.0 fix(deps): update opentelemetry-go monorepo to v1.25.0 Apr 5, 2024
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 886ebe2 to ff53672 Compare April 24, 2024 17:19
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.25.0 fix(deps): update opentelemetry-go monorepo to v1.26.0 Apr 24, 2024
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from ff53672 to dce7e42 Compare May 9, 2024 08:19
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from dce7e42 to 7d591ed Compare May 22, 2024 00:42
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.26.0 fix(deps): update opentelemetry-go monorepo to v1.27.0 May 22, 2024
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.16 -> 1.23.0

@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 7d591ed to 38dd543 Compare June 17, 2024 15:10
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 38dd543 to 407a747 Compare July 3, 2024 00:33
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.27.0 fix(deps): update opentelemetry-go monorepo to v1.28.0 Jul 3, 2024
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 407a747 to 9931fde Compare August 23, 2024 22:10
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.28.0 fix(deps): update opentelemetry-go monorepo to v1.29.0 Aug 23, 2024
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 9931fde to 86823d1 Compare September 10, 2024 22:27
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.29.0 fix(deps): update opentelemetry-go monorepo to v1.30.0 Sep 10, 2024
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 86823d1 to 3bdd39c Compare October 11, 2024 18:32
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.30.0 fix(deps): update opentelemetry-go monorepo to v1.31.0 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 3bdd39c to 411dd0d Compare November 8, 2024 18:43
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.31.0 fix(deps): update opentelemetry-go monorepo to v1.32.0 Nov 8, 2024
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 411dd0d to 01a6852 Compare December 12, 2024 22:25
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.32.0 fix(deps): update opentelemetry-go monorepo to v1.33.0 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 01a6852 to 6cd9719 Compare January 17, 2025 21:13
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.33.0 fix(deps): update opentelemetry-go monorepo to v1.34.0 Jan 17, 2025
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch 3 times, most recently from cf9cfd8 to 543c234 Compare March 5, 2025 07:38
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 543c234 to 282b48e Compare March 5, 2025 21:35
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.34.0 fix(deps): update opentelemetry-go monorepo to v1.35.0 Mar 5, 2025
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 282b48e to a7a7aec Compare April 8, 2025 13:57

This comment has been minimized.

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 6dff4b8 to dd8141d Compare May 21, 2025 11:04
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.35.0 fix(deps): update opentelemetry-go monorepo to v1.36.0 May 21, 2025

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from dd8141d to 8d28236 Compare July 5, 2025 15:51
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.36.0 fix(deps): update opentelemetry-go monorepo to v1.37.0 Jul 5, 2025

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 8d28236 to aa973f4 Compare August 10, 2025 14:32

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from aa973f4 to 8352be0 Compare August 31, 2025 09:32
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.37.0 fix(deps): update opentelemetry-go monorepo to v1.38.0 Aug 31, 2025
Copy link

Code Metrics Report

#29 (9f851e9) #30 (01ae9a2) +/-
Code to Test Ratio 1:1.4 1:1.4 0.0
Details
  |                    | #29 (9f851e9) | #30 (01ae9a2) | +/- |
  |--------------------|---------------|---------------|-----|
  | Code to Test Ratio |         1:1.4 |         1:1.4 | 0.0 |
  |   Code             |           248 |           248 |   0 |
  |   Test             |           350 |           350 |   0 |

Reported by octocov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants