Package io.dropwizard.metrics5
Interface MetricSet
- All Superinterfaces:
Metric
- All Known Implementing Classes:
MetricRegistry
,NoopMetricRegistry
A set of named metrics.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionA map of metric names to metrics.
-
Method Details
-
getMetrics
Map<MetricName,Metric> getMetrics()A map of metric names to metrics.- Returns:
- the metrics
-