Interface HelidonTelemetryContainerFilterHelper


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

    Modifier and Type
    Method
    Description
    boolean
    shouldStartSpan(ContainerRequestContext containerRequestContext)
    Invoked to see if this helper votes to create and start a new span for the incoming request reflected in the provided container request context.
  • Method Details

    • shouldStartSpan

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