Uses of Interface
io.prometheus.client.Supplier
Packages that use Supplier
-
Uses of Supplier in io.prometheus.client.exporter
Classes in io.prometheus.client.exporter that implement SupplierModifier and TypeClassDescriptionclass
For convenience, an implementation of aSupplier<Predicate<String>>
that always returns the same sampleNameFilter.Fields in io.prometheus.client.exporter declared as SupplierModifier and TypeFieldDescriptionHTTPServer.Builder.sampleNameFilterSupplier
HTTPServer.HTTPMetricHandler.sampleNameFilterSupplier
Methods in io.prometheus.client.exporter with parameters of type SupplierModifier and TypeMethodDescriptionHTTPServer.Builder.withSampleNameFilterSupplier
(Supplier<Predicate<String>> sampleNameFilterSupplier) Optional: Only export time series wheresampleNameFilter.test(name)
returns true.Constructors in io.prometheus.client.exporter with parameters of type SupplierModifierConstructorDescriptionHTTPMetricHandler
(CollectorRegistry registry, Supplier<Predicate<String>> sampleNameFilterSupplier) private
HTTPServer
(ExecutorService executorService, HttpServer httpServer, CollectorRegistry registry, boolean daemon, Supplier<Predicate<String>> sampleNameFilterSupplier, Authenticator authenticator)