Uses of Class
com.gigaspaces.metrics.Metric
Packages that use Metric
Package
Description
-
Uses of Metric in com.gigaspaces.metrics
Subclasses of Metric in com.gigaspaces.metricsModifier and TypeClassDescriptionclassGauge<T>Deprecated.classDeprecated.UseTimerfor latency measurementsclassDeprecated.UseAtomicLongwith Micrometer Gauge, orCounterfor monotonic countersclassDeprecated.UseCounterwith monitoring system rate queriesMethods in com.gigaspaces.metrics with type parameters of type MetricModifier and TypeMethodDescriptionprotected <T extends Metric>
ConcurrentHashMap<String,T> MetricGroup.getMetricMapByType(T metric) Deprecated.Methods in com.gigaspaces.metrics that return MetricMethods in com.gigaspaces.metrics that return types with arguments of type MetricMethods in com.gigaspaces.metrics with parameters of type MetricModifier and TypeMethodDescriptionvoidRegisters the specified metric with the specified metric name.voidvoidDeprecated.voidDeprecated.voidMetricRegistry.register(String name, MetricTags tags, Metric metric) Deprecated.Given aGauge, registers it under the given name.voidMetricSampler.register(String name, MetricTags tags, Metric metric) Deprecated. -
Uses of Metric in com.gigaspaces.metrics.internal
Subclasses of Metric in com.gigaspaces.metrics.internalModifier and TypeClassDescriptionclassDeprecated.Part of the legacy internal gauge hierarchy used by the deprecatedMetricSamplerand process metric factories. -
Uses of Metric in com.gigaspaces.metrics.micrometer
Methods in com.gigaspaces.metrics.micrometer with parameters of type Metric
Gaugeinstead.