Interface YammerMetricsUtils.YammerMetric

All Known Implementing Classes:
KafkaMetricsUtils.KafkaMetricWrapper
Enclosing class:
YammerMetricsUtils

public static interface YammerMetricsUtils.YammerMetric
  • Method Details

    • getGroup

      String getGroup()
    • getType

      String getType()
    • getName

      String getName()
    • getTags

      Map<String,String> getTags()
    • longAggregate

      long longAggregate()
    • doubleAggregate

      double doubleAggregate()