Package org.apache.camel.telemetry
Interface SpanDecorator
- All Known Implementing Classes:
AbstractHttpSpanDecorator,AbstractInternalSpanDecorator,AbstractMessagingSpanDecorator,AbstractSpanDecorator,ActiveMQ6SpanDecorator,ActiveMQSpanDecorator,AhcSpanDecorator,AmqpSpanDecorator,AzureServiceBusSpanDecorator,CometdSpanDecorator,CometdsSpanDecorator,CqlSpanDecorator,DirectSpanDecorator,DisruptorSpanDecorator,DisruptorvmSpanDecorator,ElasticsearchSpanDecorator,FileSpanDecorator,FtpSpanDecorator,FtpsSpanDecorator,HttpSpanDecorator,HttpsSpanDecorator,IronmqSpanDecorator,JdbcSpanDecorator,JettySpanDecorator,JmsSpanDecorator,KafkaSpanDecorator,LogSpanDecorator,MongoDBSpanDecorator,NatsSpanDecorator,NettyHttpSpanDecorator,Paho5SpanDecorator,PahoSpanDecorator,PlatformHttpSpanDecorator,ProcessorSpanDecorator,RestOpenapiSpanDecorator,RestSpanDecorator,SchedulerSpanDecorator,SedaSpanDecorator,ServletSpanDecorator,SftpSpanDecorator,Sjms2SpanDecorator,SjmsSpanDecorator,SpringRabbitmqSpanDecorator,SqlSpanDecorator,StompSpanDecorator,TimerSpanDecorator,UndertowSpanDecorator,VertxHttpSpanDecorator
public interface SpanDecorator
This interface represents a decorator specific to the component/endpoint being instrumented.
-
Method Summary
Modifier and TypeMethodDescriptionvoidafterTracingEvent(Span span, org.apache.camel.Exchange exchange) voidbeforeTracingEvent(Span span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) getExtractor(org.apache.camel.Exchange exchange) getInjector(org.apache.camel.Exchange exchange) getOperationName(org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint)