compose
compose copied to clipboard
build(deps): bump go.opentelemetry.io/otel from 1.21.0 to 1.26.0
Bumps go.opentelemetry.io/otel from 1.21.0 to 1.26.0.
Release notes
Sourced from go.opentelemetry.io/otel's releases.
Release v1.23.0-rc.1
This is a release candidate for the v1.23.0 release. That release is expected to include the
v1release of the following modules:
go.opentelemetry.io/otel/bridge/opencensusgo.opentelemetry.io/otel/bridge/opencensus/testgo.opentelemetry.io/otel/example/opencensusgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpcgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttpgo.opentelemetry.io/otel/exporters/stdout/stdoutmetricSee our versioning policy for more information about these stability guarantees.
Changelog
Sourced from go.opentelemetry.io/otel's changelog.
[1.26.0/0.48.0/0.2.0-alpha] 2024-04-24
Added
- Add
Recorderingo.opentelemetry.io/otel/log/logtestto 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.0package. The package contains semantic conventions from thev1.25.0version of the OpenTelemetry Semantic Conventions. (#5254)Changed
- Update
go.opentelemetry.io/proto/otlpfrom v1.1.0 to v1.2.0. (#5177)- Improve performance of baggage member character validation in
go.opentelemetry.io/otel/baggage. (#5214)[1.25.0/0.47.0/0.0.8/0.1.0-alpha] 2024-04-05
Added
- Add
WithProxyoption ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#4906)- Add
WithProxyoption ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp. (#4906)- Add
AddLinkmethod to theSpaninterface ingo.opentelemetry.io/otel/trace. (#5032)- The
Enabledmethod is added to theLoggerinterface ingo.opentelemetry.io/otel/log. This method is used to notify users if a log record will be emitted or not. (#5071)- Add
SeverityUndefinedconsttogo.opentelemetry.io/otel/log. This value represents an unset severity level. (#5072)- Add
Emptyfunction ingo.opentelemetry.io/otel/logto return aKeyValuefor an empty value. (#5076)- Add
go.opentelemetry.io/otel/log/globalto manage the globalLoggerProvider. This package is provided with the anticipation that all functionality will be migrate togo.opentelemetry.io/otelwhengo.opentelemetry.io/otel/logstabilizes. At which point, users will be required to migrage their code, and this package will be deprecated then removed. (#5085)- Add support for
Summarymetrics in thego.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttpandgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpcexporters. (#5100)- Add
otel.scope.nameandotel.scope.versiontags to spans exported bygo.opentelemetry.io/otel/exporters/zipkin. (#5108)- Add support for
AddLinktogo.opentelemetry.io/otel/bridge/opencensus. (#5116)- Add
Stringmethod toValueandKeyValueingo.opentelemetry.io/otel/log. (#5117)- Add Exemplar support to
go.opentelemetry.io/otel/exporters/prometheus. (#5111)- Add metric semantic conventions to
go.opentelemetry.io/otel/semconv/v1.24.0. Futuresemconvpackages will include metric semantic conventions as well. (#4528)Changed
... (truncated)
Commits
9656d0aRelease 1.26.0/0.48.0/0.2.0-alpha (#5260)29e1c7eAdd custom ring implementation to the BatchProcessor (#5237)baeb560sdk/log: Fix doc for LoggerProvider.ForceFlush and LoggerProvider.Shutdown (#...ae55e29Remove left-over TODO in otlploghttp (#5256)fe8e3a1Semconv v1.25.0 (#5254)bf37c5aRevert the usage ofgo.opentelemetry.io/proto/slim(#5253)b34cfc4Default implementation for empty BatchProcessor (#5239)9370c5aImplement resource serialization for stdoutlog (#5213)6e92163otlpmetrichttp: Use go.opentelemetry.io/proto/slim/otlp (#5222)f885333build(deps): bump golang.org/x/vuln in /internal/tools (#5245)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)