Class ZipkinHelixCorrelationId
java.lang.Object
com.helixframework.tracing.http.HttpHeaderHelixCorrelationId
com.helixframework.tracing.zipkin.ZipkinHelixCorrelationId
- All Implemented Interfaces:
com.helixframework.tracing.HelixCorrelationId
public class ZipkinHelixCorrelationId
extends com.helixframework.tracing.http.HttpHeaderHelixCorrelationId
-
Constructor Summary
ConstructorsConstructorDescriptionZipkinHelixCorrelationId(jakarta.servlet.http.HttpServletRequest httpRequest) Constructs an instance ofHttpHeaderHelixCorrelationIdthat retrieves trace id and span id from specified HTTP headers in the providedHttpServletRequest. -
Method Summary
Methods inherited from class com.helixframework.tracing.http.HttpHeaderHelixCorrelationId
spanId, traceId
-
Constructor Details
-
ZipkinHelixCorrelationId
public ZipkinHelixCorrelationId(jakarta.servlet.http.HttpServletRequest httpRequest) Constructs an instance ofHttpHeaderHelixCorrelationIdthat retrieves trace id and span id from specified HTTP headers in the providedHttpServletRequest.- Parameters:
httpRequest- TheHttpServletRequestfrom which the headers will be read.
-