Packages

package namer

Type Members

  1. class DefaultNamer extends Namer

    Default metric key naming starts with the descriptor category, then includes all visible and non-unique parts of the identity using pairs of identity category and name, and then adds the descriptor key.

    Default metric key naming starts with the descriptor category, then includes all visible and non-unique parts of the identity using pairs of identity category and name, and then adds the descriptor key.

    For example, using the default formatter, an actor will have the following metric key:

    
    "metrics.akka.systems..dispatchers..actors.."
    
    

Ungrouped