Version 1.23.0 #5200
Unanswered
Version 1.23.0
#5200
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release is a notable release for metrics:
MetricExporter
with a default aggregation ofAggregation.base2ExponentialBucketHistogram()
for histogram instruments. If using OTLP exporter with autoconfigure, setOTEL_EXPORTER_OTLP_METRICS_DEFAULT_HISTOGRAM_AGGREGATION=BASE2_EXPONENTIAL_BUCKET_HISTOGRAM
. If using configuring OTLP programatically, useOtlp*MetricExporterBuilder#setDefaultAggregationSelector(DefaultAggregationSelector)
.API
Logs
opentelemetry-api-events
. API / SDK usage has also changed - see PR for details. (#5049)SDK
OpenTelemetrySdk
(#5100)Metrics
base2ExponentialBucketHistogram()
toAggregation
. (#5143)Base2ExponentialBucketHistogram
(#5044)MetricReader
(#5109)AggregatorHandle
with cumulative temporality to reduce allocations (#5142)Exporter
SDK Extensions
none
,all
,with_sampled_trace
have been removed. Usealways_off
,always_on
,trace_based
instead. (#5098)parentbased_jaeger_remote
sampler (#5123)Testing
opentelemetry-sdk-metrics-testing
intoopentelemetry-sdk-testing
. Stop publishingopentelemetry-sdk-metrics-testing
. (#5144)SpanDataAssert
andMetricAssert
(#5160)Semantic Conventions
OpenTracing Shim
BaseShimObject
andTelemetryInfo
(#5087)createTracerShim()
,createTracerShim(Tracer)
,createTracerShim(Tracer, OpenTracingPropagators)
. AddcreateTracerShim(TracerProvder,TextMapPropagator,TextMapPropagator)
. (#5110)Project tooling
🙇 Thank you
This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:
@anuraaga
@bcmedeiros
@breedx-splk
@carlosalberto
@Donnerbart
@fsalvini
@ilteristabak
@jack-berg
@jkwatson
@mateuszrzeszutek
@rapphil
@stnor
@tigrannajaryan
@trask
@zeitlinger
This discussion was created from the release Version 1.23.0.
Beta Was this translation helpful? Give feedback.
All reactions