Uses of Interface
io.prometheus.metrics.core.metrics.GaugeWithCallback.Callback
Packages that use GaugeWithCallback.Callback
-
Uses of GaugeWithCallback.Callback in io.prometheus.metrics.core.metrics
Fields in io.prometheus.metrics.core.metrics with type parameters of type GaugeWithCallback.CallbackModifier and TypeFieldDescriptionprivate Consumer<GaugeWithCallback.Callback> GaugeWithCallback.Builder.callbackprivate final Consumer<GaugeWithCallback.Callback> GaugeWithCallback.callbackMethod parameters in io.prometheus.metrics.core.metrics with type arguments of type GaugeWithCallback.CallbackModifier and TypeMethodDescriptionGaugeWithCallback.Builder.callback(Consumer<GaugeWithCallback.Callback> callback) -
Uses of GaugeWithCallback.Callback in io.prometheus.metrics.instrumentation.jvm
Methods in io.prometheus.metrics.instrumentation.jvm that return types with arguments of type GaugeWithCallback.CallbackModifier and TypeMethodDescriptionprivate Consumer<GaugeWithCallback.Callback> JvmMemoryMetrics.makeCallback(List<MemoryPoolMXBean> poolBeans, Function<MemoryPoolMXBean, MemoryUsage> memoryUsageFunc, Function<MemoryUsage, Long> valueFunc) private Consumer<GaugeWithCallback.Callback> JvmNativeMemoryMetrics.makeCallback(Boolean reserved)