chore(deps): bump the opentelemetry group with 5 updates
Bumps the opentelemetry group with 5 updates:
| Package | From | To |
|---|---|---|
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp | 0.51.0 |
0.52.0 |
| go.opentelemetry.io/otel | 1.26.0 |
1.27.0 |
| go.opentelemetry.io/otel/metric | 1.26.0 |
1.27.0 |
| go.opentelemetry.io/otel/sdk | 1.26.0 |
1.27.0 |
| go.opentelemetry.io/otel/trace | 1.26.0 |
1.27.0 |
Updates go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.51.0 to 0.52.0
Release notes
Sourced from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's releases.
Release v1.27.0/v0.52.0/v0.21.0/v0.7.0/v0.2.0
Overview
Added
- Add the new
go.opentelemetry.io/contrib/instrgenpackage to provide auto-generated source code instrumentation. (#3068, #3108)- Add an experimental
OTEL_METRICS_PRODUCERSenvironment variable togo.opentelemetry.io/contrib/autoexportto be set metrics producers. (#5281)
prometheusandnoneare supported values. You can specify multiple producers separated by a comma.- Add
WithFallbackMetricProduceroption that adds a fallback if theOTEL_METRICS_PRODUCERSis not set or empty.- The
go.opentelemetry.io/contrib/processors/baggage/baggagetracemodule. This module provides a Baggage Span Processor. (#5404)- Add gRPC trace
Filterfor stats handler togo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#5196)- Add a repository Code Ownership Policy. (#5555)
- The
go.opentelemetry.io/contrib/bridges/otellogrusmodule. This module provides an OpenTelemetry logging bridge forgithub.com/sirupsen/logrus. (#5355)- The
WithVersionoption function ingo.opentelemetry.io/contrib/bridges/otelslog. This option function is used as a replacement ofWithInstrumentationScopeto specify the logged package version. (#5588)- The
WithSchemaURLoption function ingo.opentelemetry.io/contrib/bridges/otelslog. This option function is used as a replacement ofWithInstrumentationScopeto specify the semantic convention schema URL for the logged records. (#5588)- Add support for Cloud Run jobs in
go.opentelemetry.io/contrib/detectors/gcp. (#5559)Changed
The gRPC trace
Filterfor interceptor is renamed toInterceptorFilter. (#5196)The gRPC trace filter functions
Any,All,None,Not,MethodName,MethodPrefix,FullMethodName,ServiceName,ServicePrefixandHealthCheckfor interceptor are moved togo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/filters/interceptor. With this change, the filters ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcare now working for stats handler. (#5196)
NewLoggernow accepts anamestringas the first argument. This parameter is used as a replacement ofWithInstrumentationScopeto specify the name of the logger backing the underlyingHandler. (#5588)
NewHandlernow accepts anamestringas the first argument. This parameter is used as a replacement ofWithInstrumentationScopeto specify the name of the logger backing the returnedHandler. (#5588)Upgrade all dependencies of
go.opentelemetry.io/otel/semconv/v1.24.0togo.opentelemetry.io/otel/semconv/v1.25.0. (#5605)Removed
- The
WithInstrumentationScopeoption function ingo.opentelemetry.io/contrib/bridges/otelslogis removed. Use thenameparameter added toNewHandlerandNewLoggeras well asWithVersionandWithSchemaas replacements. (#5588)Deprecated
- The
InterceptorFiltertype ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcis deprecated. (#5196)What's Changed
- build(deps): bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 by
@dependabotin open-telemetry/opentelemetry-go-contrib#5436- build(deps): bump github.com/aws/aws-sdk-go from 1.51.25 to 1.51.30 in /detectors/aws/ec2 by
@dependabotin open-telemetry/opentelemetry-go-contrib#5435- Add update-all-otel-deps target in Makefile by
@XSAMin open-telemetry/opentelemetry-go-contrib#5434- build(deps): bump github.com/golangci/golangci-lint from 1.57.2 to 1.58.0 in /tools by
@dependabotin open-telemetry/opentelemetry-go-contrib#5441- build(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1 by
@dependabotin open-telemetry/opentelemetry-go-contrib#5445- autoexport: Add OTEL_METRICS_PRODUCERS environment variable support by
@gouthamvein open-telemetry/opentelemetry-go-contrib#5281- Fix changelog for #5281 by
@pellaredin open-telemetry/opentelemetry-go-contrib#5450- processors/baggage: add baggage span processor by
@codebotenin open-telemetry/opentelemetry-go-contrib#5404- Configure Renovate by
@renovatein open-telemetry/opentelemetry-go-contrib#4579- chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.3 by
@renovatein open-telemetry/opentelemetry-go-contrib#5462- [chore] Renovate to add Skip Changelog label by
@pellaredin open-telemetry/opentelemetry-go-contrib#5464- chore(deps): update module github.com/golang/snappy to v0.0.4 by
@renovatein open-telemetry/opentelemetry-go-contrib#5465- chore(deps): update module github.com/mattn/go-isatty to v0.0.20 by
@renovatein open-telemetry/opentelemetry-go-contrib#5467- chore(deps): update module github.com/klauspost/cpuid/v2 to v2.2.7 by
@renovatein open-telemetry/opentelemetry-go-contrib#5466
... (truncated)
Changelog
Sourced from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's changelog.
[1.27.0/0.52.0/0.21.0/0.7.0/0.2.0] - 2024-05-21
Added
- Add the new
go.opentelemetry.io/contrib/instrgenpackage to provide auto-generated source code instrumentation. (#3068, #3108)- Add an experimental
OTEL_METRICS_PRODUCERSenvironment variable togo.opentelemetry.io/contrib/autoexportto be set metrics producers. (#5281)
prometheusandnoneare supported values. You can specify multiple producers separated by a comma.- Add
WithFallbackMetricProduceroption that adds a fallback if theOTEL_METRICS_PRODUCERSis not set or empty.- The
go.opentelemetry.io/contrib/processors/baggage/baggagetracemodule. This module provides a Baggage Span Processor. (#5404)- Add gRPC trace
Filterfor stats handler togo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#5196)- Add a repository Code Ownership Policy. (#5555)
- The
go.opentelemetry.io/contrib/bridges/otellogrusmodule. This module provides an OpenTelemetry logging bridge forgithub.com/sirupsen/logrus. (#5355)- The
WithVersionoption function ingo.opentelemetry.io/contrib/bridges/otelslog. This option function is used as a replacement ofWithInstrumentationScopeto specify the logged package version. (#5588)- The
WithSchemaURLoption function ingo.opentelemetry.io/contrib/bridges/otelslog. This option function is used as a replacement ofWithInstrumentationScopeto specify the semantic convention schema URL for the logged records. (#5588)- Add support for Cloud Run jobs in
go.opentelemetry.io/contrib/detectors/gcp. (#5559)Changed
The gRPC trace
Filterfor interceptor is renamed toInterceptorFilter. (#5196)The gRPC trace filter functions
Any,All,None,Not,MethodName,MethodPrefix,FullMethodName,ServiceName,ServicePrefixandHealthCheckfor interceptor are moved togo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/filters/interceptor. With this change, the filters ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcare now working for stats handler. (#5196)
NewLoggernow accepts anamestringas the first argument. This parameter is used as a replacement ofWithInstrumentationScopeto specify the name of the logger backing the underlyingHandler. (#5588)
NewHandlernow accepts anamestringas the first argument. This parameter is used as a replacement ofWithInstrumentationScopeto specify the name of the logger backing the returnedHandler. (#5588)Upgrade all dependencies of
go.opentelemetry.io/otel/semconv/v1.24.0togo.opentelemetry.io/otel/semconv/v1.25.0. (#5605)Removed
- The
WithInstrumentationScopeoption function ingo.opentelemetry.io/contrib/bridges/otelslogis removed. Use thenameparameter added toNewHandlerandNewLoggeras well asWithVersionandWithSchemaas replacements. (#5588)Deprecated
- The
InterceptorFiltertype ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcis deprecated. (#5196)- The
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongopackage is deprecated. If you would like to become a Code Owner of this module and prevent it from being removed, see #5551. (#5598)
Commits
007ae66Release v1.27.0/v0.52.0/v0.21.0/v0.7.0/v0.2.0 (#5628)e6f7c8eotelzap: Add skeleton for array encoder (#5611)c47a69cBump semconv/v1.24.0 to v1.25.0 (#5605)52ee3c4otelzap: Implement Uint methods on encoder (#5609)a91e60bfix(deps): update module github.com/aws/aws-sdk-go to v1.53.6 (#5616)bf9b41d[chore] Rebuild .tools as they can be outdated (#5603)d2e3069chore(deps): update module google.golang.org/genproto/googleapis/rpc to v0.0....5860ad6fix(deps): update module google.golang.org/genproto/googleapis/api to v0.0.0-...6f3b254fix(deps): update opentelemetry-go monorepo to 49c866f (#5608)5f97832chore(deps): update codecov/codecov-action action to v4.4.1 (#5613)- Additional commits viewable in compare view
Updates go.opentelemetry.io/otel from 1.26.0 to 1.27.0
Changelog
Sourced from go.opentelemetry.io/otel's changelog.
[1.27.0/0.49.0/0.3.0] 2024-05-21
Added
- Add example for
go.opentelemetry.io/otel/exporters/stdout/stdoutlog. (#5242)- Add
RecordFactoryingo.opentelemetry.io/otel/sdk/log/logtestto facilitate testing exporter and processor implementations. (#5258)- Add
RecordFactoryingo.opentelemetry.io/otel/log/logtestto facilitate testing bridge implementations. (#5263)- The count of dropped records from the
BatchProcessoringo.opentelemetry.io/otel/sdk/logis logged. (#5276)- Add metrics in the
otel-collectorexample. (#5283)- Add the synchronous gauge instrument to
go.opentelemetry.io/otel/metric. (#5304)
- An
int64orfloat64synchronous gauge instrument can now be created from aMeter.- All implementations of the API (
go.opentelemetry.io/otel/metric/noop,go.opentelemetry.io/otel/sdk/metric) are updated to support this instrument.- Add logs to
go.opentelemetry.io/otel/example/dice. (#5349)Changed
- The
Shutdownmethod ofExporteringo.opentelemetry.io/otel/exporters/stdout/stdouttraceignores the context cancellation and always returnsnil. (#5189)- The
ForceFlushandShutdownmethods of the exporter returned byNewingo.opentelemetry.io/otel/exporters/stdout/stdoutmetricignore the context cancellation and always returnnil. (#5189)- Apply the value length limits to
Recordattributes ingo.opentelemetry.io/otel/sdk/log. (#5230)- De-duplicate map attributes added to a
Recordingo.opentelemetry.io/otel/sdk/log. (#5230)go.opentelemetry.io/otel/exporters/stdout/stdoutlogwon't print timestamps whenWithoutTimestampsoption is set. (#5241)- The
go.opentelemetry.io/otel/exporters/stdout/stdoutlogexporter won't printAttributeValueLengthLimitandAttributeCountLimitfields now, instead it prints theDroppedAttributesfield. (#5272)- Improved performance in the
Stringerimplementation ofgo.opentelemetry.io/otel/baggage.Memberby reducing the number of allocations. (#5286)- Set the start time for last-value aggregates in
go.opentelemetry.io/otel/sdk/metric. (#5305)- The
Spaningo.opentelemetry.io/otel/sdk/tracewill record links without span context if either non-emptyTraceStateor attributes are provided. (#5315)- Upgrade all dependencies of
go.opentelemetry.io/otel/semconv/v1.24.0togo.opentelemetry.io/otel/semconv/v1.25.0. (#5374)Fixed
- Comparison of unordered maps for
go.opentelemetry.io/otel/log.KeyValueandgo.opentelemetry.io/otel/log.Value. (#5306)- Fix the empty output of
go.opentelemetry.io/otel/log.Valueingo.opentelemetry.io/otel/exporters/stdout/stdoutlog. (#5311)- Split the behavior of
Recorderingo.opentelemetry.io/otel/log/logtestso it behaves as aLoggerProvideronly. (#5365)- Fix wrong package name of the error message when parsing endpoint URL in
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#5371)- Identify the
Loggerreturned from the globalLoggerProvideringo.opentelemetry.io/otel/log/globalwith its schema URL. (#5375)
Commits
5661ff0Release v1.27.0/v0.49.0/v0.3.0 (#5392)0d3dddcFix exported instrument kind const value change (#5385)7aae7a8chore(deps): update benchmark-action/github-action-benchmark action to v1.20....8c3120fchore(deps): update module google.golang.org/genproto/googleapis/api to v0.0....d55658echore(deps): update codecov/codecov-action action to v4.4.1 (#5387)49c866ffix(deps): update module github.com/golangci/golangci-lint to v1.58.2 (#5382)999c6a0Update all semconv use to v1.25.0 (#5374)14441aeIdentify logger with schemaURL in global logger provider (#5375)ebd0adeSplit log/logtest into a recorder and a logger (#5365)0d1e77cFix package prefix of error in otlploghttp (#5371)- Additional commits viewable in compare view
Updates go.opentelemetry.io/otel/metric from 1.26.0 to 1.27.0
Changelog
Sourced from go.opentelemetry.io/otel/metric's changelog.
[1.27.0/0.49.0/0.3.0] 2024-05-21
Added
- Add example for
go.opentelemetry.io/otel/exporters/stdout/stdoutlog. (#5242)- Add
RecordFactoryingo.opentelemetry.io/otel/sdk/log/logtestto facilitate testing exporter and processor implementations. (#5258)- Add
RecordFactoryingo.opentelemetry.io/otel/log/logtestto facilitate testing bridge implementations. (#5263)- The count of dropped records from the
BatchProcessoringo.opentelemetry.io/otel/sdk/logis logged. (#5276)- Add metrics in the
otel-collectorexample. (#5283)- Add the synchronous gauge instrument to
go.opentelemetry.io/otel/metric. (#5304)
- An
int64orfloat64synchronous gauge instrument can now be created from aMeter.- All implementations of the API (
go.opentelemetry.io/otel/metric/noop,go.opentelemetry.io/otel/sdk/metric) are updated to support this instrument.- Add logs to
go.opentelemetry.io/otel/example/dice. (#5349)Changed
- The
Shutdownmethod ofExporteringo.opentelemetry.io/otel/exporters/stdout/stdouttraceignores the context cancellation and always returnsnil. (#5189)- The
ForceFlushandShutdownmethods of the exporter returned byNewingo.opentelemetry.io/otel/exporters/stdout/stdoutmetricignore the context cancellation and always returnnil. (#5189)- Apply the value length limits to
Recordattributes ingo.opentelemetry.io/otel/sdk/log. (#5230)- De-duplicate map attributes added to a
Recordingo.opentelemetry.io/otel/sdk/log. (#5230)go.opentelemetry.io/otel/exporters/stdout/stdoutlogwon't print timestamps whenWithoutTimestampsoption is set. (#5241)- The
go.opentelemetry.io/otel/exporters/stdout/stdoutlogexporter won't printAttributeValueLengthLimitandAttributeCountLimitfields now, instead it prints theDroppedAttributesfield. (#5272)- Improved performance in the
Stringerimplementation ofgo.opentelemetry.io/otel/baggage.Memberby reducing the number of allocations. (#5286)- Set the start time for last-value aggregates in
go.opentelemetry.io/otel/sdk/metric. (#5305)- The
Spaningo.opentelemetry.io/otel/sdk/tracewill record links without span context if either non-emptyTraceStateor attributes are provided. (#5315)- Upgrade all dependencies of
go.opentelemetry.io/otel/semconv/v1.24.0togo.opentelemetry.io/otel/semconv/v1.25.0. (#5374)Fixed
- Comparison of unordered maps for
go.opentelemetry.io/otel/log.KeyValueandgo.opentelemetry.io/otel/log.Value. (#5306)- Fix the empty output of
go.opentelemetry.io/otel/log.Valueingo.opentelemetry.io/otel/exporters/stdout/stdoutlog. (#5311)- Split the behavior of
Recorderingo.opentelemetry.io/otel/log/logtestso it behaves as aLoggerProvideronly. (#5365)- Fix wrong package name of the error message when parsing endpoint URL in
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#5371)- Identify the
Loggerreturned from the globalLoggerProvideringo.opentelemetry.io/otel/log/globalwith its schema URL. (#5375)
Commits
5661ff0Release v1.27.0/v0.49.0/v0.3.0 (#5392)0d3dddcFix exported instrument kind const value change (#5385)7aae7a8chore(deps): update benchmark-action/github-action-benchmark action to v1.20....8c3120fchore(deps): update module google.golang.org/genproto/googleapis/api to v0.0....d55658echore(deps): update codecov/codecov-action action to v4.4.1 (#5387)49c866ffix(deps): update module github.com/golangci/golangci-lint to v1.58.2 (#5382)999c6a0Update all semconv use to v1.25.0 (#5374)14441aeIdentify logger with schemaURL in global logger provider (#5375)ebd0adeSplit log/logtest into a recorder and a logger (#5365)0d1e77cFix package prefix of error in otlploghttp (#5371)- Additional commits viewable in compare view
Updates go.opentelemetry.io/otel/sdk from 1.26.0 to 1.27.0
Changelog
Sourced from go.opentelemetry.io/otel/sdk's changelog.
[1.27.0/0.49.0/0.3.0] 2024-05-21
Added
- Add example for
go.opentelemetry.io/otel/exporters/stdout/stdoutlog. (#5242)- Add
RecordFactoryingo.opentelemetry.io/otel/sdk/log/logtestto facilitate testing exporter and processor implementations. (#5258)- Add
RecordFactoryingo.opentelemetry.io/otel/log/logtestto facilitate testing bridge implementations. (#5263)- The count of dropped records from the
BatchProcessoringo.opentelemetry.io/otel/sdk/logis logged. (#5276)- Add metrics in the
otel-collectorexample. (#5283)- Add the synchronous gauge instrument to
go.opentelemetry.io/otel/metric. (#5304)
- An
int64orfloat64synchronous gauge instrument can now be created from aMeter.- All implementations of the API (
go.opentelemetry.io/otel/metric/noop,go.opentelemetry.io/otel/sdk/metric) are updated to support this instrument.- Add logs to
go.opentelemetry.io/otel/example/dice. (#5349)Changed
- The
Shutdownmethod ofExporteringo.opentelemetry.io/otel/exporters/stdout/stdouttraceignores the context cancellation and always returnsnil. (#5189)- The
ForceFlushandShutdownmethods of the exporter returned byNewingo.opentelemetry.io/otel/exporters/stdout/stdoutmetricignore the context cancellation and always returnnil. (#5189)- Apply the value length limits to
Recordattributes ingo.opentelemetry.io/otel/sdk/log. (#5230)- De-duplicate map attributes added to a
Recordingo.opentelemetry.io/otel/sdk/log. (#5230)go.opentelemetry.io/otel/exporters/stdout/stdoutlogwon't print timestamps whenWithoutTimestampsoption is set. (#5241)- The
go.opentelemetry.io/otel/exporters/stdout/stdoutlogexporter won't printAttributeValueLengthLimitandAttributeCountLimitfields now, instead it prints theDroppedAttributesfield. (#5272)- Improved performance in the
Stringerimplementation ofgo.opentelemetry.io/otel/baggage.Memberby reducing the number of allocations. (#5286)- Set the start time for last-value aggregates in
go.opentelemetry.io/otel/sdk/metric. (#5305)- The
Spaningo.opentelemetry.io/otel/sdk/tracewill record links without span context if either non-emptyTraceStateor attributes are provided. (#5315)- Upgrade all dependencies of
go.opentelemetry.io/otel/semconv/v1.24.0togo.opentelemetry.io/otel/semconv/v1.25.0. (#5374)Fixed
- Comparison of unordered maps for
go.opentelemetry.io/otel/log.KeyValueandgo.opentelemetry.io/otel/log.Value. (#5306)- Fix the empty output of
go.opentelemetry.io/otel/log.Valueingo.opentelemetry.io/otel/exporters/stdout/stdoutlog. (#5311)- Split the behavior of
Recorderingo.opentelemetry.io/otel/log/logtestso it behaves as aLoggerProvideronly. (#5365)- Fix wrong package name of the error message when parsing endpoint URL in
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#5371)- Identify the
Loggerreturned from the globalLoggerProvideringo.opentelemetry.io/otel/log/globalwith its schema URL. (#5375)
Commits
5661ff0Release v1.27.0/v0.49.0/v0.3.0 (#5392)0d3dddcFix exported instrument kind const value change (#5385)7aae7a8chore(deps): update benchmark-action/github-action-benchmark action to v1.20....8c3120fchore(deps): update module google.golang.org/genproto/googleapis/api to v0.0....d55658echore(deps): update codecov/codecov-action action to v4.4.1 (#5387)49c866ffix(deps): update module github.com/golangci/golangci-lint to v1.58.2 (#5382)999c6a0Update all semconv use to v1.25.0 (#5374)14441aeIdentify logger with schemaURL in global logger provider (#5375)ebd0adeSplit log/logtest into a recorder and a logger (#5365)0d1e77cFix package prefix of error in otlploghttp (#5371)- Additional commits viewable in compare view
Updates go.opentelemetry.io/otel/trace from 1.26.0 to 1.27.0
Changelog
Sourced from go.opentelemetry.io/otel/trace's changelog.
[1.27.0/0.49.0/0.3.0] 2024-05-21
Added
- Add example for
go.opentelemetry.io/otel/exporters/stdout/stdoutlog. (#5242)- Add
RecordFactoryingo.opentelemetry.io/otel/sdk/log/logtestto facilitate testing exporter and processor implementations. (#5258)- Add
RecordFactoryingo.opentelemetry.io/otel/log/logtestto facilitate testing bridge implementations. (#5263)- The count of dropped records from the
BatchProcessoringo.opentelemetry.io/otel/sdk/logis logged. (#5276)- Add metrics in the
otel-collectorexample. (#5283)- Add the synchronous gauge instrument to
go.opentelemetry.io/otel/metric. (#5304)
- An
int64orfloat64synchronous gauge instrument can now be created from aMeter.- All implementations of the API (
go.opentelemetry.io/otel/metric/noop,go.opentelemetry.io/otel/sdk/metric) are updated to support this instrument.- Add logs to
go.opentelemetry.io/otel/example/dice. (#5349)Changed
- The
Shutdownmethod ofExporteringo.opentelemetry.io/otel/exporters/stdout/stdouttraceignores the context cancellation and always returnsnil. (#5189)- The
ForceFlushandShutdownmethods of the exporter returned byNewingo.opentelemetry.io/otel/exporters/stdout/stdoutmetricignore the context cancellation and always returnnil. (#5189)- Apply the value length limits to
Recordattributes ingo.opentelemetry.io/otel/sdk/log. (#5230)- De-duplicate map attributes added to a
Recordingo.opentelemetry.io/otel/sdk/log. (#5230)go.opentelemetry.io/otel/exporters/stdout/stdoutlogwon't print timestamps whenWithoutTimestampsoption is set. (#5241)- The
go.opentelemetry.io/otel/exporters/stdout/stdoutlogexporter won't printAttributeValueLengthLimitandAttributeCountLimitfields now, instead it prints theDroppedAttributesfield. (#5272)- Improved performance in the
Stringerimplementation ofgo.opentelemetry.io/otel/baggage.Memberby reducing the number of allocations. (#5286)- Set the start time for last-value aggregates in
go.opentelemetry.io/otel/sdk/metric. (#5305)- The
Spaningo.opentelemetry.io/otel/sdk/tracewill record links without span context if either non-emptyTraceStateor attributes are provided. (#5315)- Upgrade all dependencies of
go.opentelemetry.io/otel/semconv/v1.24.0togo.opentelemetry.io/otel/semconv/v1.25.0. (#5374)Fixed
- Comparison of unordered maps for
go.opentelemetry.io/otel/log.KeyValueandgo.opentelemetry.io/otel/log.Value. (#5306)- Fix the empty output of
go.opentelemetry.io/otel/log.Valueingo.opentelemetry.io/otel/exporters/stdout/stdoutlog. (#5311)- Split the behavior of
Recorderingo.opentelemetry.io/otel/log/logtestso it behaves as aLoggerProvideronly. (#5365)- Fix wrong package name of the error message when parsing endpoint URL in
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#5371)- Identify the
Loggerreturned from the globalLoggerProvideringo.opentelemetry.io/otel/log/globalwith its schema URL. (#5375)
Commits
5661ff0Release v1.27.0/v0.49.0/v0.3.0 (#5392)0d3dddcFix exported instrument kind const value change (#5385)7aae7a8chore(deps): update benchmark-action/github-action-benchmark action to v1.20....8c3120fchore(deps): update module google.golang.org/genproto/googleapis/api to v0.0....d55658echore(deps): update codecov/codecov-action action to v4.4.1 (#5387)49c866ffix(deps): update module github.com/golangci/golangci-lint to v1.58.2 (#5382)999c6a0Update all semconv use to v1.25.0 (#5374)14441aeIdentify logger with schemaURL in global logger provider (#5375)ebd0adeSplit log/logtest into a recorder and a logger (#5365)0d1e77cFix package prefix of error in otlploghttp (#5371)- 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions