-
public interface NamingSchema.ForClient
-
-
Method Summary
Modifier and Type Method Description abstract StringoperationForProtocol(@NonNull() String protocol)Calculate the operation name for a client span. abstract StringoperationForComponent(@NonNull() String component)Calculate the operation name for a client span. -
-
Method Detail
-
operationForProtocol
@NonNull() abstract String operationForProtocol(@NonNull() String protocol)
Calculate the operation name for a client span.
- Parameters:
protocol- the protocol used (e.g.
-
operationForComponent
@NonNull() abstract String operationForComponent(@NonNull() String component)
Calculate the operation name for a client span.
- Parameters:
component- the name of the instrumentation componen
-
-
-
-