Class MetricValueKey

  • All Implemented Interfaces:
    Comparable<MetricValueKey>

    public class MetricValueKey
    extends Object
    implements Comparable<MetricValueKey>
    Contains the combination of the name and tags, which identify specific metric value stream. E.g. histogram buckets may have the same name "_bucket" but can be distinguished one from another using tag pair: "le=100" vs "le=200", etc.