@ExperimentalApi public abstract class MetricsComponent extends Object
ExportComponent.| Constructor and Description |
|---|
MetricsComponent() |
| Modifier and Type | Method and Description |
|---|---|
abstract ExportComponent |
getExportComponent()
Returns the
ExportComponent with the provided implementation. |
abstract MetricRegistry |
getMetricRegistry()
Returns the
MetricRegistry with the provided implementation. |
public abstract ExportComponent getExportComponent()
ExportComponent with the provided implementation. If no implementation is
provided then no-op implementations will be used.ExportComponent implementation.public abstract MetricRegistry getMetricRegistry()
MetricRegistry with the provided implementation.MetricRegistry implementation.