Package com.gigaspaces.metrics
Class MetricSampler
java.lang.Object
com.gigaspaces.metrics.MetricSampler
- All Implemented Interfaces:
Closeable,AutoCloseable
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionMetricSampler(MetricSamplerConfig config, Collection<MetricReporter> reporters) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Deprecated.Stops the reporter and shuts down its thread of execution.getName()Deprecated.Deprecated.getSnapshotsByPrefix(String prefix) Deprecated.getSnapshotsByPrefixAndMatchingTags(String prefix, MetricTags tags) Deprecated.booleanisActive()Deprecated.voidregister(String name, MetricTags tags, Metric metric) Deprecated.voidremove(String metricName, MetricTags tags) Deprecated.voidremoveByPrefix(String prefix, MetricTags tags) Deprecated.toString()Deprecated.
-
Constructor Details
-
MetricSampler
Deprecated.
-
-
Method Details
-
isActive
public boolean isActive()Deprecated. -
close
public void close()Deprecated.Stops the reporter and shuts down its thread of execution.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
register
Deprecated. -
remove
Deprecated. -
removeByPrefix
Deprecated. -
getSnapshotsByPrefixAndMatchingTags
Deprecated. -
getSnapshotsByPrefix
Deprecated. -
getRegistry
Deprecated. -
getName
Deprecated. -
toString
Deprecated.
-
MetricManager. Micrometer backends handle their own scheduling internally.