Uses of Package
org.apache.bookkeeper.stats.prometheus
-
Packages that use org.apache.bookkeeper.stats.prometheus Package Description org.apache.bookkeeper.stats.prometheus A stats provider implementation based on {@link https://prometheus.io/}. -
Classes in org.apache.bookkeeper.stats.prometheus used by org.apache.bookkeeper.stats.prometheus Class Description DataSketchesOpStatsLogger OpStatsLogger implementation that uses DataSketches library to calculate the approximated latency quantiles.LongAdderCounter Counter
implementation based onLongAdder
.PrometheusMetricsProvider A Prometheus basedStatsProvider
implementation.ScopeContext Holder for a scope and a set of associated labels.SimpleGauge AGauge
implementation that forwards on the value supplier.ThreadScopedDataSketchesStatsLogger OpStatsLogger implementation that lazily registers OpStatsLoggers per thread with added labels for the threadpool/thresd name and thread no.ThreadScopedLongAdderCounter Counter
implementation that lazily registers LongAdderCounters per thread * with added labels for the threadpool/thread name and thread no.