Implementations of this interface consume the {@link MetricsRecord} generatedfrom {@link MetricsSource}. It registers with {@link MetricsSystem} whichperiodically pushes the {@link MetricsRecord} to the sink using{@link #putMetrics(MetricsRecord)} method. If the implementing class alsoimplements {@link Closeable}, then the MetricsSystem will close the sink when it is stopped.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|