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

    Constructors
    Constructor
    Description
    ZipkinHelixCorrelationId(jakarta.servlet.http.HttpServletRequest httpRequest)
    Constructs an instance of HttpHeaderHelixCorrelationId that retrieves trace id and span id from specified HTTP headers in the provided HttpServletRequest.
  • Method Summary

    Methods inherited from class com.helixframework.tracing.http.HttpHeaderHelixCorrelationId

    spanId, traceId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ZipkinHelixCorrelationId

      public ZipkinHelixCorrelationId(jakarta.servlet.http.HttpServletRequest httpRequest)
      Constructs an instance of HttpHeaderHelixCorrelationId that retrieves trace id and span id from specified HTTP headers in the provided HttpServletRequest.
      Parameters:
      httpRequest - The HttpServletRequest from which the headers will be read.