Package version
An interface that describes the possible events that will be emitted from a Stats instance. Stats exporters should implement this interface.
Is called whenever a new measurement is recorded.
since version 0.0.9 - use start instead
The views related to the measurement
The recorded measurement
The tags to which the value is applied
Is called whenever a new view is registered
The registered view
Starts the exporter that polls Metric from Metrics library and send batched data to backend.
Stops the exporter.
Generated using TypeDoc
An interface that describes the possible events that will be emitted from a Stats instance. Stats exporters should implement this interface.