JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package io.micronaut.tracing.opentelemetry.processing
package
io.micronaut.tracing.opentelemetry.processing
Classes related to annotation mapping.
SpanAttribute
to
SpanTag
.
WithSpan
to
NewSpan
.
Since:
4.2.0
Author:
Sergio del Amo
Related Packages
Package
Description
io.micronaut.tracing.opentelemetry
Classes related with OpenTelemetry integration.
io.micronaut.tracing.opentelemetry.conf
Configuration for the Micronaut framework integration with OpenTelemetry.
io.micronaut.tracing.opentelemetry.interceptor
Method Interceptors for
NewSpan
and
ContinueSpan
annotations.
io.micronaut.tracing.opentelemetry.utils
io.micronaut.tracing.opentelemetry.xray
Classes related with X-Ray integration.
Classes
Class
Description
SpanAttributeAnnotationMapper
Adds
SpanTag
to
SpanAttribute
.
WithSpanAnnotationTransformer
Adds interceptor binding to
WithSpan
and adds
NewSpan
to it.