fix(deps): update go opentelemetry packages and libraries #145
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.23.0
->v0.29.0
v0.45.0
->v0.49.0
v0.45.0
->v0.49.0
v0.45.0
->v0.49.0
v1.19.0
->v1.24.0
v1.19.0
->v1.24.0
v1.19.0
->v1.24.0
v1.19.0
->v1.24.0
v1.19.0
->v1.24.0
v1.19.0
->v1.24.0
v1.19.0
->v1.24.0
Release Notes
XSAM/otelsql (github.com/XSAM/otelsql)
v0.29.0
Compare Source
0.29.0 - 2024-02-26
Changed
v1.24.0/v0.46.0
. (#218)v0.28.0
Compare Source
0.28.0 - 2024-02-10
Added
Changed
v1.23.1/v0.45.2
. (#209)v0.27.0
Compare Source
0.27.0 - 2023-12-15
Changed
v1.20.0/v0.43.0
. (#196)~~db.Close
did not callClose
on the underlying connector. (#199)v1.21.0/v0.44.0
. (#200)v0.26.0
Compare Source
0.26.0 - 2023-10-11
Changed
v1.19.0/v0.42.0
. (#190)v0.25.0
Compare Source
0.25.0 - 2023-09-18
This update contains a breaking change of the type of
SpanNameFormatter
. If you useSpanNameFormatter
in your code, you need to change the type ofSpanNameFormatter
to function.The minimum supported Go version is
1.20
.Changed
v1.18.0/v0.41.0
. (#184)SpanNameFormatter
has been changed to function for easier use. (#185)Removed
1.19
. (#186)v0.24.0
Compare Source
0.24.0 - 2023-09-08
Added
SpanFilter
configuration inSpanOptions
to filter spans creation. (#174)Changed
v1.17.0/v0.40.0
. (#181)open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.24.0
: /v0.46.0/v0.0.1-alphaCompare Source
This release is the last to support Go 1.20. The next release will require at least Go 1.21.
Added
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
. (#4900)go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
. (#4900)go.opentelemetry.io/otel/log
module is added. This module includes OpenTelemetry Go's implementation of the Logs Bridge API. This module is in an alpha state, it is subject to breaking changes. See our versioning policy for more info. (#4961)Fixed
go.opentelemetry.io/otel
. (#4945)New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.23.1...v1.24.0
v1.23.1
: /v0.45.2Compare Source
Fixed
go.opentelemetry.io/otel/sdk/metric
. (#4888)v1.23.0
: /v0.45.1Compare Source
This release contains the first stable,
v1
, release of the following modules:go.opentelemetry.io/otel/bridge/opencensus
go.opentelemetry.io/otel/bridge/opencensus/test
go.opentelemetry.io/otel/example/opencensus
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric
See our versioning policy for more information about these stability guarantees.
Added
WithEndpointURL
option to theexporters/otlp/otlpmetric/otlpmetricgrpc
,exporters/otlp/otlpmetric/otlpmetrichttp
,exporters/otlp/otlptrace/otlptracegrpc
andexporters/otlp/otlptrace/otlptracehttp
packages. (#4808)ErrSchemaURLConflict
is added togo.opentelemetry.io/otel/sdk/resource
. This error is returned when a merge of twoResource
s with different (non-empty) schema URL is attempted. (#4876)Changed
Merge
andNew
functions ingo.opentelemetry.io/otel/sdk/resource
now returns a partial result if there is a schema URL merge conflict. Instead of returningnil
when twoResource
s with different (non-empty) schema URLs are merged the mergedResource
, along with the newErrSchemaURLConflict
error, is returned. It is up to the user to decide if they want to use the returnedResource
or not. It may have desired attributes overwritten or include stale semantic conventions. (#4876)Fixed
ContainerID
resource detection on systemd when cgroup path has a colon. (#4449)go.opentelemetry.io/otel/sdk/metric
to cache instruments to avoid leaking memory when the same instrument is created multiple times. (#4820)Mix
andMax
values forgo.opentelemetry.io/otel/exporters/stdout/stdoutmetric
by introducingMarshalText
andMarshalJSON
for theExtrema
type ingo.opentelemetry.io/sdk/metric/metricdata
. (#4827)New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.22.0...v1.23.0
v1.22.0
: /v0.45.0Compare Source
Added
go.opentelemetry.io/otel/semconv/v1.22.0
package.The package contains semantic conventions from the
v1.22.0
version of the OpenTelemetry Semantic Conventions. (#4735)go.opentelemetry.io/otel/semconv/v1.23.0
package.The package contains semantic conventions from the
v1.23.0
version of the OpenTelemetry Semantic Conventions. (#4746)go.opentelemetry.io/otel/semconv/v1.23.1
package.The package contains semantic conventions from the
v1.23.1
version of the OpenTelemetry Semantic Conventions. (#4749)go.opentelemetry.io/otel/semconv/v1.24.0
package.The package contains semantic conventions from the
v1.24.0
version of the OpenTelemetry Semantic Conventions. (#4770)WithResourceAsConstantLabels
option to apply resource attributes for every metric emitted by the Prometheus exporter. (#4733)See metric documentation for more information about this feature and how to enable it. (#4457)
NewMemberRaw
andNewKeyValuePropertyRaw
ingo.opentelemetry.io/otel/baggage
. (#4804)Changed
go.opentelemetry.io/otel/semconv
to usev1.24.0
. (#4754)go.opentelemetry.io/otel/exporters/zipkin
to followv1.19.0
version of the OpenTelemetry specification. (#4754)go.opentelemetry.io/otel/sdk/metric
.If you do not want to make a measurement when the context is cancelled, you need to handle it yourself (e.g
if ctx.Err() != nil
). (#4671)go.opentelemetry.io/otel/trace.TraceState
's performance. (#4722)go.opentelemetry.io/otel/propagation.TraceContext
's performance. (#4721)go.opentelemetry.io/otel/baggage
performance. (#4743)(*Set).Filter
method ingo.opentelemetry.io/otel/attribute
when the passed filter does not filter out any attributes from the set. (#4774)Member.String
ingo.opentelemetry.io/otel/baggage
percent-encodes only when necessary. (#4775)Property.Value
ingo.opentelemetry.io/otel/baggage
now returns a raw string instead of a percent-encoded value. (#4804)Fixed
Parse
ingo.opentelemetry.io/otel/baggage
to validate member value before percent-decoding. (#4755)Member.String
ingo.opentelemetry.io/otel/baggage
. (#4756)go.opentelemetry.io/otel/bridge/opentracing
. (#4776)go.opentelemetry.io/otel/bridge/opentracing
to properly handle baggage values that requires escaping during propagation. (#4804)go.opentelemetry.io/otel/sdk/metric
. (#4742)v1.21.0
: /v0.44.0Compare Source
Removed
go.opentelemetry.io/otel/bridge/opencensus.NewTracer
. (#4706)go.opentelemetry.io/otel/exporters/otlp/otlpmetric
module. (#4707)go.opentelemetry.io/otel/example/view
module. (#4708)go.opentelemetry.io/otel/example/fib
module. (#4723)Fixed
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
. (#4719)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
. (#4719)v1.20.0
: /v0.43.0Compare Source
This release brings a breaking change for custom trace API implementations. Some interfaces (
TracerProvider
,Tracer
,Span
) now embed thego.opentelemetry.io/otel/trace/embedded
types. 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 about how to accomplish this.Added
go.opentelemetry.io/otel/bridge/opencensus.InstallTraceBridge
, which installs the OpenCensus trace bridge, and replacesopencensus.NewTracer
. (#4567)go.opentelemetry.io/otel/bridge/opencensus
. (#4584)go.opentelemetry.io/otel/trace/embedded
package to be embedded in the exported trace API interfaces. (#4620)go.opentelemetry.io/otel/trace/noop
package as a default no-op implementation of the trace API. (#4620)go.opentelemetry.io/otel/example/dice
. (#4644)go.opentelemetry.io/otel/example/prometheus
. (#4649)go.opentelemetry.io/otel/metric.WithExplicitBucketBoundaries
, which allows defining default explicit bucket boundaries when creating histogram instruments. (#4603)Version
function ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
. (#4660)Version
function ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
. (#4660)go.opentelemetry.io/sdk/metric/metricdata
. (#4622)go.opentelemetry.io/otel/bridge/opencensus.NewMetricProducer
now supports exemplars from OpenCensus. (#4585)WithExplicitBucketBoundaries
ingo.opentelemetry.io/otel/sdk/metric
. (#4605)go.opentelemetry.io/otel/bridge/opencensus
. (#4668)Deprecated
go.opentelemetry.io/otel/bridge/opencensus.NewTracer
in favor ofopencensus.InstallTraceBridge
. (#4567)go.opentelemetry.io/otel/example/fib
package is in favor ofgo.opentelemetry.io/otel/example/dice
. (#4618)go.opentelemetry.io/otel/trace.NewNoopTracerProvider
.Use the added
NewTracerProvider
function ingo.opentelemetry.io/otel/trace/noop
instead. (#4620)go.opentelemetry.io/otel/example/view
package in favor ofgo.opentelemetry.io/otel/example/prometheus
. (#4649)go.opentelemetry.io/otel/exporters/otlp/otlpmetric
. (#4693)Changed
go.opentelemetry.io/otel/bridge/opencensus.NewMetricProducer
returns a*MetricProducer
struct instead of the metric.Producer interface. (#4583)TracerProvider
ingo.opentelemetry.io/otel/trace
now embeds thego.opentelemetry.io/otel/trace/embedded.TracerProvider
type.This extends the
TracerProvider
interface 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 the
go.opentelemetry.io/otel/trace
package documentation for more information about how to accomplish this. (#4620)Tracer
ingo.opentelemetry.io/otel/trace
now embeds thego.opentelemetry.io/otel/trace/embedded.Tracer
type.This extends the
Tracer
interface 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 the
go.opentelemetry.io/otel/trace
package documentation for more informationabout how to accomplish this. (#4620)Span
ingo.opentelemetry.io/otel/trace
now embeds thego.opentelemetry.io/otel/trace/embedded.Span
type.This extends the
Span
interface 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 the
go.opentelemetry.io/otel/trace
package documentation for more information about how to accomplish this. (#4620)go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
does no longer depend ongo.opentelemetry.io/otel/exporters/otlp/otlpmetric
. (#4660)go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
does no longer depend ongo.opentelemetry.io/otel/exporters/otlp/otlpmetric
. (#4660)502 Bad Gateway
and504 Gateway Timeout
HTTP statuses ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
. (#4670)502 Bad Gateway
and504 Gateway Timeout
HTTP statuses ingo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
. (#4670)RESOURCE_EXHAUSTED
only if RetryInfo is returned ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
. (#4669)RESOURCE_EXHAUSTED
only if RetryInfo is returned ingo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
. (#4669)go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
. (#4679)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
. (#4679)Fixed
+
,/
byParse
ingo.opentelemetry.io/otel/baggage
as they were rendered as a whitespace. (#4667)+
,/
passed viaOTEL_RESOURCE_ATTRIBUTES
ingo.opentelemetry.io/otel/sdk/resource
as they were rendered as a whitespace. (#4699)+
,/
passed viaOTEL_EXPORTER_OTLP_HEADERS
andOTEL_EXPORTER_OTLP_METRICS_HEADERS
ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
as they were rendered as a whitespace. (#4699)+
,/
passed viaOTEL_EXPORTER_OTLP_HEADERS
andOTEL_EXPORTER_OTLP_METRICS_HEADERS
ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
as they were rendered as a whitespace. (#4699)+
,/
passed viaOTEL_EXPORTER_OTLP_HEADERS
andOTEL_EXPORTER_OTLP_TRACES_HEADERS
ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracegrpc
as they were rendered as a whitespace. (#4699)+
,/
passed viaOTEL_EXPORTER_OTLP_HEADERS
andOTEL_EXPORTER_OTLP_TRACES_HEADERS
ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp
as they were rendered as a whitespace. (#4699)go.opentelemetry.op/otel/exporters/prometheus
, the exporter no longerCollect
s metrics afterShutdown
is invoked. (#4648)WithCompressor
ingo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
. (#4695)WithCompressor
ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
. (#4695)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.