@FunctionalInterface public interface MonitoringDataSink
MonitoringDataSink observes all monitoring data values as a sequence of key-value pairs where all values
have been converted to longs.| Modifier and Type | Method and Description |
|---|---|
void |
accept(CharSequence key,
long value)
Publishes a key-value pair to this sink.
|
void accept(CharSequence key, long value)
key - the full metric name, e.g. x=y a=b xCountvalue - numeric value of the metricCopyright © 2019. All rights reserved.