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
HTTPServer
for compatibility, but new configuration parameters likesampleNameFilter
must be configured using the Builder.For convenience, an implementation of aSupplier<Predicate<String>>
that always returns the same sampleNameFilter.