fix(deps): update opentelemetry-go monorepo to v1.11.1 #18
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/opentelemetry-go-monorepo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v1.6.3
->v1.11.1
v1.6.3
->v1.11.1
v1.6.3
->v1.11.1
Release Notes
open-telemetry/opentelemetry-go
v1.11.1
Compare Source
Added
go.opentelemetry.io/otel/exporters/prometheus
registers with a Prometheus registerer on creation. By default, it will register with the default Prometheus default registerer. A non-default registerer can be used by passing theWithRegisterer
option. (#3239)WithAggregationSelector
option to thego.opentelemetry.io/otel/exporters/prometheus
package to change the defaultAggregationSelector
used. (#3341)go.opentelemetry.io/otel/exporters/prometheus
converts theResource
associated with metric exports into atarget_info
metric. (#3285)Changed
"go.opentelemetry.io/otel/exporters/prometheus".New
function is updated to return an error. It will return an error if the exporter fails to register with Prometheus. (#3239)Fixed
OTEL_RESOURCE_ATTRIBUTES
environment variable are decoded. (#2963)baggage.NewMember
function decodes thevalue
parameter instead of directly using it. This fixes the implementation to be compliant with the W3C specification. (#3226)attribute
package are now comparable based on their value, not instance. (#3108 #3252)Shutdown
andForceFlush
methods of the"go.opentelemetry.io/otel/sdk/trace".TraceProvider
no longer return an error when no processor is registered. (#3268)go.opentelemetry.io/otel/exporters/prometheus
cumulatively sums histogram buckets. (#3281)go.opentelemetry.io/otel/exporters/otlpmetric
exporters. (#3284, #3293)Counter
andUpDownCounter
) are interpreted as exact, not incremental, sum values by the metric SDK. (#3350, #3278)UpDownCounters
are now correctly output as Prometheus gauges in thego.opentelemetry.io/otel/exporters/prometheus
exporter. (#3358)go.opentelemetry.io/otel/exporters/prometheus
no longer describes the metrics it will send to Prometheus on startup. Instead the exporter is defined as an "unchecked" collector for Prometheus. This fixes thereader is not registered
warning currently emitted on startup. (#3291 #3342)go.opentelemetry.io/otel/exporters/prometheus
exporter now correctly adds_total
suffixes to counter metrics. (#3360)go.opentelemetry.io/otel/exporters/prometheus
exporter now adds a unit suffix to metric names. This can be disabled using theWithoutUnits()
option added to that package. (#3352)v1.11.0
Compare Source
Retracts the
v0.32.2
version ofgo.opentelemetry.io/otel/exporters/otlpmetric/otlpmetricgrpc
andgo.opentelemetry.io/otel/exporters/otlpmetric/otlpmetrichttp
given they include unresolvable dependencies.Added
go.opentelemetry.io/otel/exporters/otlptrace/otlptracegrpc
andgo.opentelemetry.io/otel/exporters/otlptrace/otlptracehttp
). (#3261)Changed
span.SetStatus
has been updated such that calls that lower the status are now no-ops. (#3214)golang.org/x/sys/unix
fromv0.0.0-20210423185535-09eb48e85fd7
tov0.0.0-20220919091848-fb04ddd9f9c8
.This addresses GO-2022-0493. (#3235)
v1.10.0
Compare Source
Added
Include compatibility testing and document support. (#3077)
Changed
SpanKind
in OpenTracing bridge (go.opentelemetry.io/otel/bridge/opentracing
). (#3096)context
will no longer cause a panic. (#3110)v1.9.0
Compare Source
Added
go.opentelemetry.io/otel/schema/v1.1
package. (#2999)go.opentelemetry.io/otel/semconv/v1.11.0
package.The package contains semantic conventions from the
v1.11.0
version of the OpenTelemetry specification. (#3009)go.opentelemetry.io/otel/semconv/v1.12.0
package.The package contains semantic conventions from the
v1.12.0
version of the OpenTelemetry specification. (#3010)http.method
attribute to HTTP server metric from allgo.opentelemetry.io/otel/semconv/*
packages. (#3018)Fixed
go.opentelemetry.io/otel/bridge/opentracing
package. (#3029)v1.8.0
Compare Source
1.8.0/0.31.0 - 2022-07-08
Added
opentracing.TextMap
format in theInject
andExtract
methodsof the
"go.opentelemetry.io/otel/bridge/opentracing".BridgeTracer
type. (#2911)Changed
crosslink
make target has been updated to use thego.opentelemetry.io/build-tools/crosslink
package. (#2886)go.opentelemetry.io/otel/sdk/instrumentation
package renameLibrary
toScope
and aliasLibrary
asScope
(#2976)nonrecording
tometric
package. (#2866)Removed
Deprecated
Library
struct in thego.opentelemetry.io/otel/sdk/instrumentation
package is deprecated.Use the equivalent
Scope
struct instead. (#2977)ReadOnlySpan.InstrumentationLibrary
method from thego.opentelemetry.io/otel/sdk/trace
package is deprecated.Use the equivalent
ReadOnlySpan.InstrumentationScope
method instead. (#2977)v1.7.0
Compare Source
Added
go.opentelemetry.io/otel/semconv/v1.8.0
package.The package contains semantic conventions from the
v1.8.0
version of the OpenTelemetry specification. (#2763)go.opentelemetry.io/otel/semconv/v1.9.0
package.The package contains semantic conventions from the
v1.9.0
version of the OpenTelemetry specification. (#2792)go.opentelemetry.io/otel/semconv/v1.10.0
package.The package contains semantic conventions from the
v1.10.0
version of the OpenTelemetry specification. (#2842)Fixed
testing
package in non-tests builds of thego.opentelemetry.io/otel
package. (#2786)Changed
WithLabelEncoder
option from thego.opentelemetry.io/otel/exporters/stdout/stdoutmetric
package is renamed toWithAttributeEncoder
. (#2790)LabelFilterSelector
interface fromgo.opentelemetry.io/otel/sdk/metric/processor/reducer
is renamed toAttributeFilterSelector
.The method included in the renamed interface also changed from
LabelFilterFor
toAttributeFilterFor
. (#2790)Metadata.Labels
method from thego.opentelemetry.io/otel/sdk/metric/export
package is renamed toMetadata.Attributes
.Consequentially, the
Record
type from the same package also has had the embedded method renamed. (#2790)Deprecated
Iterator.Label
method in thego.opentelemetry.io/otel/attribute
package is deprecated.Use the equivalent
Iterator.Attribute
method instead. (#2790)Iterator.IndexedLabel
method in thego.opentelemetry.io/otel/attribute
package is deprecated.Use the equivalent
Iterator.IndexedAttribute
method instead. (#2790)MergeIterator.Label
method in thego.opentelemetry.io/otel/attribute
package is deprecated.Use the equivalent
MergeIterator.Attribute
method instead. (#2790)Removed
Batch
type from thego.opentelemetry.io/otel/sdk/metric/metrictest
package. (#2864)Measurement
type from thego.opentelemetry.io/otel/sdk/metric/metrictest
package. (#2864)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.
41e4b4d219
toaa0927ecf4
aa0927ecf4
to5d28b7c078