Package | Description |
---|---|
com.tibco.tea.agent.metrics |
Provides metrics for instrumenting the agent
|
Modifier and Type | Class and Description |
---|---|
class |
RatioGaugeValueProvider
A gauge which measures the ratio of one value to another.
|
Modifier and Type | Method and Description |
---|---|
GaugeValueProvider<?> |
Gauge.getGaugeValueProvider()
Returns the
GaugeValueProvider used by this Gauge for metrics collection. |
Modifier and Type | Method and Description |
---|---|
Gauge |
MetricsRegistry.createGauge(MetricIdentifier gaugeIdentifier,
GaugeValueProvider<?> gaugeValueProvider) |
Gauge |
MetricsRegistry.createGauge(String objectType,
String objectKey,
String gaugeName,
String gaugeDesc,
GaugeValueProvider<?> gaugeValueProvider)
Creates an instance of a
Gauge . |
Gauge |
MetricsRegistry.createGauge(String objectType,
String objectKey,
String gaugeName,
String gaugeDesc,
String metricUnit,
GaugeValueProvider<?> gaugeValueProvider)
Creates an instance of a
Gauge . |
Copyright © 2014 Cloud Software Group, Inc.. All Rights Reserved.