public interface MetricsReporter
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
void |
init(GatewayConfig config) |
boolean |
isEnabled() |
void |
start(MetricsContext metricsContext) |
void |
stop() |
String getName()
void init(GatewayConfig config) throws MetricsReporterException
MetricsReporterExceptionvoid start(MetricsContext metricsContext) throws MetricsReporterException
MetricsReporterExceptionvoid stop() throws MetricsReporterException
MetricsReporterExceptionboolean isEnabled()
Copyright © 2022 The Apache Software Foundation. All rights reserved.