Class MetricsInfo


  • public class MetricsInfo
    extends Object
    An immutable class providing a view of MetricsInfo The value is in type String, and IMetricsSink would determine how to parse it.
    • Constructor Detail

      • MetricsInfo

        public MetricsInfo​(String name,
                           String value)
    • Method Detail

      • getName

        public String getName()
        Get the name of the metric
        Returns:
        the name of the metric
      • getValue

        public String getValue()
        Get the value of the metric
        Returns:
        the value of the metric