Uses of Package
io.prometheus.client.exporter
-
Packages that use io.prometheus.client.exporter Package Description io.prometheus.client.exporter -
Classes in io.prometheus.client.exporter used by io.prometheus.client.exporter Class Description HttpConnectionFactory 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.HTTPServer.LocalByteArray SampleNameFilterSupplier For convenience, an implementation of aSupplier<Predicate<String>>
that always returns the same sampleNameFilter.