You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecate .setChannel(ManagedChannel) methods on OTLP gRPC exporters
Deprecate .setChannel(ManagedChannel) methods on Jaeger gRPC exporter
Experimental OTLP retry support now retries on connection timeouts
Metrics
BREAKING Change: Deprecated InMemoryMetricExporter and InMemoryMetricReader have been removed. Use versions in opentelemetry-sdk-metrics-testing instead
Deprecate InstrumentType values OBSERVABLE_SUM and OBSERVABLE_UP_DOWN_SUM in favor of OBSERVABLE_COUNTER and OBSERVABLE_UP_DOWN_COUNTER
Logs
Add ability to configure log attribute limits via SdkLogEmitterProviderBuilder#setLogLimits(..)
SDK Extensions
Auto-configuration added options to AutoConfigurationCustomizer for customizing SdkTracerProviderBuilder, SdkMeterProviderBuilder, MetricExporter, SdkLogEmitterProviderBuilder, and LogExporter
Auto-configuration added option to skip shutdown hooks
Auto-configuration adjusted the execution order of tracer and meter provider customization to happen after autoconfiguration
Auto-configuration adjusted SPI factories to evaluate lazily
Auto-configuration now uses sets configured SdkMeterProvider on BatchLogProcessor and BatchSpanProcessor
Auto-configuration deprecated SdkTracerProviderConfigurer in favor of AutoConfigurationCustomizer#addTracerProviderCustomizer(..)
This discussion was created from the release Version 1.11.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
General
SDK
Exporter
.setChannel(ManagedChannel)
methods on OTLP gRPC exporters.setChannel(ManagedChannel)
methods on Jaeger gRPC exporterMetrics
InMemoryMetricExporter
andInMemoryMetricReader
have been removed. Use versions inopentelemetry-sdk-metrics-testing
insteadInstrumentType
valuesOBSERVABLE_SUM
andOBSERVABLE_UP_DOWN_SUM
in favor ofOBSERVABLE_COUNTER
andOBSERVABLE_UP_DOWN_COUNTER
Logs
SdkLogEmitterProviderBuilder#setLogLimits(..)
SDK Extensions
AutoConfigurationCustomizer
for customizingSdkTracerProviderBuilder
,SdkMeterProviderBuilder
,MetricExporter
,SdkLogEmitterProviderBuilder
, andLogExporter
SdkMeterProvider
onBatchLogProcessor
andBatchSpanProcessor
SdkTracerProviderConfigurer
in favor ofAutoConfigurationCustomizer#addTracerProviderCustomizer(..)
This discussion was created from the release Version 1.11.0.
Beta Was this translation helpful? Give feedback.
All reactions