-
- All Implemented Interfaces:
-
com.datadog.trace.api.naming.NamingSchema.ForClient
public class ClientNamingV1 implements NamingSchema.ForClient
-
-
Method Summary
Modifier and Type Method Description StringoperationForProtocol(@NonNull() String protocol)Calculate the operation name for a client span. StringoperationForComponent(@NonNull() String component)Calculate the operation name for a client span. -
-
Method Detail
-
operationForProtocol
@NonNull() String operationForProtocol(@NonNull() String protocol)
Calculate the operation name for a client span.
- Parameters:
protocol- the protocol used (e.g.
-
operationForComponent
@NonNull() String operationForComponent(@NonNull() String component)
Calculate the operation name for a client span.
- Parameters:
component- the name of the instrumentation componen
-
-
-
-