Class RestSpanDecorator
java.lang.Object
org.apache.camel.telemetry.decorators.AbstractSpanDecorator
org.apache.camel.telemetry.decorators.AbstractHttpSpanDecorator
org.apache.camel.telemetry.decorators.RestSpanDecorator
- All Implemented Interfaces:
SpanDecorator
-
Field Summary
Fields inherited from class org.apache.camel.telemetry.decorators.AbstractHttpSpanDecorator
GET_METHOD, POST_METHOD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeTracingEvent(Span span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) getOperationName(org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) getParameters(String path) protected static StringMethods inherited from class org.apache.camel.telemetry.decorators.AbstractHttpSpanDecorator
afterTracingEvent, getHttpMethod, getHttpURLMethods inherited from class org.apache.camel.telemetry.decorators.AbstractSpanDecorator
getExtractor, getInjector, stripSchemeAndOptions, stripSchemeAndOptions, toQueryParameters
-
Constructor Details
-
RestSpanDecorator
public RestSpanDecorator()
-
-
Method Details
-
getComponent
-
getComponentClassName
-
getOperationName
public String getOperationName(org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) - Specified by:
getOperationNamein interfaceSpanDecorator- Overrides:
getOperationNamein classAbstractHttpSpanDecorator
-
beforeTracingEvent
public void beforeTracingEvent(Span span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) - Specified by:
beforeTracingEventin interfaceSpanDecorator- Overrides:
beforeTracingEventin classAbstractHttpSpanDecorator
-
getPath
-
getParameters
-