otel-launcher-go
otel-launcher-go copied to clipboard
Bump go.opentelemetry.io/contrib/propagators/ot from 1.20.0 to 1.27.0 in /pipelines
Bumps go.opentelemetry.io/contrib/propagators/ot from 1.20.0 to 1.27.0.
Changelog
Sourced from go.opentelemetry.io/contrib/propagators/ot'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)[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
... (truncated)
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
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)