Skip to content

Bump go.opentelemetry.io/otel/metric from 1.25.0 to 1.26.0

Bumps go.opentelemetry.io/otel/metric from 1.25.0 to 1.26.0.

Changelog

Sourced from go.opentelemetry.io/otel/metric's changelog.

[1.26.0/0.48.0/0.2.0-alpha] 2024-04-24

Added

  • Add Recorder in go.opentelemetry.io/otel/log/logtest to facilitate testing the log bridge implementations. (#5134)
  • Add span flags to OTLP spans and links exported by go.opentelemetry.io/otel/exporters/otlp/otlptrace. (#5194)
  • Make the initial alpha release of go.opentelemetry.io/otel/sdk/log. This new module contains the Go implementation of the OpenTelemetry Logs SDK. This module is unstable and breaking changes may be introduced. See our versioning policy for more information about these stability guarantees. (#5240)
  • Make the initial alpha release of go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. This new module contains an OTLP exporter that transmits log telemetry using HTTP. This module is unstable and breaking changes may be introduced. See our versioning policy for more information about these stability guarantees. (#5240)
  • Make the initial alpha release of go.opentelemetry.io/otel/exporters/stdout/stdoutlog. This new module contains an exporter prints log records to STDOUT. This module is unstable and breaking changes may be introduced. See our versioning policy for more information about these stability guarantees. (#5240)
  • The go.opentelemetry.io/otel/semconv/v1.25.0 package. The package contains semantic conventions from the v1.25.0 version of the OpenTelemetry Semantic Conventions. (#5254)

Changed

  • Update go.opentelemetry.io/proto/otlp from v1.1.0 to v1.2.0. (#5177)
  • Improve performance of baggage member character validation in go.opentelemetry.io/otel/baggage. (#5214)
Commits
  • 9656d0a Release 1.26.0/0.48.0/0.2.0-alpha (#5260)
  • 29e1c7e Add custom ring implementation to the BatchProcessor (#5237)
  • baeb560 sdk/log: Fix doc for LoggerProvider.ForceFlush and LoggerProvider.Shutdown (#...
  • ae55e29 Remove left-over TODO in otlploghttp (#5256)
  • fe8e3a1 Semconv v1.25.0 (#5254)
  • bf37c5a Revert the usage of go.opentelemetry.io/proto/slim (#5253)
  • b34cfc4 Default implementation for empty BatchProcessor (#5239)
  • 9370c5a Implement resource serialization for stdoutlog (#5213)
  • 6e92163 otlpmetrichttp: Use go.opentelemetry.io/proto/slim/otlp (#5222)
  • f885333 build(deps): bump golang.org/x/vuln in /internal/tools (#5245)
  • Additional commits viewable in compare view

Merge request reports