Class PrometheusPreparableReporter
java.lang.Object
org.apache.storm.metrics.prometheus.PrometheusPreparableReporter
- All Implemented Interfaces:
PreparableReporter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected PrometheusReporterClient
void
void
start()
void
stop()
-
Constructor Details
-
PrometheusPreparableReporter
public PrometheusPreparableReporter()
-
-
Method Details
-
getReporter
-
prepare
public void prepare(com.codahale.metrics.MetricRegistry metricsRegistry, Map<String, Object> daemonConf) - Specified by:
prepare
in interfacePreparableReporter
-
start
public void start()- Specified by:
start
in interfacePreparableReporter
-
stop
public void stop()- Specified by:
stop
in interfacePreparableReporter
-