Package com.gigaspaces.metrics
Class InternalMetricRegistrator
java.lang.Object
com.gigaspaces.metrics.MetricRegistrator
com.gigaspaces.metrics.InternalMetricRegistrator
- All Implemented Interfaces:
BeanMetricManager
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionInternalMetricRegistrator(MetricManager metricManager, String prefix, MetricTags tags) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Deprecated.Unregisters all the metrics registered via this BeanMetricManager instance.Deprecated.Deprecated.Extend this registrator with additional prefix, tags, and dynamic tags.voidDeprecated.Registers the specified metric with the specified metric name.Deprecated.voidunregister(String name) Deprecated.Unregisters the specified metric.voidunregisterByPrefix(String prefix) Deprecated.
-
Constructor Details
-
InternalMetricRegistrator
Deprecated.
-
-
Method Details
-
extend
Deprecated.- Specified by:
extendin classMetricRegistrator
-
extend
public MetricRegistrator extend(String prefix, Map<String, String> newTags, Map<String, DynamicMetricTag> newDynamicTags) Deprecated.Description copied from class:MetricRegistratorExtend 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.- Overrides:
extendin classMetricRegistrator
-
toPath
Deprecated.- Specified by:
toPathin classMetricRegistrator
-
register
Deprecated.Description copied from interface:BeanMetricManagerRegisters the specified metric with the specified metric name.- Parameters:
name- Name of metric to registermetric- Metric to register
-
unregister
Deprecated.Description copied from interface:BeanMetricManagerUnregisters the specified metric.- Parameters:
name- Name of metric to unregister
-
unregisterByPrefix
Deprecated.- Specified by:
unregisterByPrefixin classMetricRegistrator
-
clear
public void clear()Deprecated.Description copied from interface:BeanMetricManagerUnregisters all the metrics registered via this BeanMetricManager instance.
-
MetricManager. The active registrator isMicrometerRegistrator.