Class MetricFamily


  • public class MetricFamily
    extends java.lang.Object
    Contains all metrics within a family (that is, of the same name). All metrics in a family have the same type.
    • Method Detail

      • getName

        public java.lang.String getName()
      • getHelp

        public java.lang.String getHelp()
      • getMetrics

        public java.util.List<Metric> getMetrics()