Package | Description |
---|---|
com.tibco.tea.agent.metrics |
Provides metrics for instrumenting the agent
|
Modifier and Type | Method and Description |
---|---|
Counter |
MetricsRegistry.createCounter(MetricIdentifier counterIdentifier)
Creates an instance of a
Counter using the specified metric identifier. |
Gauge |
MetricsRegistry.createGauge(MetricIdentifier gaugeIdentifier,
GaugeValueProvider<?> gaugeValueProvider) |
Meter |
MetricsRegistry.createMeter(MetricIdentifier meterIdentifier,
TimeUnit rateUnit)
Creates an instance of a
Meter using the specified metric identifier. |
Timer |
MetricsRegistry.createTimer(MetricIdentifier timerIdentifier,
TimeUnit durationUnit,
TimeUnit rateUnit)
Creates an instance of a
Timer using the specified metric identifier. |
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.