- Gauge<T> - com.alibaba.metrics中的接口
-
A gauge metric is an instantaneous reading of a particular value.
- get75thPercentile() - 接口 中的方法com.alibaba.metrics.Snapshot
-
Returns the value at the 75th percentile in the distribution.
- get95thPercentile() - 接口 中的方法com.alibaba.metrics.Snapshot
-
Returns the value at the 95th percentile in the distribution.
- get98thPercentile() - 接口 中的方法com.alibaba.metrics.Snapshot
-
Returns the value at the 98th percentile in the distribution.
- get999thPercentile() - 接口 中的方法com.alibaba.metrics.Snapshot
-
Returns the value at the 99.9th percentile in the distribution.
- get99thPercentile() - 接口 中的方法com.alibaba.metrics.Snapshot
-
Returns the value at the 99th percentile in the distribution.
- getAddonCounts() - 接口 中的方法com.alibaba.metrics.Compass
-
Get the number of occurrence of added on metric
获取扩展指标,包含每个扩展指标的后缀名以及计数
- getAllCategoryMetrics(MetricFilter) - 接口 中的方法com.alibaba.metrics.IMetricManager
-
return all metrics
- getAllCategoryMetrics(MetricFilter) - 类 中的方法com.alibaba.metrics.NOPMetricManager
-
- getBucketCounts() - 接口 中的方法com.alibaba.metrics.BucketCounter
-
Return the bucket count, keyed by timestamp
- getBucketCounts(long) - 接口 中的方法com.alibaba.metrics.BucketCounter
-
Return the bucket count, keyed by timestamp, since (including) the startTime.
- getBucketInterval() - 接口 中的方法com.alibaba.metrics.BucketCounter
-
Get the interval of the bucket
- getBucketInterval() - 接口 中的方法com.alibaba.metrics.FastCompass
-
获取统计间隔
- getBuckets() - 类 中的方法com.alibaba.metrics.ClusterHistogram
-
- getBucketSuccessCount() - 接口 中的方法com.alibaba.metrics.Compass
-
获取按时间间隔统计的调用成功数
- getBucketValues(long) - 类 中的方法com.alibaba.metrics.ClusterHistogram
-
get the bucket values since (including) the startTime, keyed by timestamp.
- getCategoryMetrics(String) - 接口 中的方法com.alibaba.metrics.IMetricManager
-
返回不同Metric分类,各自保存好的map
- getCategoryMetrics(String, MetricFilter) - 接口 中的方法com.alibaba.metrics.IMetricManager
-
返回不同Metric分类,各自保存好的map
- getCategoryMetrics(String) - 类 中的方法com.alibaba.metrics.NOPMetricManager
-
- getCategoryMetrics(String, MetricFilter) - 类 中的方法com.alibaba.metrics.NOPMetricManager
-
- getClusterHistogram(String, MetricName, long[]) - 接口 中的方法com.alibaba.metrics.IMetricManager
-
Create a
ClusterHistogram metric in give group, name, and type
if not exist, an instance will be created.
- getClusterHistogram(String, MetricName, long[]) - 类 中的静态方法com.alibaba.metrics.MetricManager
-
Create a
ClusterHistogram metric in given group, and name
if not exist, an instance will be created.
- getClusterHistogram(String, MetricName) - 类 中的静态方法com.alibaba.metrics.MetricManager
-
Create a
ClusterHistogram metric in given group, and name
if not exist, an instance will be created.
- getClusterHistogram(String, MetricName, long[]) - 类 中的方法com.alibaba.metrics.NOPMetricManager
-
- getClusterHistograms(MetricFilter) - 类 中的方法com.alibaba.metrics.MetricRegistry
-
Returns a map of all the
ClusterHistogram in the registry and their names which match the given filter.
- getCompass(String, MetricName) - 接口 中的方法com.alibaba.metrics.IMetricManager
-
Create a
Compass metric in given group, and name.
- getCompass(String, MetricName, ReservoirType) - 接口 中的方法com.alibaba.metrics.IMetricManager
-
Create a
Compass metric in given group, name, and type
if not exist, an instance will be created.
- getCompass(String, MetricName) - 类 中的静态方法com.alibaba.metrics.MetricManager
-
Create a
Compass metric in given group, and name.
- getCompass(String, MetricName, ReservoirType) - 类 中的静态方法com.alibaba.metrics.MetricManager
-
- getCompass(String, MetricName, ReservoirType) - 类 中的方法com.alibaba.metrics.NOPMetricManager
-
- getCompass(String, MetricName) - 类 中的方法com.alibaba.metrics.NOPMetricManager
-
- getCompasses(String, MetricFilter) - 接口 中的方法com.alibaba.metrics.IMetricManager
-
- getCompasses() - 类 中的方法com.alibaba.metrics.MetricRegistry
-
Returns a map of all the compasses in the registry and their names.
- getCompasses(MetricFilter) - 类 中的方法com.alibaba.metrics.MetricRegistry
-
Returns a map of all the compasses in the registry and their names which match the given filter.
- getCompasses(String, MetricFilter) - 类 中的方法com.alibaba.metrics.NOPMetricManager
-
- getCount() - 接口 中的方法com.alibaba.metrics.Counting
-
Returns the current count.
- getCount() - 接口 中的方法com.alibaba.metrics.Metered
-
Returns the number of events which have been marked.
- getCountAndRtPerCategory() - 接口 中的方法com.alibaba.metrics.FastCompass
-
对于每个子类别,返回每个统计间隔的执行总时间和次数,按位分离操作放到下一层进行
return method execution time and count per bucket per category
- getCountAndRtPerCategory(long) - 接口 中的方法com.alibaba.metrics.FastCompass
-
对于每个子类别,返回每个统计间隔的执行总时间和次数,按位分离操作放到下一层进行
return method execution time and count per bucket per category
- getCounter(String, MetricName) - 接口 中的方法com.alibaba.metrics.IMetricManager
-
Create a
Counter metric in given group, and name.
- getCounter(String, MetricName) - 类 中的静态方法com.alibaba.metrics.MetricManager
-
Create a
Counter metric in given group, and name.
- getCounter(String, MetricName) - 类 中的方法com.alibaba.metrics.NOPMetricManager
-
- getCounters(String, MetricFilter) - 接口 中的方法com.alibaba.metrics.IMetricManager
-
- getCounters() - 类 中的方法com.alibaba.metrics.MetricRegistry
-
Returns a map of all the counters in the registry and their names.
- getCounters(MetricFilter) - 类 中的方法com.alibaba.metrics.MetricRegistry
-
Returns a map of all the counters in the registry and their names which match the given
filter.
- getCounters(String, MetricFilter) - 类 中的方法com.alibaba.metrics.NOPMetricManager
-
- getDynamicMetrics() - 接口 中的方法com.alibaba.metrics.DynamicMetricSet
-
A map of metric names to metrics.
- getErrorCodeCounts() - 接口 中的方法com.alibaba.metrics.Compass
-
Get the distribution of error code
获取错误码的分布,每个错误码及错误次数
- getFastCompass(String, MetricName) - 接口 中的方法com.alibaba.metrics.IMetricManager
-
Create a
FastCompass metric in give group, name, and type
if not exist, an instance will be created.
- getFastCompass(String, MetricName) - 类 中的静态方法com.alibaba.metrics.MetricManager
-
Create a
FastCompass metric in given group, and name
if not exist, an instance will be created.
- getFastCompass(String, MetricName) - 类 中的方法com.alibaba.metrics.NOPMetricManager
-
- getFastCompasses(String, MetricFilter) - 接口 中的方法com.alibaba.metrics.IMetricManager
-
- getFastCompasses() - 类 中的方法com.alibaba.metrics.MetricRegistry
-
Returns a map of all the compasses in the registry and their names.
- getFastCompasses(MetricFilter) - 类 中的方法com.alibaba.metrics.MetricRegistry
-
Returns a map of all the compasses in the registry and their names which match the given filter.
- getFastCompasses(String, MetricFilter) - 类 中的方法com.alibaba.metrics.NOPMetricManager
-
- getFifteenMinuteRate() - 接口 中的方法com.alibaba.metrics.Metered
-
Returns the fifteen-minute exponentially-weighted moving average rate at which events have
occurred since the meter was created.
- getFiveMinuteRate() - 接口 中的方法com.alibaba.metrics.Metered
-
Returns the five-minute exponentially-weighted moving average rate at which events have
occurred since the meter was created.
- getGauges(String, MetricFilter) - 接口 中的方法com.alibaba.metrics.IMetricManager
-
- getGauges() - 类 中的方法com.alibaba.metrics.MetricRegistry
-
Returns a map of all the gauges in the registry and their names.
- getGauges(MetricFilter) - 类 中的方法com.alibaba.metrics.MetricRegistry
-
Returns a map of all the gauges in the registry and their names which match the given filter.
- getGauges(String, MetricFilter) - 类 中的方法com.alibaba.metrics.NOPMetricManager
-
- getHistogram(String, MetricName) - 接口 中的方法com.alibaba.metrics.IMetricManager
-
Create a
Histogram metric in given group, and name.
- getHistogram(String, MetricName, ReservoirType) - 接口 中的方法com.alibaba.metrics.IMetricManager
-
Create a
Histogram metric in given group, name, and type
if not exist, an instance will be created.
- getHistogram(String, MetricName) - 类 中的静态方法com.alibaba.metrics.MetricManager
-
Create a
Histogram metric in given group, and name.
- getHistogram(String, MetricName, ReservoirType) - 类 中的静态方法com.alibaba.metrics.MetricManager
-
- getHistogram(String, MetricName) - 类 中的方法com.alibaba.metrics.NOPMetricManager
-
- getHistogram(String, MetricName, ReservoirType) - 类 中的方法com.alibaba.metrics.NOPMetricManager
-
- getHistograms(String, MetricFilter) - 接口 中的方法com.alibaba.metrics.IMetricManager
-
- getHistograms() - 类 中的方法com.alibaba.metrics.MetricRegistry
-
Returns a map of all the histograms in the registry and their names.
- getHistograms(MetricFilter) - 类 中的方法com.alibaba.metrics.MetricRegistry
-
Returns a map of all the histograms in the registry and their names which match the given
filter.
- getHistograms(String, MetricFilter) - 类 中的方法com.alibaba.metrics.NOPMetricManager
-
- getIMetricManager() - 类 中的静态方法com.alibaba.metrics.MetricManager
-
- getInstantCount() - 接口 中的方法com.alibaba.metrics.Metered
-
Get the accurate number per collecting interval
- getInstantCount(long) - 接口 中的方法com.alibaba.metrics.Metered
-
Get the accurate number per collecting interval since (including) the start time
- getInstantCountInterval() - 接口 中的方法com.alibaba.metrics.Metered
-
Get the collecting interval
- getKey() - 类 中的方法com.alibaba.metrics.MetricName
-
- getMax() - 接口 中的方法com.alibaba.metrics.Snapshot
-
Returns the highest value in the snapshot.
- getMaxValue() - 枚举 中的静态方法com.alibaba.metrics.MetricLevel
-
- getMean() - 接口 中的方法com.alibaba.metrics.Snapshot
-
Returns the arithmetic mean of the values in the snapshot.
- getMeanRate() - 接口 中的方法com.alibaba.metrics.Metered
-
Returns the mean rate at which events have occurred since the meter was created.
- getMedian() - 接口 中的方法com.alibaba.metrics.Snapshot
-
Returns the median value in the distribution.
- getMeter(String, MetricName) - 接口 中的方法com.alibaba.metrics.IMetricManager
-
Create a
Meter metric in given group, and name.
- getMeter(String, MetricName) - 类 中的静态方法com.alibaba.metrics.MetricManager
-
Create a
Meter metric in given group, and name.
- getMeter(String, MetricName) - 类 中的方法com.alibaba.metrics.NOPMetricManager
-
- getMeters(String, MetricFilter) - 接口 中的方法com.alibaba.metrics.IMetricManager
-
- getMeters() - 类 中的方法com.alibaba.metrics.MetricRegistry
-
Returns a map of all the meters in the registry and their names.
- getMeters(MetricFilter) - 类 中的方法com.alibaba.metrics.MetricRegistry
-
Returns a map of all the meters in the registry and their names which match the given filter.
- getMeters(String, MetricFilter) - 类 中的方法com.alibaba.metrics.NOPMetricManager
-
- getMethodCountPerCategory() - 接口 中的方法com.alibaba.metrics.FastCompass
-
对于每个子类别,返回每个统计间隔的方法调用总次数
return method count per bucket per category
- getMethodCountPerCategory(long) - 接口 中的方法com.alibaba.metrics.FastCompass
-
对于每个子类别,返回每个统计间隔的方法调用总次数
return method count per bucket per category
- getMethodRtPerCategory() - 接口 中的方法com.alibaba.metrics.FastCompass
-
对于每个子类别,返回每个统计间隔的方法执行总时间
return method execution time per bucket per category
- getMethodRtPerCategory(long) - 接口 中的方法com.alibaba.metrics.FastCompass
-
对于每个子类别,返回每个统计间隔的方法执行总时间
return method execution time per bucket per category
- getMetricLevel() - 类 中的方法com.alibaba.metrics.MetricName
-
Return the level of this metric
The level indicates the importance of the metric
- getMetricRegistryByGroup(String) - 接口 中的方法com.alibaba.metrics.IMetricManager
-
Get metric registry by group name,
if not found, null will be returned
- getMetricRegistryByGroup(String) - 类 中的方法com.alibaba.metrics.NOPMetricManager
-
- getMetrics(String) - 接口 中的方法com.alibaba.metrics.IMetricManager
-
A map of metric names to metrics.
- getMetrics(MetricFilter) - 类 中的方法com.alibaba.metrics.MetricRegistry
-
Returns a map of all the metrics in the registry and their names which match the given filter
- getMetrics() - 接口 中的方法com.alibaba.metrics.MetricSet
-
A map of metric names to metrics.
- getMetrics(String) - 类 中的方法com.alibaba.metrics.NOPMetricManager
-
- getMin() - 接口 中的方法com.alibaba.metrics.Snapshot
-
Returns the lowest value in the snapshot.
- getNames() - 类 中的方法com.alibaba.metrics.MetricRegistry
-
Returns a set of the names of all the metrics in the registry.
- getOneMinuteRate() - 接口 中的方法com.alibaba.metrics.Metered
-
Returns the one-minute exponentially-weighted moving average rate at which events have
occurred since the meter was created.
- getSnapshot() - 接口 中的方法com.alibaba.metrics.Reservoir
-
Returns a snapshot of the reservoir's values.
- getSnapshot() - 接口 中的方法com.alibaba.metrics.Sampling
-
Returns a snapshot of the values.
- getStdDev() - 接口 中的方法com.alibaba.metrics.Snapshot
-
Returns the standard deviation of the values in the snapshot.
- getSuccessCount() - 接口 中的方法com.alibaba.metrics.Compass
-
Get the success count of the invocation
获取调用成功数
- getSuccessRate() - 接口 中的方法com.alibaba.metrics.Compass
-
已过时。
- getTags() - 类 中的方法com.alibaba.metrics.MetricName
-
- getTick() - 类 中的方法com.alibaba.metrics.Clock.CpuTimeClock
-
- getTick() - 类 中的方法com.alibaba.metrics.Clock
-
Returns the current time tick.
- getTick() - 类 中的方法com.alibaba.metrics.Clock.UserTimeClock
-
- getTime() - 类 中的方法com.alibaba.metrics.Clock
-
Returns the current time in milliseconds.
- getTimer(String, MetricName) - 接口 中的方法com.alibaba.metrics.IMetricManager
-
Create a
Timer metric in given group, and name.
- getTimer(String, MetricName, ReservoirType) - 接口 中的方法com.alibaba.metrics.IMetricManager
-
Create a
Timer metric in given group, name, and type
if not exist, an instance will be created.
- getTimer(String, MetricName) - 类 中的静态方法com.alibaba.metrics.MetricManager
-
Create a
Timer metric in given group, and name.
- getTimer(String, MetricName, ReservoirType) - 类 中的静态方法com.alibaba.metrics.MetricManager
-
- getTimer(String, MetricName) - 类 中的方法com.alibaba.metrics.NOPMetricManager
-
- getTimer(String, MetricName, ReservoirType) - 类 中的方法com.alibaba.metrics.NOPMetricManager
-
- getTimers(String, MetricFilter) - 接口 中的方法com.alibaba.metrics.IMetricManager
-
- getTimers() - 类 中的方法com.alibaba.metrics.MetricRegistry
-
Returns a map of all the timers in the registry and their names.
- getTimers(MetricFilter) - 类 中的方法com.alibaba.metrics.MetricRegistry
-
Returns a map of all the timers in the registry and their names which match the given filter.
- getTimers(String, MetricFilter) - 类 中的方法com.alibaba.metrics.NOPMetricManager
-
- getValue() - 类 中的方法com.alibaba.metrics.CachedGauge
-
- getValue() - 类 中的方法com.alibaba.metrics.DerivativeGauge
-
- getValue() - 接口 中的方法com.alibaba.metrics.Gauge
-
Returns the metric's current value.
- getValue() - 类 中的方法com.alibaba.metrics.JmxAttributeGauge
-
- getValue() - 类 中的方法com.alibaba.metrics.RatioGauge
-
- getValue() - 类 中的方法com.alibaba.metrics.RatioGauge.Ratio
-
Returns the ratio, which is either a double between 0 and 1 (inclusive) or
NaN.
- getValue(double) - 接口 中的方法com.alibaba.metrics.Snapshot
-
Returns the value at the given quantile.
- getValues() - 接口 中的方法com.alibaba.metrics.Snapshot
-
Returns the entire set of values in the snapshot.