fix(deps): update opentelemetry-go monorepo to v1.14.0 #56
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.13.0->v1.14.0v1.13.0->v1.14.0v1.13.0->v1.14.0Release Notes
open-telemetry/opentelemetry-go
v1.14.0: /v0.37.0/v0.0.4Compare Source
Part of https://github.com/open-telemetry/opentelemetry-go/issues/3809
This release is the last to support Go 1.18.
The next release will require at least Go 1.19.
Added
eventtype semantic conventions are added togo.opentelemetry.io/otel/semconv/v1.17.0. (#3697)go.opentelemetry.io/otel/semconv/v1.18.0package.The package contains semantic conventions from the
v1.18.0version of the OpenTelemetry specification. (#3719)constrenames fromgo.opentelemetry.io/otel/semconv/v1.17.0are included:OtelScopeNameKey->OTelScopeNameKeyOtelScopeVersionKey->OTelScopeVersionKeyOtelLibraryNameKey->OTelLibraryNameKeyOtelLibraryVersionKey->OTelLibraryVersionKeyOtelStatusCodeKey->OTelStatusCodeKeyOtelStatusDescriptionKey->OTelStatusDescriptionKeyOtelStatusCodeOk->OTelStatusCodeOkOtelStatusCodeError->OTelStatusCodeErrorfuncrenames fromgo.opentelemetry.io/otel/semconv/v1.17.0are included:OtelScopeName->OTelScopeNameOtelScopeVersion->OTelScopeVersionOtelLibraryName->OTelLibraryNameOtelLibraryVersion->OTelLibraryVersionOtelStatusDescription->OTelStatusDescriptionIsSampledmethod is added to theSpanContextimplementation ingo.opentelemetry.io/otel/bridge/opentracingto expose the span sampled state.See the README for more information. (#3570)
WithInstrumentationAttributesoption togo.opentelemetry.io/otel/metric. (#3738)WithInstrumentationAttributesoption togo.opentelemetry.io/otel/trace. (#3739)Readeringo.opentelemetry.io/otel/sdk/metric. (#3763)OTEL_METRIC_EXPORT_INTERVALsets the time between collections and exports.OTEL_METRIC_EXPORT_TIMEOUTsets the timeout an export is attempted.Changed
TextMapCarrierwhen it's notHttpHeaders ingo.opentelemetry.io/otel/bridge/opentracing. (#3679)Collectmethod of the"go.opentelemetry.io/otel/sdk/metric".Readerinterface is updated to accept themetricdata.ResourceMetricsvalue the collection will be made into.This change is made to enable memory reuse by SDK users. (#3732)
WithUnitoption ingo.opentelemetry.io/otel/sdk/metric/instrumentis updated to accept astringfor the unit value. (#3776)Fixed
go.opentelemetry.io/oteldoes not use generics. (#3723, #3725)MeterProviders now export metrics for all readers, instead of just the first reader. (#3720, #3724)"math/rand".Seedingo.opentelemetry.io/otel/example/prometheus. (#3733)Parseingo.opentelemetry.io/otel/schema/v1.1. (#3743)go.opentelemetry.io/otel/sdk/metric. (#3698, #3772)go.opentelemetry.io/otel/schema/v1.1. (#3777)Deprecated
go.opentelemetry.io/otel/metric/unitpackage is deprecated.Use the equivalent unit string instead. (#3776)
"1"instead ofunit.Dimensionless"By"instead ofunit.Bytes"ms"instead ofunit.MillisecondsConfiguration
📅 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.