Uses of Interface
io.prometheus.client.Supplier
-
Packages that use Supplier Package Description io.prometheus.client.exporter -
-
Uses of Supplier in io.prometheus.client.exporter
Classes in io.prometheus.client.exporter that implement Supplier Modifier and Type Class Description class
SampleNameFilterSupplier
For convenience, an implementation of aSupplier<Predicate<String>>
that always returns the same sampleNameFilter.Fields in io.prometheus.client.exporter declared as Supplier Modifier and Type Field Description private Supplier<Predicate<java.lang.String>>
HTTPServer.Builder. sampleNameFilterSupplier
private Supplier<Predicate<java.lang.String>>
HTTPServer.HTTPMetricHandler. sampleNameFilterSupplier
Methods in io.prometheus.client.exporter with parameters of type Supplier Modifier and Type Method Description HTTPServer.Builder
HTTPServer.Builder. withSampleNameFilterSupplier(Supplier<Predicate<java.lang.String>> sampleNameFilterSupplier)
Optional: Only export time series wheresampleNameFilter.test(name)
returns true.Constructors in io.prometheus.client.exporter with parameters of type Supplier Constructor Description HTTPMetricHandler(CollectorRegistry registry, Supplier<Predicate<java.lang.String>> sampleNameFilterSupplier)
HTTPServer(java.util.concurrent.ExecutorService executorService, com.sun.net.httpserver.HttpServer httpServer, CollectorRegistry registry, boolean daemon, Supplier<Predicate<java.lang.String>> sampleNameFilterSupplier, com.sun.net.httpserver.Authenticator authenticator)
-