Interface HelidonTelemetryContainerFilterHelper
public interface HelidonTelemetryContainerFilterHelper
Service-loaded type applied while the Helidon-provided container filter executes.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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
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
- theContainerRequestContext
passed to the filter- Returns:
- true to vote to start a span; false to vote not to start a span
-