Packages

trait Namer extends AnyRef

Create names for metrics.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Namer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def name(identity: Identity, descriptor: Descriptor): String

    Create the full metric key for a metric.

    Create the full metric key for a metric.

    identity

    identity for the instrumented entity

    descriptor

    descriptor for the metric

    returns

    full metric key for this identity and metric descriptor

  2. abstract def simpleName(identity: Identity, descriptor: Descriptor): String

    Create the simple name for a metric, without full hierarchy.

    Create the simple name for a metric, without full hierarchy.

    identity

    identity for the instrumented entity

    descriptor

    descriptor for the metric

    returns

    simple metric key for this identity and metric descriptor

  3. abstract def uniqueName(identity: Identity, descriptor: Descriptor): String

    Create the full metric key for a metric, including unique dimensions.

    Create the full metric key for a metric, including unique dimensions.

    identity

    identity for the instrumented entity

    descriptor

    descriptor for the metric

    returns

    unique metric key for this identity and metric descriptor