Uses of Class
org.apache.bookkeeper.stats.prometheus.SimpleGauge
Packages that use SimpleGauge
Package
Description
A stats provider implementation based on {@link https://prometheus.io/}.
-
Uses of SimpleGauge in org.apache.bookkeeper.stats.prometheus
Fields in org.apache.bookkeeper.stats.prometheus with type parameters of type SimpleGaugeModifier and TypeFieldDescription(package private) final ConcurrentMap<ScopeContext,SimpleGauge<? extends Number>> PrometheusMetricsProvider.gaugesMethods in org.apache.bookkeeper.stats.prometheus with parameters of type SimpleGaugeModifier and TypeMethodDescription(package private) voidPrometheusTextFormat.writeGauge(Writer w, String name, SimpleGauge<? extends Number> gauge)