Package-level declarations

Types

Link copied to clipboard
class SamplerGaugeCollector(name: String, help: String, labelNames: List<String> = emptyList(), labelValues: List<String> = emptyList(), data: () -> Double) : Collector

A Prometheus Collector that exposes a gauge metric whose value is obtained by invoking a sampling function on each collection cycle.

Link copied to clipboard

Provides a one-time initialization method for registering Prometheus JVM hotspot metric exporters.