deps: update rust crate opentelemetry-jaeger to 0.22 - #13
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/opentelemetry-rust-monorepo
branch
from
July 15, 2024 17:59
31fd4b2 to
f337f86
Compare
renovate
Bot
force-pushed
the
renovate/opentelemetry-rust-monorepo
branch
from
September 10, 2024 03:01
f337f86 to
9a45701
Compare
renovate
Bot
force-pushed
the
renovate/opentelemetry-rust-monorepo
branch
from
October 2, 2024 02:13
9a45701 to
97de234
Compare
renovate
Bot
force-pushed
the
renovate/opentelemetry-rust-monorepo
branch
from
November 12, 2024 05:39
97de234 to
8418e1c
Compare
renovate
Bot
force-pushed
the
renovate/opentelemetry-rust-monorepo
branch
from
February 12, 2025 00:22
8418e1c to
6933e66
Compare
renovate
Bot
force-pushed
the
renovate/opentelemetry-rust-monorepo
branch
from
March 22, 2025 11:35
6933e66 to
884eb64
Compare
renovate
Bot
force-pushed
the
renovate/opentelemetry-rust-monorepo
branch
from
May 24, 2025 11:58
884eb64 to
843a735
Compare
renovate
Bot
force-pushed
the
renovate/opentelemetry-rust-monorepo
branch
from
September 26, 2025 20:06
843a735 to
27ee945
Compare
renovate
Bot
force-pushed
the
renovate/opentelemetry-rust-monorepo
branch
from
May 10, 2026 11:40
27ee945 to
67569e4
Compare
renovate
Bot
force-pushed
the
renovate/opentelemetry-rust-monorepo
branch
from
July 5, 2026 03:27
67569e4 to
dfbe7ab
Compare
renovate
Bot
force-pushed
the
renovate/opentelemetry-rust-monorepo
branch
from
July 25, 2026 04:11
dfbe7ab to
a46ab46
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
0.16→0.22Release Notes
open-telemetry/opentelemetry-rust (opentelemetry-jaeger)
v0.22.0Compare Source
API
Added
#1410 Add experimental synchronous gauge. This is behind the feature flag, and can be enabled by enabling the feature otel_unstable for opentelemetry crate.
#1410 Guidelines to add new unstable/experimental features.
Changed
Removed
SDK
Deprecated
Added
#1410 Add experimental synchronous gauge
#1471 Configure batch log record processor via
OTEL_BLRP_*environment variables and viaOtlpLogPipeline::with_batch_config#1503 Make the documentation for In-Memory exporters visible.
#1526
Performance Improvement : Creating Spans and LogRecords are now faster, by avoiding expensive cloning of
Resourcefor every Span/LogRecord.Changed
Breaking
#1313
#1350
Changes how Span links/events are stored to achieve performance gains. See
below for details:
Behavior Change: When enforcing
max_links_per_span,max_events_per_spanfrom
SpanLimits, links/events are kept in the first-come order. The previous"eviction" based approach is no longer performed.
Breaking Change Affecting Exporter authors:
SpanDatanow storeslinksasSpanLinksinstead ofEvictedQueuewhereSpanLinksis a struct with aVecof links anddropped_count.SpanDatanow storeseventsasSpanEventsinstead ofEvictedQueuewhereSpanEventsis a struct with aVecof events anddropped_count.Breaking Remove
TextMapCompositePropagator#1373. UseTextMapCompositePropagatorin opentelemetry API.#1375 Fix metric collections during PeriodicReader shutdown
Breaking #1480 Remove fine grained
BatchConfigconfigurations fromBatchLogProcessorBuilderandBatchSpanProcessorBuilder. UseBatchConfigBuilderto construct aBatchConfiginstance and pass it usingBatchLogProcessorBuilder::with_batch_configorBatchSpanProcessorBuilder::with_batch_config.Breaking #1480 Remove mutating functions from
BatchConfig, useBatchConfigBuilderto construct aBatchConfiginstance.Breaking #1495 Remove Batch LogRecord&Span Processor configuration via non-standard environment variables. Use the following table to migrate from the no longer supported non-standard environment variables to the standard ones.
Breaking 1455 Make the LoggerProvider Owned
Loggernow takes an Owned Logger instead of aWeak<LoggerProviderInner>LoggerProviderInneris no longerpub (crate)Logger.provider()now returns&LoggerProviderinstead of anOption<LoggerProvider>1519 Performance improvements
when calling
Counter::add()andUpDownCounter::add()with an empty set of attributes(e.g.
counter.Add(5, &[]))Fixed
v0.21.0Compare Source
This release should been seen as 1.0-rc4 following 1.0-rc3 in v0.20.0. Refer to CHANGELOG.md in individual creates for details on changes made in different creates.
Changed
opentelemetrycrate now only carries the API types #1186. Use theopentelemetry_sdkcrate for the SDK types.trace::noop::NoopSpanno longer implementsDefaultand instead exposes aconst DEFAULTvalue. #1270SpanBuilderattributes changed fromOrderMap<Key, Value>toVec<KeyValue>andwith_attributes_mapmethod is removed fromSpanBuilder. This implies that OpenTelemetry API will no longer perform de-dup of attribute Keys. #1293. Please share feedback here, if you are affected.v0.20.0Compare Source
See individual crate changelogs for details.
v0.19.0Compare Source
This release should been seen as 1.0-rc2 following 1.0-rc1 in v0.18.0. Refer to CHANGELOG.md in individual creates for details on changes made in different creates.
v0.18.0Compare Source
Added
OTEL_TRACES_SAMPLER_ARGin default sdk config #737schema_urltoTracer#743schema_urltoResource#775Span::set_attributes#638SpanExporter::force_flushand default implementation #845Changed
ValueRecorderin favor ofHistogram#728IdGeneratorto SDK, rename toRandomIdGenerator#742meter_with_versionaccepts optional parameter forversionandschema_url#752EventandLinkaccess patterns #757SpanKinddisplay format impl to jaeger crate #758TraceStateErrorprivate #755Span::record_exceptiontoSpan::record_error#756StatusCodeandmessagewithStatus#760TracerProvider::force_flushto SDK #658SpanBuilder::attributes[breaking] #799pin-project-lite#830Fixed
Removed
serializefeature #738StatusCode::as_str#741Tracer::with_span#746v0.17.0Compare Source
Changed
Serialize&DeserializeforSampler,SpanLimits#622, #626&'static strandstringin span methods #654Stringdata in instrumentation library. #670std::fmt::Debugand'staticrequirements fromTracerProvider,Tracer, andSpan#664Tracer::invalidmethod #683TracerProvider::tracerandTracerProvider::versioned_tracermethods #682futurescrate #684ShouldSampleparameters #695Fixed
service.namefromOTEL_SERVICE_NAMEandOTEL_RESOURCE_ATTRIBUTES#662TraceState::valid_keycrashes #665Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.