Interface HelixCorrelationId

All Known Implementing Classes:
NoopCorrelationId

public interface HelixCorrelationId
Interface that must be implemented by all distributed tracing correlation identifier providers.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the span id.
    Gets the trace id.
  • Method Details

    • traceId

      String traceId()
      Gets the trace id.
      Returns:
      trace id
    • spanId

      String spanId()
      Gets the span id.
      Returns:
      span id