Class CqlSpanDecorator
java.lang.Object
org.apache.camel.telemetry.decorators.AbstractSpanDecorator
org.apache.camel.telemetry.decorators.CqlSpanDecorator
- All Implemented Interfaces:
SpanDecorator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeTracingEvent(Span span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) Methods inherited from class org.apache.camel.telemetry.decorators.AbstractSpanDecorator
afterTracingEvent, getExtractor, getInjector, getOperationName, stripSchemeAndOptions, stripSchemeAndOptions, toQueryParameters
-
Field Details
-
CASSANDRA_DB_TYPE
- See Also:
-
CAMEL_CQL_QUERY
- See Also:
-
-
Constructor Details
-
CqlSpanDecorator
public CqlSpanDecorator()
-
-
Method Details
-
getComponent
-
getComponentClassName
-
beforeTracingEvent
public void beforeTracingEvent(Span span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) - Specified by:
beforeTracingEventin interfaceSpanDecorator- Overrides:
beforeTracingEventin classAbstractSpanDecorator
-