| Package | Description |
|---|---|
| org.apache.dubbo.metrics.collector | |
| org.apache.dubbo.metrics.data | |
| org.apache.dubbo.metrics.model.sample | |
| org.apache.dubbo.metrics.report |
| Modifier and Type | Method and Description |
|---|---|
List<MetricSample> |
MetricsCollector.collect()
Collect metrics as
MetricSample |
| Modifier and Type | Method and Description |
|---|---|
List<MetricSample> |
ApplicationStatComposite.export(MetricsCategory category) |
List<MetricSample> |
RtStatComposite.export(MetricsCategory category) |
List<MetricSample> |
BaseStatComposite.export(MetricsCategory category) |
List<MetricSample> |
ServiceStatComposite.export(MetricsCategory category) |
List<MetricSample> |
MethodStatComposite.export(MetricsCategory category) |
| Modifier and Type | Class and Description |
|---|---|
class |
CounterMetricSample<T extends Number> |
class |
GaugeMetricSample<T>
GaugeMetricSample.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricSample> |
MetricsExport.export(MetricsCategory category)
export all.
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.