class CompositeMetricSet
A MetricSet
implementation that aggregates a set of MetricSets and Metrics.
Type | Name and description |
---|---|
void |
addMetric(Metric metric) Add a single Metric to this MetricSet |
void |
addMetricSet(MetricSet metricSet) Add all of the Metrics within the specified MetricSet to this MetricSet |
List |
getMetrics()
|
Add a single Metric to this MetricSet
metric
- - the Metric to addAdd all of the Metrics within the specified MetricSet to this MetricSet
metricSet
- - the MetricSet whose Metrics are to be included