| Modifier and Type | Class | Description |
|---|---|---|
class |
BaseFormattedReporterFactory |
A base
ReporterFactory for configuring metric reporters with formatting options. |
class |
BaseReporterFactory |
A base
ReporterFactory for configuring metric reporters. |
class |
ConsoleReporterFactory |
A factory for configuring and building
ConsoleReporter instances. |
class |
CsvReporterFactory |
A factory for configuring and building
CsvReporter instances. |
class |
Slf4jReporterFactory |
A
ReporterFactory for Slf4jReporter instances. |
| Modifier and Type | Method | Description |
|---|---|---|
com.google.common.collect.ImmutableList<ReporterFactory> |
MetricsFactory.getReporters() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
MetricsFactory.setReporters(com.google.common.collect.ImmutableList<ReporterFactory> reporters) |
Copyright © 2018. All rights reserved.