Interface MetricSet

All Superinterfaces:
Metric
All Known Implementing Classes:
BufferPoolMetricSet, GarbageCollectorMetricSet, JvmAttributeGaugeSet, MemoryUsageGaugeSet, MetricRegistry, ThreadStatesGaugeSet

public interface MetricSet extends Metric
A set of named metrics.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    A map of metric names to metrics.
  • Method Details

    • getMetrics

      Map<String,Metric> getMetrics()
      A map of metric names to metrics.
      Returns:
      the metrics