class
Metric

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.

Properties

String name
read-only
name of this metric.
String description
read-only
description of this metric.

Constructors

Metric(String name, String description)