chore: bump go.opentelemetry.io/otel/trace from 1.16.0 to 1.21.0
Bumps go.opentelemetry.io/otel/trace from 1.16.0 to 1.21.0.
Changelog
Sourced from go.opentelemetry.io/otel/trace's changelog.
[1.21.0/0.44.0] 2023-11-16
Removed
- Remove the deprecated
go.opentelemetry.io/otel/bridge/opencensus.NewTracer. (#4706)- Remove the deprecated
go.opentelemetry.io/otel/exporters/otlp/otlpmetricmodule. (#4707)- Remove the deprecated
go.opentelemetry.io/otel/example/viewmodule. (#4708)- Remove the deprecated
go.opentelemetry.io/otel/example/fibmodule. (#4723)Fixed
- Do not parse non-protobuf responses in
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#4719)- Do not parse non-protobuf responses in
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#4719)[1.20.0/0.43.0] 2023-11-10
This release brings a breaking change for custom trace API implementations. Some interfaces (
TracerProvider,Tracer,Span) now embed thego.opentelemetry.io/otel/trace/embeddedtypes. Implementors need to update their implementations based on what they want the default behavior to be. See the "API Implementations" section of the [trace API] package documentation for more information about how to accomplish this.Added
- Add
go.opentelemetry.io/otel/bridge/opencensus.InstallTraceBridge, which installs the OpenCensus trace bridge, and replacesopencensus.NewTracer. (#4567)- Add scope version to trace and metric bridges in
go.opentelemetry.io/otel/bridge/opencensus. (#4584)- Add the
go.opentelemetry.io/otel/trace/embeddedpackage to be embedded in the exported trace API interfaces. (#4620)- Add the
go.opentelemetry.io/otel/trace/nooppackage as a default no-op implementation of the trace API. (#4620)- Add context propagation in
go.opentelemetry.io/otel/example/dice. (#4644)- Add view configuration to
go.opentelemetry.io/otel/example/prometheus. (#4649)- Add
go.opentelemetry.io/otel/metric.WithExplicitBucketBoundaries, which allows defining default explicit bucket boundaries when creating histogram instruments. (#4603)- Add
Versionfunction ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#4660)- Add
Versionfunction ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#4660)- Add Summary, SummaryDataPoint, and QuantileValue to
go.opentelemetry.io/sdk/metric/metricdata. (#4622)go.opentelemetry.io/otel/bridge/opencensus.NewMetricProducernow supports exemplars from OpenCensus. (#4585)- Add support for
WithExplicitBucketBoundariesingo.opentelemetry.io/otel/sdk/metric. (#4605)- Add support for Summary metrics in
go.opentelemetry.io/otel/bridge/opencensus. (#4668)Deprecated
- Deprecate
go.opentelemetry.io/otel/bridge/opencensus.NewTracerin favor ofopencensus.InstallTraceBridge. (#4567)- Deprecate
go.opentelemetry.io/otel/example/fibpackage is in favor ofgo.opentelemetry.io/otel/example/dice. (#4618)- Deprecate
go.opentelemetry.io/otel/trace.NewNoopTracerProvider. Use the addedNewTracerProviderfunction ingo.opentelemetry.io/otel/trace/noopinstead. (#4620)- Deprecate
go.opentelemetry.io/otel/example/viewpackage in favor ofgo.opentelemetry.io/otel/example/prometheus. (#4649)- Deprecate
go.opentelemetry.io/otel/exporters/otlp/otlpmetric. (#4693)Changed
go.opentelemetry.io/otel/bridge/opencensus.NewMetricProducerreturns a*MetricProducerstruct instead of the metric.Producer interface. (#4583)- The
TracerProvideringo.opentelemetry.io/otel/tracenow embeds thego.opentelemetry.io/otel/trace/embedded.TracerProvidertype. This extends theTracerProviderinterface and is is a breaking change for any existing implementation. Implementors need to update their implementations based on what they want the default behavior of the interface to be. See the "API Implementations" section of thego.opentelemetry.io/otel/tracepackage documentation for more information about how to accomplish this. (#4620)
... (truncated)
Commits
98b32a6Release 1.21.0/0.44.0 (#4724)a27c53bRemove example/fib (#4723)8ceba13otlpmetrichttp otlptracehttp: Do not parse non-protobuf reponses (#4719)d968509Update dependabot.yml (#4716)a2cb604Remove the deprecated otlpmetric module (#4707)c8e60d1Remove the deprecated view example (#4708)27c5c73Remove the deprecated NewTracer from OC bridge (#4706)491d65cdependabot updates Mon Nov 13 07:28:44 UTC 2023 (#4712)ca2b22bDocument PR commits preference in CONTRIBUTING.md (#4704)85e4c46Release v1.20.0/v0.43.0 (#4705)- 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