Abstract Metric class. Metric names must be unique, are hierarchical, and use periods as separators. For example, 'a.b.c'. Uniqueness is only enforced when a Metric is registered. The name of a metric cannot contain the slash ('/') character.

Implemented by

Properties

description String
read-only

description of this metric.

name String
read-only

name of this metric.

Constructors

Metric(String name, String description)