Package | Description |
---|---|
com.tibco.tea.agent.metrics |
Provides metrics for instrumenting the agent
|
Modifier and Type | Interface and Description |
---|---|
interface |
Counter
Metric for counting. |
interface |
Gauge
Metric for tracking an external value. |
interface |
Meter
Metric for measuring the rate of events over time. |
interface |
Timer
Metric for aggregating timing durations. |
Modifier and Type | Method and Description |
---|---|
Metric |
MetricsRegistry.getMetric(MetricIdentifier metricIdentifier)
Return the metric identified by the metricIdentifier
|
Metric |
MetricsRegistry.unregisterMetric(MetricIdentifier metricIdentifier)
Remove the metric from the metrics registry.
|
Copyright © 2014 Cloud Software Group, Inc.. All Rights Reserved.