|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MetricsProcessor | |
|---|---|
| com.yammer.metrics.core | |
| com.yammer.metrics.reporting | |
| Uses of MetricsProcessor in com.yammer.metrics.core |
|---|
| Methods in com.yammer.metrics.core with parameters of type MetricsProcessor | ||
|---|---|---|
|
TimerMetric.processWith(MetricsProcessor<T> processor,
MetricName name,
T context)
|
|
|
Metric.processWith(MetricsProcessor<T> reporter,
MetricName name,
T context)
|
|
|
MeterMetric.processWith(MetricsProcessor<T> processor,
MetricName name,
T context)
|
|
|
HistogramMetric.processWith(MetricsProcessor<T> processor,
MetricName name,
T context)
|
|
|
CounterMetric.processWith(MetricsProcessor<T> processor,
MetricName name,
T context)
|
|
|
GaugeMetric.processWith(MetricsProcessor<U> processor,
MetricName name,
U context)
|
|
| Uses of MetricsProcessor in com.yammer.metrics.reporting |
|---|
| Classes in com.yammer.metrics.reporting that implement MetricsProcessor | |
|---|---|
class |
ConsoleReporter
A simple reporters which prints out application metrics to a PrintStream periodically. |
class |
CsvReporter
|
class |
JmxReporter
A reporter which exposes application metric as JMX MBeans. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||