no notes
no notes
no notes
NOTICE: This release contains a significant restructuring of the experimental event API and the API incubator artifact. Please read the notes in the API -> Incubator
section carefully.
Span#addLink
to stable API (#6317)opentelemetry-extension-incubator
to opentelemetry-api-incubator
, merge opentelemetry-api-events
into opentelemetry-api-incubator
. (#6289)EventEmitterProvider#setEventDomain
has been removed. The event.name
field should now be namespaced to avoid collisions. See Semantic Conventions for Event Attributes for more details. (#6253)EventEmitter
and related classes to EventLogger
. (#6316)AnyValue
log record body. Add setters for timestamp, context, and severity. Set default severity to INFO=9
. (#6318)get{Signal}Exporter
methods to Simple{Signal}Processor
, Batch{Signal}Processor
. (#6078)PrometheusHttpServer#toBuilder()
(#6333)getPrometheusName
for Otel2PrometheusConverter map keys to avoid metric name conflicts (#6308)OTEL_JAVA_EXPERIMENTAL_EXPORTER_MEMORY_MODE=REUSABLE_DATA
. (#6304)ServiceInstanceIdResourceProvider
implementation for generating service.instance.id
UUID if not already provided by user. Included in opentelemetry-sdk-extension-incubator
. (#6226)This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:
@asafm @bogdandrutu @breedx-splk @brunobat @helpermethod @jack-berg @jkwatson @jonatan-ivanov @jpkrohling @MSNev @nluk @psx95 @robberphex @scheler @trask @zeitlinger