Uses of Interface
org.zalando.opentracing.proxy.spi.Plugin
-
-
Uses of Plugin in org.zalando.opentracing.proxy.core
Methods in org.zalando.opentracing.proxy.core with parameters of type Plugin Modifier and Type Method Description ProxyTracerProxyTracer. with(Plugin plugin) -
Uses of Plugin in org.zalando.opentracing.proxy.intercept.baggage
Subinterfaces of Plugin in org.zalando.opentracing.proxy.intercept.baggage Modifier and Type Interface Description interfaceBaggageInterceptor -
Uses of Plugin in org.zalando.opentracing.proxy.intercept.injection
Subinterfaces of Plugin in org.zalando.opentracing.proxy.intercept.injection Modifier and Type Interface Description interfaceInjection -
Uses of Plugin in org.zalando.opentracing.proxy.intercept.log
Subinterfaces of Plugin in org.zalando.opentracing.proxy.intercept.log Modifier and Type Interface Description interfaceLogInterceptor -
Uses of Plugin in org.zalando.opentracing.proxy.intercept.name
Subinterfaces of Plugin in org.zalando.opentracing.proxy.intercept.name Modifier and Type Interface Description interfaceNamingClasses in org.zalando.opentracing.proxy.intercept.name that implement Plugin Modifier and Type Class Description classRename -
Uses of Plugin in org.zalando.opentracing.proxy.intercept.span
Subinterfaces of Plugin in org.zalando.opentracing.proxy.intercept.span Modifier and Type Interface Description interfaceSpanBuilderInterceptor -
Uses of Plugin in org.zalando.opentracing.proxy.intercept.tag
Subinterfaces of Plugin in org.zalando.opentracing.proxy.intercept.tag Modifier and Type Interface Description interfaceTagInterceptor -
Uses of Plugin in org.zalando.opentracing.proxy.listen.baggage
Subinterfaces of Plugin in org.zalando.opentracing.proxy.listen.baggage Modifier and Type Interface Description interfaceBaggageListener -
Uses of Plugin in org.zalando.opentracing.proxy.listen.log
Subinterfaces of Plugin in org.zalando.opentracing.proxy.listen.log Modifier and Type Interface Description interfaceLogListener -
Uses of Plugin in org.zalando.opentracing.proxy.listen.scope
Subinterfaces of Plugin in org.zalando.opentracing.proxy.listen.scope Modifier and Type Interface Description interfaceScopeListener -
Uses of Plugin in org.zalando.opentracing.proxy.listen.span
Subinterfaces of Plugin in org.zalando.opentracing.proxy.listen.span Modifier and Type Interface Description interfaceSpanListener -
Uses of Plugin in org.zalando.opentracing.proxy.listen.tag
Subinterfaces of Plugin in org.zalando.opentracing.proxy.listen.tag Modifier and Type Interface Description interfaceTagListener -
Uses of Plugin in org.zalando.opentracing.proxy.plugin
Classes in org.zalando.opentracing.proxy.plugin that implement Plugin Modifier and Type Class Description classAutoBaggageclassAutoTaggingclassLogCorrelationclassTagPropagation -
Uses of Plugin in org.zalando.opentracing.proxy.spi
Methods in org.zalando.opentracing.proxy.spi with parameters of type Plugin Modifier and Type Method Description RegistryRegistry. register(Plugin plugin)
-