|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Gauge | |
|---|---|
| com.yammer.metrics | |
| com.yammer.metrics.core | |
| com.yammer.metrics.reporting | |
| com.yammer.metrics.util | |
| Uses of Gauge in com.yammer.metrics |
|---|
| Methods in com.yammer.metrics that return Gauge | ||
|---|---|---|
static
|
Metrics.newGauge(Class<?> klass,
String name,
Gauge<T> metric)
Given a new Gauge, registers it under the given class and
name. |
|
static
|
Metrics.newGauge(Class<?> klass,
String name,
String scope,
Gauge<T> metric)
Given a new Gauge, registers it under the given class and
name. |
|
static
|
Metrics.newGauge(MetricName metricName,
Gauge<T> metric)
Given a new Gauge, registers it under the given metric name. |
|
| Methods in com.yammer.metrics with parameters of type Gauge | ||
|---|---|---|
static
|
Metrics.newGauge(Class<?> klass,
String name,
Gauge<T> metric)
Given a new Gauge, registers it under the given class and
name. |
|
static
|
Metrics.newGauge(Class<?> klass,
String name,
String scope,
Gauge<T> metric)
Given a new Gauge, registers it under the given class and
name. |
|
static
|
Metrics.newGauge(MetricName metricName,
Gauge<T> metric)
Given a new Gauge, registers it under the given metric name. |
|
| Uses of Gauge in com.yammer.metrics.core |
|---|
| Methods in com.yammer.metrics.core that return Gauge | ||
|---|---|---|
|
MetricsRegistry.newGauge(Class<?> klass,
String name,
Gauge<T> metric)
Given a new Gauge, registers it under the given class and name. |
|
|
MetricsRegistry.newGauge(Class<?> klass,
String name,
String scope,
Gauge<T> metric)
Given a new Gauge, registers it under the given class and name. |
|
|
MetricsRegistry.newGauge(MetricName metricName,
Gauge<T> metric)
Given a new Gauge, registers it under the given metric name. |
|
| Methods in com.yammer.metrics.core with parameters of type Gauge | ||
|---|---|---|
|
MetricsRegistry.newGauge(Class<?> klass,
String name,
Gauge<T> metric)
Given a new Gauge, registers it under the given class and name. |
|
|
MetricsRegistry.newGauge(Class<?> klass,
String name,
String scope,
Gauge<T> metric)
Given a new Gauge, registers it under the given class and name. |
|
|
MetricsRegistry.newGauge(MetricName metricName,
Gauge<T> metric)
Given a new Gauge, registers it under the given metric name. |
|
void |
MetricProcessor.processGauge(MetricName name,
Gauge<?> gauge,
T context)
Process the given gauge. |
|
| Uses of Gauge in com.yammer.metrics.reporting |
|---|
| Methods in com.yammer.metrics.reporting with parameters of type Gauge | |
|---|---|
void |
CsvReporter.processGauge(MetricName name,
Gauge<?> gauge,
CsvReporter.Context context)
|
void |
JmxReporter.processGauge(MetricName name,
Gauge<?> gauge,
com.yammer.metrics.reporting.JmxReporter.Context context)
|
void |
ConsoleReporter.processGauge(MetricName name,
Gauge<?> gauge,
PrintStream stream)
|
| Uses of Gauge in com.yammer.metrics.util |
|---|
| Subclasses of Gauge in com.yammer.metrics.util | |
|---|---|
class |
JmxGauge
A gauge which exposes an attribute of a JMX MBean. |
class |
PercentGauge
A RatioGauge extension which returns a percentage, not a ratio. |
class |
RatioGauge
A gauge which measures the ratio of one value to another. |
class |
ToggleGauge
Returns a 1 the first time it's called, a 0 every time after that. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||