Interface HelidonTelemetryClientFilterHelper


public interface HelidonTelemetryClientFilterHelper
Service-loaded type applied while the Helidon-provided client filter executes.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    shouldStartSpan(ClientRequestContext clientRequestContext)
    Invoked to see if this helper votes to create and start a new span for the outgoing client request reflected in the provided client request context.
  • Method Details

    • shouldStartSpan

      boolean shouldStartSpan(ClientRequestContext clientRequestContext)
      Invoked to see if this helper votes to create and start a new span for the outgoing client request reflected in the provided client request context.
      Parameters:
      clientRequestContext - the ClientRequestContext passed to the filter
      Returns:
      true to vote to start a span; false to vote not to start a span