Package 

Interface NamingSchema.ForDatabase

    • Method Summary

      Modifier and Type Method Description
      abstract String normalizedName(@NonNull() String rawName) Normalize the cache name from the raw parsed one.
      abstract String operation(@NonNull() String databaseType) Calculate the operation name for a database span.
      abstract String service(@NonNull() String databaseType) Calculate the service name for a database span.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • operation

        @NonNull() abstract String operation(@NonNull() String databaseType)

        Calculate the operation name for a database span.

        Parameters:
        databaseType - the database type (e.g.
      • service

         abstract String service(@NonNull() String databaseType)

        Calculate the service name for a database span.

        Parameters:
        databaseType - the database type (e.g.