GlobalOpenTelemetryInterceptorFactory

class GlobalOpenTelemetryInterceptorFactory : HandlerInterceptor.Factory, RunInterceptor.Factory

SPI default using GlobalOpenTelemetry.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun combine(factories: Stream<out HandlerInterceptor.Factory>): HandlerInterceptor
open fun combine(factories: Stream<out RunInterceptor.Factory>): RunInterceptor
Link copied to clipboard
@Nullable
open fun createHandlerInterceptor(): @Nullable HandlerInterceptor
Link copied to clipboard
@Nullable
open fun createRunInterceptor(): @Nullable RunInterceptor