Interface Metric

  • All Superinterfaces:
    Telemetry
    All Known Implementing Classes:
    Count, Gauge, Summary

    public interface Metric
    extends Telemetry
    A Metric is a very low-level data structure, recorded in the New Relic Metric API.

    All Metric instances allow you to specify an arbitrary set of attributes, which can be used for faceted querying in New Relic.

    This is a tag-interface and contains no inherent functionality.

    See Also:
    Gauge, Count, Summary