Class SleuthHttpPolicy
java.lang.Object
com.azure.spring.cloud.trace.sleuth.SleuthHttpPolicy
- All Implemented Interfaces:
com.azure.core.http.policy.HttpPipelinePolicy
public class SleuthHttpPolicy
extends Object
implements com.azure.core.http.policy.HttpPipelinePolicy
Pipeline policy that creates a Sleuth span which traces the service request,
this policy will be placed after a
RetryPolicy
by default.-
Constructor Summary
ConstructorDescriptionSleuthHttpPolicy
(org.springframework.cloud.sleuth.Tracer tracer) Creates a new instance ofSleuthHttpPolicy
. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.azure.core.http.policy.HttpPipelinePolicy
getPipelinePosition, processSync
-
Constructor Details
-
SleuthHttpPolicy
public SleuthHttpPolicy(org.springframework.cloud.sleuth.Tracer tracer) Creates a new instance ofSleuthHttpPolicy
.- Parameters:
tracer
- the tracer
-
-
Method Details
-
process
public Mono<com.azure.core.http.HttpResponse> process(com.azure.core.http.HttpPipelineCallContext context, com.azure.core.http.HttpPipelineNextPolicy next) - Specified by:
process
in interfacecom.azure.core.http.policy.HttpPipelinePolicy
-