Uses of Interface
org.apache.camel.telemetry.Span
Packages that use Span
-
Uses of Span in org.apache.camel.telemetry
Methods in org.apache.camel.telemetry that return SpanModifier and TypeMethodDescriptionSpanLifecycleManager.create(String spanName, Span parent, SpanContextPropagationExtractor extractor) SpanStorageManager.peek(org.apache.camel.Exchange exchange) SpanStorageManagerExchange.peek(org.apache.camel.Exchange exchange) SpanStorageManager.pull(org.apache.camel.Exchange exchange) SpanStorageManagerExchange.pull(org.apache.camel.Exchange exchange) Methods in org.apache.camel.telemetry with parameters of type SpanModifier and TypeMethodDescriptionvoidvoidSpanDecorator.afterTracingEvent(Span span, org.apache.camel.Exchange exchange) voidSpanDecorator.beforeTracingEvent(Span span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) voidSpanLifecycleManager.create(String spanName, Span parent, SpanContextPropagationExtractor extractor) voidSpanLifecycleManager.deactivate(Span span) voidSpanLifecycleManager.inject(Span span, SpanContextPropagationInjector injector) voidvoid -
Uses of Span in org.apache.camel.telemetry.decorators
Methods in org.apache.camel.telemetry.decorators with parameters of type SpanModifier and TypeMethodDescriptionvoidAbstractHttpSpanDecorator.afterTracingEvent(Span span, org.apache.camel.Exchange exchange) voidAbstractSpanDecorator.afterTracingEvent(Span span, org.apache.camel.Exchange exchange) voidAbstractHttpSpanDecorator.beforeTracingEvent(Span span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) voidAbstractMessagingSpanDecorator.beforeTracingEvent(Span span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) voidAbstractSpanDecorator.beforeTracingEvent(Span span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) voidAzureServiceBusSpanDecorator.beforeTracingEvent(Span span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) voidCqlSpanDecorator.beforeTracingEvent(Span span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) voidElasticsearchSpanDecorator.beforeTracingEvent(Span span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) voidFileSpanDecorator.beforeTracingEvent(Span span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) voidJdbcSpanDecorator.beforeTracingEvent(Span span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) voidKafkaSpanDecorator.beforeTracingEvent(Span span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) voidMongoDBSpanDecorator.beforeTracingEvent(Span span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) voidProcessorSpanDecorator.beforeTracingEvent(Span span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) voidRestSpanDecorator.beforeTracingEvent(Span span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) voidSqlSpanDecorator.beforeTracingEvent(Span span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint)