| Package | Description | 
|---|---|
| com.gigaspaces.metrics | |
| com.gigaspaces.metrics.internal | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Gauge<T>
A gauge metric is an instantaneous reading of a particular value. 
 | 
class  | 
LongCounter
An incrementing and decrementing counter metric for long values. 
 | 
class  | 
ThroughputMetric
A metric which measures total and throughput values using sampling. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected <T extends Metric> | 
MetricGroup.getMetricMapByType(T metric)  | 
| Modifier and Type | Method and Description | 
|---|---|
Metric | 
ThroughputMetric.getTotalMetric()  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Metric> | 
MetricGroup.getByPrefix(String prefix)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MetricGroup.register(String name,
        Metric metric)  | 
void | 
InternalMetricRegistrator.register(String name,
        Metric metric)  | 
void | 
DummyMetricRegistrator.register(String name,
        Metric metric)  | 
void | 
BeanMetricManager.register(String name,
        Metric metric)
Registers the specified metric with the specified metric name. 
 | 
void | 
MetricSampler.register(String name,
        MetricTags tags,
        Metric metric)  | 
void | 
MetricRegistry.register(String name,
        MetricTags tags,
        Metric metric)
Given a  
Gauge, registers it under the given name. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
InternalGauge<T>  | 
Copyright © GigaSpaces.