| 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  | LongCounterAn incrementing and decrementing counter metric for long values. | 
| class  | ThroughputMetricA 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 | DummyMetricRegistrator. register(String name,
        Metric metric) | 
| void | BeanMetricManager. register(String name,
        Metric metric)Registers the specified metric with the specified metric name. | 
| void | InternalMetricRegistrator. register(String name,
        Metric metric) | 
| void | MetricGroup. register(String name,
        Metric metric) | 
| void | MetricRegistry. register(String name,
        MetricTags tags,
        Metric metric)Given a  Gauge, registers it under the given name. | 
| void | MetricSampler. register(String name,
        MetricTags tags,
        Metric metric) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InternalGauge<T> | 
Copyright © GigaSpaces.