Uses of Package
io.prometheus.client.exporter
-
Classes in io.prometheus.client.exporter used by io.prometheus.client.exporter Class Description HTTPServer Expose Prometheus metrics using a plain Java HttpServer.HTTPServer.Builder We keep the original constructors ofHTTPServer
for compatibility, but new configuration parameters likesampleNameFilter
must be configured using the Builder.SampleNameFilterSupplier For convenience, an implementation of aSupplier<Predicate<String>>
that always returns the same sampleNameFilter.