- Gauge<T> - Interface in org.apache.dubbo.metrics
-
A gauge metric is an instantaneous reading of a particular value.
- getBucketCounter(String, MetricName) - Method in interface org.apache.dubbo.metrics.IMetricManager
-
- getBucketCounter(String, MetricName) - Method in class org.apache.dubbo.metrics.NOPMetricManager
-
- getBucketCounters(String, MetricName) - Static method in class org.apache.dubbo.metrics.MetricManager
-
- getBucketCounts() - Method in interface org.apache.dubbo.metrics.BucketCounter
-
Return the bucket count, keyed by timestamp
- getBucketCounts(long) - Method in interface org.apache.dubbo.metrics.BucketCounter
-
Return the bucket count, keyed by timestamp, since (including) the startTime.
- getBucketInterval() - Method in interface org.apache.dubbo.metrics.BucketCounter
-
Get the interval of the bucket
- getBucketInterval() - Method in interface org.apache.dubbo.metrics.Compass
-
- getCompass(String, MetricName) - Method in interface org.apache.dubbo.metrics.IMetricManager
-
Create a
Compass metric in give group, name, and type
if not exist, an instance will be created.
- getCompass(String, MetricName) - Static method in class org.apache.dubbo.metrics.MetricManager
-
Create a
Compass metric in given group, and name
if not exist, an instance will be created.
- getCompass(String, MetricName) - Method in class org.apache.dubbo.metrics.NOPMetricManager
-
- getCompasses(String, MetricFilter) - Method in interface org.apache.dubbo.metrics.IMetricManager
-
Get all the compasses by the specific group and filter
- getCompasses() - Method in class org.apache.dubbo.metrics.MetricRegistry
-
Returns a map of all the compasses in the registry and their names.
- getCompasses(MetricFilter) - Method in class org.apache.dubbo.metrics.MetricRegistry
-
Returns a map of all the compasses in the registry and their names which match the given filter.
- getCompasses(String, MetricFilter) - Method in class org.apache.dubbo.metrics.NOPMetricManager
-
- getCount() - Method in interface org.apache.dubbo.metrics.Counting
-
Returns the current count.
- getCountAndRtPerCategory() - Method in interface org.apache.dubbo.metrics.Compass
-
return method execution time and count per bucket per category
- getCountAndRtPerCategory(long) - Method in interface org.apache.dubbo.metrics.Compass
-
return method execution time and count per bucket per category
- getCounter(String, MetricName) - Method in interface org.apache.dubbo.metrics.IMetricManager
-
Create a
Counter metric in given group, and name.
- getCounter(String, MetricName) - Static method in class org.apache.dubbo.metrics.MetricManager
-
Create a
Counter metric in given group, and name.
- getCounter(String, MetricName) - Method in class org.apache.dubbo.metrics.NOPMetricManager
-
- getCounters(String, MetricFilter) - Method in interface org.apache.dubbo.metrics.IMetricManager
-
Get all the counters by the specific group and filter
- getCounters() - Method in class org.apache.dubbo.metrics.MetricRegistry
-
Returns a map of all the counters in the registry and their names.
- getCounters(MetricFilter) - Method in class org.apache.dubbo.metrics.MetricRegistry
-
Returns a map of all the counters in the registry and their names which match the given
filter.
- getCounters(String, MetricFilter) - Method in class org.apache.dubbo.metrics.NOPMetricManager
-
- getGauges() - Method in class org.apache.dubbo.metrics.MetricRegistry
-
Returns a map of all the gauges in the registry and their names.
- getGauges(MetricFilter) - Method in class org.apache.dubbo.metrics.MetricRegistry
-
Returns a map of all the gauges in the registry and their names which match the given filter.
- getIMetricManager() - Static method in class org.apache.dubbo.metrics.MetricManager
-
- getKey() - Method in class org.apache.dubbo.metrics.MetricName
-
- getMaxValue() - Static method in enum org.apache.dubbo.metrics.MetricLevel
-
- getMethodCountPerCategory() - Method in interface org.apache.dubbo.metrics.Compass
-
return method count per bucket per category
- getMethodCountPerCategory(long) - Method in interface org.apache.dubbo.metrics.Compass
-
return method count per bucket per category
- getMethodRtPerCategory() - Method in interface org.apache.dubbo.metrics.Compass
-
return method execution time per bucket per category
- getMethodRtPerCategory(long) - Method in interface org.apache.dubbo.metrics.Compass
-
return method execution time per bucket per category
- getMetricLevel() - Method in class org.apache.dubbo.metrics.MetricName
-
Return the level of this metric
The level indicates the importance of the metric
- getMetricRegistryByGroup(String) - Method in interface org.apache.dubbo.metrics.IMetricManager
-
Get metric registry by group name,
if not found, null will be returned
- getMetricRegistryByGroup(String) - Method in class org.apache.dubbo.metrics.NOPMetricManager
-
- getMetrics(String) - Method in interface org.apache.dubbo.metrics.IMetricManager
-
A map of metric names to metrics.
- getMetrics(MetricFilter) - Method in class org.apache.dubbo.metrics.MetricRegistry
-
Returns a map of all the metrics in the registry and their names which match the given filter
- getMetrics() - Method in interface org.apache.dubbo.metrics.MetricSet
-
A map of metric names to metrics.
- getMetrics(String) - Method in class org.apache.dubbo.metrics.NOPMetricManager
-
- getNames() - Method in class org.apache.dubbo.metrics.MetricRegistry
-
Returns a set of the names of all the metrics in the registry.
- getTags() - Method in class org.apache.dubbo.metrics.MetricName
-
- getValue() - Method in interface org.apache.dubbo.metrics.Gauge
-
Returns the metric's current value.