|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MetricPredicate | |
|---|---|
| com.yammer.metrics.core | |
| com.yammer.metrics.reporting | |
| Uses of MetricPredicate in com.yammer.metrics.core |
|---|
| Fields in com.yammer.metrics.core declared as MetricPredicate | |
|---|---|
static MetricPredicate |
MetricPredicate.ALL
A predicate which matches all inputs. |
| Methods in com.yammer.metrics.core with parameters of type MetricPredicate | |
|---|---|
SortedMap<String,SortedMap<MetricName,Metric>> |
MetricsRegistry.groupedMetrics(MetricPredicate predicate)
Returns a grouped and sorted map of all registered metrics which match then given MetricPredicate. |
| Uses of MetricPredicate in com.yammer.metrics.reporting |
|---|
| Constructors in com.yammer.metrics.reporting with parameters of type MetricPredicate | |
|---|---|
ConsoleReporter(MetricsRegistry metricsRegistry,
PrintStream out,
MetricPredicate predicate)
Creates a new ConsoleReporter for a given metrics registry. |
|
ConsoleReporter(MetricsRegistry metricsRegistry,
PrintStream out,
MetricPredicate predicate,
Clock clock,
TimeZone timeZone)
Creates a new ConsoleReporter for a given metrics registry. |
|
ConsoleReporter(MetricsRegistry metricsRegistry,
PrintStream out,
MetricPredicate predicate,
Clock clock,
TimeZone timeZone,
Locale locale)
Creates a new ConsoleReporter for a given metrics registry. |
|
CsvReporter(MetricsRegistry metricsRegistry,
MetricPredicate predicate,
File outputDir)
Creates a new CsvReporter which will write metrics from the given
MetricsRegistry which match the given MetricPredicate to CSV files in the
given output directory. |
|
CsvReporter(MetricsRegistry metricsRegistry,
MetricPredicate predicate,
File outputDir,
Clock clock)
Creates a new CsvReporter which will write metrics from the given
MetricsRegistry which match the given MetricPredicate to CSV files in the
given output directory. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||