Package | Description |
---|---|
org.ballerinalang.util.metrics | |
org.ballerinalang.util.metrics.noop | |
org.ballerinalang.util.metrics.spi |
Class and Description |
---|
Counter
A monotonically increasing counter metric.
|
Counter.Builder
Builder for
Counter s. |
Gauge
Gauge is used to track a value that goes up and down.
|
Gauge.Builder
Builder for
Gauge s. |
Metric
Main interface for metrics.
|
Metric.Builder
Builder for metrics.
|
MetricId
Metric identity is a unique combination of name and tags.
|
MetricRegistry
Registry for keeping metrics by name.
|
PercentileValue
A precomputed percentile of a distribution.
|
PolledGauge
Gauge to report instantaneous values by using a callback function.
|
PolledGauge.Builder
Builder for
PolledGauge s. |
Snapshot
Snapshot of all distribution statistics at a point in time.
|
StatisticConfig
Configures the distribution statistics.
|
StatisticConfig.Builder
Builder for
StatisticConfig . |
Tag
Tag representing key/value pair.
|
Class and Description |
---|
AbstractMetric
Abstract Metric class with
MetricId to implement AbstractMetric.hashCode() and AbstractMetric.equals(Object) for
all Metric s. |
Counter
A monotonically increasing counter metric.
|
Gauge
Gauge is used to track a value that goes up and down.
|
Metric
Main interface for metrics.
|
MetricId
Metric identity is a unique combination of name and tags.
|
PolledGauge
Gauge to report instantaneous values by using a callback function.
|
Snapshot
Snapshot of all distribution statistics at a point in time.
|
StatisticConfig
Configures the distribution statistics.
|
Class and Description |
---|
Counter
A monotonically increasing counter metric.
|
Gauge
Gauge is used to track a value that goes up and down.
|
MetricId
Metric identity is a unique combination of name and tags.
|
PolledGauge
Gauge to report instantaneous values by using a callback function.
|
StatisticConfig
Configures the distribution statistics.
|
Copyright © 2018 WSO2. All rights reserved.