| Methods in com.yammer.metrics.reporting with parameters of type JmxReporter.Context |
void |
JmxReporter.processCounter(MetricName name,
CounterMetric counter,
JmxReporter.Context context)
|
void |
JmxReporter.processGauge(MetricName name,
GaugeMetric<?> gauge,
JmxReporter.Context context)
|
void |
JmxReporter.processHistogram(MetricName name,
HistogramMetric histogram,
JmxReporter.Context context)
|
void |
JmxReporter.processMeter(MetricName name,
Metered meter,
JmxReporter.Context context)
|
void |
JmxReporter.processTimer(MetricName name,
TimerMetric timer,
JmxReporter.Context context)
|