Uses of Package
io.prometheus.client.exporter
Packages that use io.prometheus.client.exporter
-
Classes in io.prometheus.client.exporter used by io.prometheus.client.exporterClassDescriptionExpose Prometheus metrics using a plain Java HttpServer.We keep the original constructors of
HTTPServerfor compatibility, but new configuration parameters likesampleNameFiltermust be configured using the Builder.For convenience, an implementation of aSupplier<Predicate<String>>that always returns the same sampleNameFilter.