opa
opa copied to clipboard
build(deps): bump the go-opentelemetry-io group with 6 updates
Bumps the go-opentelemetry-io group with 6 updates:
| Package | From | To |
|---|---|---|
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp | 0.46.1 |
0.51.0 |
| go.opentelemetry.io/otel | 1.21.0 |
1.26.0 |
| go.opentelemetry.io/otel/exporters/otlp/otlptrace | 1.21.0 |
1.26.0 |
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc | 1.21.0 |
1.26.0 |
| go.opentelemetry.io/otel/sdk | 1.21.0 |
1.26.0 |
| go.opentelemetry.io/otel/trace | 1.21.0 |
1.26.0 |
Updates go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.46.1 to 0.51.0
Release notes
Sourced from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's releases.
Release v1.26.0/v0.51.0/v0.20.0/v0.6.0/v0.1.0
Added
NewSDKingo.opentelemetry.io/contrib/confignow returns a configured SDK with a validMeterProvider. (#4804)Changed
- Change the scope name for the prometheus bridge to
go.opentelemetry.io/contrib/bridges/prometheusto match the package. (#5396)Fixed
- Fix bug where an empty exemplar was added to counters in
go.opentelemetry.io/contrib/bridges/prometheus. (#5395)- Fix bug where the last histogram bucket was missing in
go.opentelemetry.io/contrib/bridges/prometheus. (#5395)Full Changelog: https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.25.0...v1.26.0
Release v1.25.0/v0.50.0/v0.19.0/v0.5.0/v0.0.1
Added
- Implemented setting the
cloud.resource_idresource attribute ingo.opentelemetry.io/detectors/aws/ecsbased on the ECS Metadata v4 endpoint. (#5091)- The
go.opentelemetry.io/contrib/bridges/otelslogmodule. This module provides an OpenTelemetry logging bridge for "log/slog". (#5335)Fixed
- Update all dependencies to address [GO-2024-2687]. (#5359)
Removed
Full Changelog: https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.24.0...v1.25.0
Release v1.24.0/v0.49.0/v0.18.0/v0.4.0
This release is the last to support Go 1.20. The next release will require at least [Go 1.21].
Added
- Support [Go 1.22]. (#5082)
- Add support for Summary metrics to
go.opentelemetry.io/contrib/bridges/prometheus. (#5089)- Add support for Exponential (native) Histograms in
go.opentelemetry.io/contrib/bridges/prometheus. (#5093)Removed
- The deprecated
RequestCountconstant ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpis removed. (#4894)- The deprecated
RequestContentLengthconstant ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpis removed. (#4894)- The deprecated
ResponseContentLengthconstant ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpis removed. (#4894)- The deprecated
ServerLatencyconstant ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpis removed. (#4894)
... (truncated)
Changelog
Sourced from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's changelog.
[1.26.0/0.51.0/0.20.0/0.6.0/0.1.0] - 2024-04-24
Added
NewSDKingo.opentelemetry.io/contrib/confignow returns a configured SDK with a validMeterProvider. (#4804)Changed
- Change the scope name for the prometheus bridge to
go.opentelemetry.io/contrib/bridges/prometheusto match the package. (#5396)Fixed
- Fix bug where an empty exemplar was added to counters in
go.opentelemetry.io/contrib/bridges/prometheus. (#5395)- Fix bug where the last histogram bucket was missing in
go.opentelemetry.io/contrib/bridges/prometheus. (#5395)[1.25.0/0.50.0/0.19.0/0.5.0/0.0.1] - 2024-04-05
Added
- Implemented setting the
cloud.resource_idresource attribute ingo.opentelemetry.io/detectors/aws/ecsbased on the ECS Metadata v4 endpoint. (#5091)- The
go.opentelemetry.io/contrib/bridges/otelslogmodule. This module provides an OpenTelemetry logging bridge for "log/slog". (#5335)Fixed
- Update all dependencies to address [GO-2024-2687]. (#5359)
Removed
- Drop support for [Go 1.20]. (#5163)
[1.24.0/0.49.0/0.18.0/0.4.0] - 2024-02-23
This release is the last to support [Go 1.20]. The next release will require at least [Go 1.21].
Added
- Support [Go 1.22]. (#5082)
- Add support for Summary metrics to
go.opentelemetry.io/contrib/bridges/prometheus. (#5089)- Add support for Exponential (native) Histograms in
go.opentelemetry.io/contrib/bridges/prometheus. (#5093)Removed
- The deprecated
RequestCountconstant ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpis removed. (#4894)- The deprecated
RequestContentLengthconstant ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpis removed. (#4894)- The deprecated
ResponseContentLengthconstant ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpis removed. (#4894)- The deprecated
ServerLatencyconstant ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpis removed. (#4894)Fixed
... (truncated)
Commits
8c7c4deRelease v1.26.0/v0.51.0/v0.20.0/v0.6.0/v0.1.0 (#5426)fed6e67[chore] dependabot updates Sun Apr 21 19:39:24 UTC 2024 (#5419)30ed923HTTP Semconv migration Part1 Server - v1.20.0 support (#5333)0ebeecfchange the scope name for the prometheus bridge to match the package (#5396)e90376cFix bug where an empty exemplar was added to counters (#5395)2faced4dependabot updates Sun Apr 14 19:43:32 UTC 2024 (#5394)d8b068ebuild(deps): bump codecov/codecov-action from 4.2.0 to 4.3.0 (#5393)07d8068config: NewSDK can return valid MeterProvider (#4804)7a9e861Add benchmarks for the prometheus bridge (#5364)b343370build(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 (#5369)- Additional commits viewable in compare view
Updates 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
Updates go.opentelemetry.io/otel/exporters/otlp/otlptrace from 1.21.0 to 1.26.0
Release notes
Sourced from go.opentelemetry.io/otel/exporters/otlp/otlptrace'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/exporters/otlp/otlptrace'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
Updates go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.21.0 to 1.26.0
Release notes
Sourced from go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc'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/exporters/otlp/otlptrace/otlptracegrpc'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
Updates go.opentelemetry.io/otel/sdk from 1.21.0 to 1.26.0
Release notes
Sourced from go.opentelemetry.io/otel/sdk'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/sdk'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
Updates go.opentelemetry.io/otel/trace from 1.21.0 to 1.26.0
Release notes
Sourced from go.opentelemetry.io/otel/trace'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/trace'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)- Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >