Interface HelidonTelemetryClientFilterHelper
public interface HelidonTelemetryClientFilterHelper
Service-loaded type applied while the Helidon-provided client filter executes.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanshouldStartSpan(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
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- theClientRequestContextpassed to the filter- Returns:
- true to vote to start a span; false to vote not to start a span
-