Package-level declarations

Types

Link copied to clipboard
@ApiStatus.Internal
class MicrometerHelpers
Shared helpers for building Micrometer observations that mirror the spans produced by sdk-interceptor-opentelemetry: same span names and the same attribute set ( restate.invocation.id, restate.invocation.target, restate.run.name).
Link copied to clipboard
class MicrometerInterceptorFactory : HandlerInterceptor.Factory, RunInterceptor.Factory
Micrometer Observation interceptor factory for Java handlers.
Link copied to clipboard
class MicrometerRunContextPropagator : RunContextPropagator
RunContextPropagator based on Micrometer's ContextSnapshotFactory.