fix(deps): update opentelemetry-go monorepo to v1.11.2 #38
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.11.1->v1.11.2v1.11.1->v1.11.2v1.11.1->v1.11.2Release Notes
open-telemetry/opentelemetry-go
v1.11.2: /0.34.0Compare Source
Added
WithViewOptionis added to thego.opentelemetry.io/otel/sdk/metricpackage.This option is used to configure the view(s) a
MeterProviderwill use for allReaders that are registered with it. (#3387)This can be disabled using the
WithoutScopeInfo()option added to that package.(#3273, #3357)OTEL_EXPORTER_OTLP_INSECUREOTEL_EXPORTER_OTLP_TRACES_INSECUREOTEL_EXPORTER_OTLP_METRICS_INSECUREOTEL_EXPORTER_OTLP_CLIENT_KEYOTEL_EXPORTER_OTLP_TRACES_CLIENT_KEYOTEL_EXPORTER_OTLP_METRICS_CLIENT_KEYOTEL_EXPORTER_OTLP_CLIENT_CERTIFICATEOTEL_EXPORTER_OTLP_TRACES_CLIENT_CERTIFICATEOTEL_EXPORTER_OTLP_METRICS_CLIENT_CERTIFICATEViewtype and relatedNewViewfunction to create a view according to the OpenTelemetry specification are added togo.opentelemetry.io/otel/sdk/metric.These additions are replacements for the
Viewtype andNewfunction fromgo.opentelemetry.io/otel/sdk/metric/view. (#3459)InstrumentandInstrumentKindtype are added togo.opentelemetry.io/otel/sdk/metric.These additions are replacements for the
InstrumentandInstrumentKindtypes fromgo.opentelemetry.io/otel/sdk/metric/view. (#3459)Streamtype is added togo.opentelemetry.io/otel/sdk/metricto define a metric data stream a view will produce. (#3459)AssertHasAttributesallows instrument authors to test that datapoints returned have appropriate attributes. (#3487)Changed
"go.opentelemetry.io/otel/sdk/metric".WithReaderoption no longer accepts views to associate with theReader.Instead, views are now registered directly with the
MeterProvidervia the newWithViewoption.The views registered with the
MeterProviderapply to allReaders. (#3387)Temporality(view.InstrumentKind) metricdata.TemporalityandAggregation(view.InstrumentKind) aggregation.Aggregationmethods are added to the"go.opentelemetry.io/otel/sdk/metric".Exporterinterface. (#3260)Temporality(view.InstrumentKind) metricdata.TemporalityandAggregation(view.InstrumentKind) aggregation.Aggregationmethods are added to the"go.opentelemetry.io/otel/exporters/otlp/otlpmetric".Clientinterface. (#3260)WithTemporalitySelectorandWithAggregationSelectorReaderOptions have been changed toManualReaderOptions in thego.opentelemetry.io/otel/sdk/metricpackage. (#3260)go.opentelemetry.io/otel/sdk/metricpackage now uses the temporality and aggregation selectors from its configured exporter instead of accepting them as options. (#3260)Fixed
go.opentelemetry.io/otel/exporters/prometheusexporter fixes duplicated_totalsuffixes. (#3369)Readers. (#3387)go.opentelemetry.io/otel/bridge/opencensus) are defined as monotonic sums, instead of non-monotonic. (#3389)CounterandUpDownCounter) from the metric SDK now produce delta sums when configured with delta temporality. (#3398)Statuscodes in thego.opentelemetry.io/otel/exporters/zipkinexporter are now exported as all upper case values. (#3340)Aggregations fromgo.opentelemetry.io/otel/sdk/metricwith no data are not exported. (#3394, #3436)go.opentelemetry.io/otel/exporters/otlpexporters. (#3438, #3432)go.opentelemetry.io/otel/exporters/otlp/otlpmetricexporters. (#3162, #3440)attribute.Value.As[Type]Slice(). (#3489)Removed
go.opentelemetry.io/otel/exporters/otlp/otlpmetric.Clientinterface is removed. (#3486)go.opentelemetry.io/otel/exporters/otlp/otlpmetric.Newfunction is removed. Use theotlpmetric[http|grpc].Newdirectly. (#3486)Deprecated
go.opentelemetry.io/otel/sdk/metric/viewpackage is deprecated.Use
Instrument,InstrumentKind,View, andNewViewingo.opentelemetry.io/otel/sdk/metricinstead. (#3476)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.
740dd495a3tod772fe5699