-
public interface NamingSchema.ForDatabase
-
-
Method Summary
Modifier and Type Method Description abstract StringnormalizedName(@NonNull() String rawName)Normalize the cache name from the raw parsed one. abstract Stringoperation(@NonNull() String databaseType)Calculate the operation name for a database span. abstract Stringservice(@NonNull() String databaseType)Calculate the service name for a database span. -
-
Method Detail
-
normalizedName
abstract String normalizedName(@NonNull() String rawName)
Normalize the cache name from the raw parsed one.
- Parameters:
rawName- the raw name
-
operation
@NonNull() abstract String operation(@NonNull() String databaseType)
Calculate the operation name for a database span.
- Parameters:
databaseType- the database type (e.g.
-
-
-
-