Package com.gigaspaces.metrics
Interface BeanMetricManager
- All Known Implementing Classes:
DummyMetricRegistrator,InternalMetricRegistrator,MetricRegistrator,MicrometerRegistrator
public interface BeanMetricManager
- Since:
- 11.0
- Author:
- Niv Ingberg
-
Method Summary
-
Method Details
-
register
Registers the specified metric with the specified metric name.- Parameters:
name- Name of metric to registermetric- Metric to register
-
unregister
Unregisters the specified metric.- Parameters:
name- Name of metric to unregister
-
clear
void clear()Unregisters all the metrics registered via this BeanMetricManager instance.
-