Index
All Classes and Interfaces|All Packages|Constant Field Values
B
- B3 - Enum constant in enum org.apache.dubbo.tracing.utils.PropagationType
- BravePropagatorProvider - Class in org.apache.dubbo.tracing.tracer.brave
- BravePropagatorProvider() - Constructor for class org.apache.dubbo.tracing.tracer.brave.BravePropagatorProvider
- BraveProvider - Class in org.apache.dubbo.tracing.tracer.brave
- BraveProvider(ApplicationModel, TracingConfig) - Constructor for class org.apache.dubbo.tracing.tracer.brave.BraveProvider
C
- CLIENT - Enum constant in enum org.apache.dubbo.tracing.DubboObservationDocumentation
-
Client side Dubbo RPC Observation.
D
- DEFAULT_APPLICATION_NAME - Static variable in class org.apache.dubbo.tracing.utils.ObservationConstants
- DefaultDubboClientObservationConvention - Class in org.apache.dubbo.tracing
-
Default implementation of the
DubboClientObservationConvention. - DefaultDubboClientObservationConvention() - Constructor for class org.apache.dubbo.tracing.DefaultDubboClientObservationConvention
- DefaultDubboServerObservationConvention - Class in org.apache.dubbo.tracing
-
Default implementation of the
DubboServerObservationConvention. - DefaultDubboServerObservationConvention() - Constructor for class org.apache.dubbo.tracing.DefaultDubboServerObservationConvention
- DubboClientContext - Class in org.apache.dubbo.tracing.context
-
Provider context for RPC.
- DubboClientContext(Invoker<?>, Invocation) - Constructor for class org.apache.dubbo.tracing.context.DubboClientContext
- DubboClientObservationConvention - Interface in org.apache.dubbo.tracing
-
ObservationConventionfor aDubboClientContext. - DubboClientTracingObservationHandler<T> - Class in org.apache.dubbo.tracing.handler
- DubboClientTracingObservationHandler(Tracer) - Constructor for class org.apache.dubbo.tracing.handler.DubboClientTracingObservationHandler
- DubboObservationDocumentation - Enum in org.apache.dubbo.tracing
-
Documentation of Dubbo observations.
- DubboObservationRegistry - Class in org.apache.dubbo.tracing
- DubboObservationRegistry(ApplicationModel, TracingConfig) - Constructor for class org.apache.dubbo.tracing.DubboObservationRegistry
- DubboServerContext - Class in org.apache.dubbo.tracing.context
-
Consumer context for RPC.
- DubboServerContext(Invoker<?>, Invocation) - Constructor for class org.apache.dubbo.tracing.context.DubboServerContext
- DubboServerObservationConvention - Interface in org.apache.dubbo.tracing
-
ObservationConventionfor aDubboServerContext. - DubboServerTracingObservationHandler<T> - Class in org.apache.dubbo.tracing.handler
- DubboServerTracingObservationHandler(Tracer) - Constructor for class org.apache.dubbo.tracing.handler.DubboServerTracingObservationHandler
F
- forValue(String) - Static method in enum org.apache.dubbo.tracing.utils.PropagationType
G
- getContextualName(DubboClientContext) - Method in class org.apache.dubbo.tracing.DefaultDubboClientObservationConvention
- getContextualName(DubboServerContext) - Method in class org.apache.dubbo.tracing.DefaultDubboServerObservationConvention
- getInstance() - Static method in class org.apache.dubbo.tracing.DefaultDubboClientObservationConvention
- getInstance() - Static method in class org.apache.dubbo.tracing.DefaultDubboServerObservationConvention
- getInvocation() - Method in class org.apache.dubbo.tracing.context.DubboClientContext
- getInvocation() - Method in class org.apache.dubbo.tracing.context.DubboServerContext
- getInvoker() - Method in class org.apache.dubbo.tracing.context.DubboClientContext
- getInvoker() - Method in class org.apache.dubbo.tracing.context.DubboServerContext
- getLowCardinalityKeyValues(DubboClientContext) - Method in class org.apache.dubbo.tracing.DefaultDubboClientObservationConvention
- getLowCardinalityKeyValues(DubboServerContext) - Method in class org.apache.dubbo.tracing.DefaultDubboServerObservationConvention
- getName() - Method in class org.apache.dubbo.tracing.DefaultDubboClientObservationConvention
- getName() - Method in class org.apache.dubbo.tracing.DefaultDubboServerObservationConvention
- getPropagator() - Method in class org.apache.dubbo.tracing.tracer.brave.BravePropagatorProvider
- getPropagator() - Method in class org.apache.dubbo.tracing.tracer.otel.OTelPropagatorProvider
- getPropagator() - Method in interface org.apache.dubbo.tracing.tracer.PropagatorProvider
-
The real propagator will come from tracer implementation (OTel / Brave)
- getPropagatorProvider() - Static method in class org.apache.dubbo.tracing.tracer.PropagatorProviderFactory
- getProvider(ApplicationModel, TracingConfig) - Static method in class org.apache.dubbo.tracing.tracer.TracerProviderFactory
- getSpanExporter(ApplicationModel, ExporterConfig.OtlpConfig) - Static method in class org.apache.dubbo.tracing.exporter.otlp.OTlpSpanExporter
- getSpanExporter(ApplicationModel, ExporterConfig.ZipkinConfig) - Static method in class org.apache.dubbo.tracing.exporter.zipkin.ZipkinSpanExporter
- getSpanHandler(ApplicationModel, ExporterConfig.ZipkinConfig) - Static method in class org.apache.dubbo.tracing.exporter.zipkin.ZipkinSpanHandler
- getTracer() - Method in class org.apache.dubbo.tracing.tracer.brave.BraveProvider
- getTracer() - Method in class org.apache.dubbo.tracing.tracer.otel.OpenTelemetryProvider
- getTracer() - Method in interface org.apache.dubbo.tracing.tracer.TracerProvider
-
Tracer of Micrometer.
- getValue() - Method in enum org.apache.dubbo.tracing.utils.PropagationType
I
- initObservationRegistry() - Method in class org.apache.dubbo.tracing.DubboObservationRegistry
- invoke(Invoker<?>, Invocation) - Method in class org.apache.dubbo.tracing.filter.ObservationReceiverFilter
- invoke(Invoker<?>, Invocation) - Method in class org.apache.dubbo.tracing.filter.ObservationSenderFilter
- isSupportBraveTracer() - Static method in class org.apache.dubbo.tracing.utils.ObservationSupportUtil
- isSupportBraveURLSender() - Static method in class org.apache.dubbo.tracing.utils.ObservationSupportUtil
- isSupportObservation() - Static method in class org.apache.dubbo.tracing.utils.ObservationSupportUtil
- isSupportOTelTracer() - Static method in class org.apache.dubbo.tracing.utils.ObservationSupportUtil
- isSupportTracing() - Static method in class org.apache.dubbo.tracing.utils.ObservationSupportUtil
O
- ObservationConstants - Class in org.apache.dubbo.tracing.utils
- ObservationConstants() - Constructor for class org.apache.dubbo.tracing.utils.ObservationConstants
- ObservationReceiverFilter - Class in org.apache.dubbo.tracing.filter
-
A
Filterthat creates anObservationaround the incoming message. - ObservationReceiverFilter(ApplicationModel) - Constructor for class org.apache.dubbo.tracing.filter.ObservationReceiverFilter
- ObservationSenderFilter - Class in org.apache.dubbo.tracing.filter
-
A
Filterthat creates anObservationaround the outgoing message. - ObservationSenderFilter(ApplicationModel) - Constructor for class org.apache.dubbo.tracing.filter.ObservationSenderFilter
- ObservationSupportUtil - Class in org.apache.dubbo.tracing.utils
- ObservationSupportUtil() - Constructor for class org.apache.dubbo.tracing.utils.ObservationSupportUtil
- onError(Throwable, Invoker<?>, Invocation) - Method in class org.apache.dubbo.tracing.filter.ObservationReceiverFilter
- onError(Throwable, Invoker<?>, Invocation) - Method in class org.apache.dubbo.tracing.filter.ObservationSenderFilter
- onResponse(Result, Invoker<?>, Invocation) - Method in class org.apache.dubbo.tracing.filter.ObservationReceiverFilter
- onResponse(Result, Invoker<?>, Invocation) - Method in class org.apache.dubbo.tracing.filter.ObservationSenderFilter
- onScopeOpened(T) - Method in class org.apache.dubbo.tracing.handler.DubboClientTracingObservationHandler
- onScopeOpened(T) - Method in class org.apache.dubbo.tracing.handler.DubboServerTracingObservationHandler
- OpenTelemetryProvider - Class in org.apache.dubbo.tracing.tracer.otel
- OpenTelemetryProvider(ApplicationModel, TracingConfig) - Constructor for class org.apache.dubbo.tracing.tracer.otel.OpenTelemetryProvider
- org.apache.dubbo.tracing - package org.apache.dubbo.tracing
- org.apache.dubbo.tracing.context - package org.apache.dubbo.tracing.context
- org.apache.dubbo.tracing.exporter.otlp - package org.apache.dubbo.tracing.exporter.otlp
- org.apache.dubbo.tracing.exporter.zipkin - package org.apache.dubbo.tracing.exporter.zipkin
- org.apache.dubbo.tracing.filter - package org.apache.dubbo.tracing.filter
- org.apache.dubbo.tracing.handler - package org.apache.dubbo.tracing.handler
- org.apache.dubbo.tracing.tracer - package org.apache.dubbo.tracing.tracer
- org.apache.dubbo.tracing.tracer.brave - package org.apache.dubbo.tracing.tracer.brave
- org.apache.dubbo.tracing.tracer.otel - package org.apache.dubbo.tracing.tracer.otel
- org.apache.dubbo.tracing.utils - package org.apache.dubbo.tracing.utils
- OTelPropagatorProvider - Class in org.apache.dubbo.tracing.tracer.otel
- OTelPropagatorProvider() - Constructor for class org.apache.dubbo.tracing.tracer.otel.OTelPropagatorProvider
- OTlpSpanExporter - Class in org.apache.dubbo.tracing.exporter.otlp
-
OTlp span exporter for OTel.
- OTlpSpanExporter() - Constructor for class org.apache.dubbo.tracing.exporter.otlp.OTlpSpanExporter
P
- PropagationType - Enum in org.apache.dubbo.tracing.utils
- PropagatorProvider - Interface in org.apache.dubbo.tracing.tracer
- PropagatorProviderFactory - Class in org.apache.dubbo.tracing.tracer
- PropagatorProviderFactory() - Constructor for class org.apache.dubbo.tracing.tracer.PropagatorProviderFactory
S
- SERVER - Enum constant in enum org.apache.dubbo.tracing.DubboObservationDocumentation
-
Server side Dubbo RPC Observation.
- supportsContext(Observation.Context) - Method in interface org.apache.dubbo.tracing.DubboClientObservationConvention
- supportsContext(Observation.Context) - Method in interface org.apache.dubbo.tracing.DubboServerObservationConvention
- supportsContext(Observation.Context) - Method in class org.apache.dubbo.tracing.handler.DubboClientTracingObservationHandler
- supportsContext(Observation.Context) - Method in class org.apache.dubbo.tracing.handler.DubboServerTracingObservationHandler
T
- TracerProvider - Interface in org.apache.dubbo.tracing.tracer
- TracerProviderFactory - Class in org.apache.dubbo.tracing.tracer
- TracerProviderFactory() - Constructor for class org.apache.dubbo.tracing.tracer.TracerProviderFactory
V
- valueOf(String) - Static method in enum org.apache.dubbo.tracing.DubboObservationDocumentation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.dubbo.tracing.utils.PropagationType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.dubbo.tracing.DubboObservationDocumentation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.dubbo.tracing.utils.PropagationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- W3C - Enum constant in enum org.apache.dubbo.tracing.utils.PropagationType
Z
- ZipkinSpanExporter - Class in org.apache.dubbo.tracing.exporter.zipkin
-
Zipkin span exporter for OTel.
- ZipkinSpanExporter() - Constructor for class org.apache.dubbo.tracing.exporter.zipkin.ZipkinSpanExporter
- ZipkinSpanHandler - Class in org.apache.dubbo.tracing.exporter.zipkin
-
Zipkin span handler for Brave.
- ZipkinSpanHandler() - Constructor for class org.apache.dubbo.tracing.exporter.zipkin.ZipkinSpanHandler
All Classes and Interfaces|All Packages|Constant Field Values