fix(deps): update opentelemetry-go monorepo to v1.11.1 #18
Reference in New Issue
Block a user
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.1v1.6.3->v1.11.1v1.6.3->v1.11.1Release Notes
open-telemetry/opentelemetry-go
v1.11.1Compare Source
Added
go.opentelemetry.io/otel/exporters/prometheusregisters 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 theWithRegistereroption. (#3239)WithAggregationSelectoroption to thego.opentelemetry.io/otel/exporters/prometheuspackage to change the defaultAggregationSelectorused. (#3341)go.opentelemetry.io/otel/exporters/prometheusconverts theResourceassociated with metric exports into atarget_infometric. (#3285)Changed
"go.opentelemetry.io/otel/exporters/prometheus".Newfunction is updated to return an error. It will return an error if the exporter fails to register with Prometheus. (#3239)Fixed
OTEL_RESOURCE_ATTRIBUTESenvironment variable are decoded. (#2963)baggage.NewMemberfunction decodes thevalueparameter instead of directly using it. This fixes the implementation to be compliant with the W3C specification. (#3226)attributepackage are now comparable based on their value, not instance. (#3108 #3252)ShutdownandForceFlushmethods of the"go.opentelemetry.io/otel/sdk/trace".TraceProviderno longer return an error when no processor is registered. (#3268)go.opentelemetry.io/otel/exporters/prometheuscumulatively sums histogram buckets. (#3281)go.opentelemetry.io/otel/exporters/otlpmetricexporters. (#3284, #3293)CounterandUpDownCounter) are interpreted as exact, not incremental, sum values by the metric SDK. (#3350, #3278)UpDownCountersare now correctly output as Prometheus gauges in thego.opentelemetry.io/otel/exporters/prometheusexporter. (#3358)go.opentelemetry.io/otel/exporters/prometheusno 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 registeredwarning currently emitted on startup. (#3291 #3342)go.opentelemetry.io/otel/exporters/prometheusexporter now correctly adds_totalsuffixes to counter metrics. (#3360)go.opentelemetry.io/otel/exporters/prometheusexporter now adds a unit suffix to metric names. This can be disabled using theWithoutUnits()option added to that package. (#3352)v1.11.0Compare Source
Retracts the
v0.32.2version ofgo.opentelemetry.io/otel/exporters/otlpmetric/otlpmetricgrpcandgo.opentelemetry.io/otel/exporters/otlpmetric/otlpmetrichttpgiven they include unresolvable dependencies.Added
go.opentelemetry.io/otel/exporters/otlptrace/otlptracegrpcandgo.opentelemetry.io/otel/exporters/otlptrace/otlptracehttp). (#3261)Changed
span.SetStatushas been updated such that calls that lower the status are now no-ops. (#3214)golang.org/x/sys/unixfromv0.0.0-20210423185535-09eb48e85fd7tov0.0.0-20220919091848-fb04ddd9f9c8.This addresses GO-2022-0493. (#3235)
v1.10.0Compare Source
Added
Include compatibility testing and document support. (#3077)
Changed
SpanKindin OpenTracing bridge (go.opentelemetry.io/otel/bridge/opentracing). (#3096)contextwill no longer cause a panic. (#3110)v1.9.0Compare Source
Added
go.opentelemetry.io/otel/schema/v1.1package. (#2999)go.opentelemetry.io/otel/semconv/v1.11.0package.The package contains semantic conventions from the
v1.11.0version of the OpenTelemetry specification. (#3009)go.opentelemetry.io/otel/semconv/v1.12.0package.The package contains semantic conventions from the
v1.12.0version of the OpenTelemetry specification. (#3010)http.methodattribute to HTTP server metric from allgo.opentelemetry.io/otel/semconv/*packages. (#3018)Fixed
go.opentelemetry.io/otel/bridge/opentracingpackage. (#3029)v1.8.0Compare Source
1.8.0/0.31.0 - 2022-07-08
Added
opentracing.TextMapformat in theInjectandExtractmethodsof the
"go.opentelemetry.io/otel/bridge/opentracing".BridgeTracertype. (#2911)Changed
crosslinkmake target has been updated to use thego.opentelemetry.io/build-tools/crosslinkpackage. (#2886)go.opentelemetry.io/otel/sdk/instrumentationpackage renameLibrarytoScopeand aliasLibraryasScope(#2976)nonrecordingtometricpackage. (#2866)Removed
Deprecated
Librarystruct in thego.opentelemetry.io/otel/sdk/instrumentationpackage is deprecated.Use the equivalent
Scopestruct instead. (#2977)ReadOnlySpan.InstrumentationLibrarymethod from thego.opentelemetry.io/otel/sdk/tracepackage is deprecated.Use the equivalent
ReadOnlySpan.InstrumentationScopemethod instead. (#2977)v1.7.0Compare Source
Added
go.opentelemetry.io/otel/semconv/v1.8.0package.The package contains semantic conventions from the
v1.8.0version of the OpenTelemetry specification. (#2763)go.opentelemetry.io/otel/semconv/v1.9.0package.The package contains semantic conventions from the
v1.9.0version of the OpenTelemetry specification. (#2792)go.opentelemetry.io/otel/semconv/v1.10.0package.The package contains semantic conventions from the
v1.10.0version of the OpenTelemetry specification. (#2842)Fixed
testingpackage in non-tests builds of thego.opentelemetry.io/otelpackage. (#2786)Changed
WithLabelEncoderoption from thego.opentelemetry.io/otel/exporters/stdout/stdoutmetricpackage is renamed toWithAttributeEncoder. (#2790)LabelFilterSelectorinterface fromgo.opentelemetry.io/otel/sdk/metric/processor/reduceris renamed toAttributeFilterSelector.The method included in the renamed interface also changed from
LabelFilterFortoAttributeFilterFor. (#2790)Metadata.Labelsmethod from thego.opentelemetry.io/otel/sdk/metric/exportpackage is renamed toMetadata.Attributes.Consequentially, the
Recordtype from the same package also has had the embedded method renamed. (#2790)Deprecated
Iterator.Labelmethod in thego.opentelemetry.io/otel/attributepackage is deprecated.Use the equivalent
Iterator.Attributemethod instead. (#2790)Iterator.IndexedLabelmethod in thego.opentelemetry.io/otel/attributepackage is deprecated.Use the equivalent
Iterator.IndexedAttributemethod instead. (#2790)MergeIterator.Labelmethod in thego.opentelemetry.io/otel/attributepackage is deprecated.Use the equivalent
MergeIterator.Attributemethod instead. (#2790)Removed
Batchtype from thego.opentelemetry.io/otel/sdk/metric/metrictestpackage. (#2864)Measurementtype from thego.opentelemetry.io/otel/sdk/metric/metrictestpackage. (#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.
41e4b4d219toaa0927ecf4aa0927ecf4to5d28b7c078