Package com.gigaspaces.metrics
Class MetricRegistrator
java.lang.Object
com.gigaspaces.metrics.MetricRegistrator
- All Implemented Interfaces:
BeanMetricManager
- Direct Known Subclasses:
DummyMetricRegistrator,InternalMetricRegistrator,MicrometerRegistrator
- Since:
- 10.1
- Author:
- Niv Ingberg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract MetricRegistratorExtend this registrator with additional prefix, tags, and dynamic tags.abstract Stringabstract voidunregisterByPrefix(String prefix) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.metrics.BeanMetricManager
clear, register, unregister
-
Constructor Details
-
MetricRegistrator
public MetricRegistrator()
-
-
Method Details
-
extend
-
extend
public MetricRegistrator extend(String prefix, Map<String, String> newTags, Map<String, DynamicMetricTag> newDynamicTags) Extend this registrator with additional prefix, tags, and dynamic tags. Default implementation ignores the extra parameters and calls extend(prefix). Subclasses should override to handle tags and dynamic tags. -
toPath
-
unregisterByPrefix
-