Package org.onlab.metrics
Interface MetricsReporter
-
public interface MetricsReporter
Interface of reporter that reports all metrics value to third party monitor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notifyMetricsChange()
Notifies the changes on metric registry.void
restartReport()
Restarts metrics reporter.void
startReport()
Starts to report a set of metrics to the monitoring server.void
stopReport()
Stops reporting metrics.
-
-
-
Method Detail
-
startReport
void startReport()
Starts to report a set of metrics to the monitoring server.
-
stopReport
void stopReport()
Stops reporting metrics.
-
restartReport
void restartReport()
Restarts metrics reporter.
-
notifyMetricsChange
void notifyMetricsChange()
Notifies the changes on metric registry.
-
-