@Contract @FunctionalInterface public interface MonitoringDataSource
MonitoringDataCollector.tag(CharSequence, CharSequence) method. After the context is complete for a group of
data points these are added using MonitoringDataCollector.collect(CharSequence, long).| Modifier and Type | Method and Description |
|---|---|
void |
collect(MonitoringDataCollector collector)
Collects all the data points of this at the current moment.
|
void collect(MonitoringDataCollector collector)
collector - the MonitoringDataCollector instance to use to collect the data points of this sourceCopyright © 2019. All rights reserved.