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 TypeClassDescriptionclassFor 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.sampleNameFilterSupplierHTTPServer.HTTPMetricHandler.sampleNameFilterSupplierMethods 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) privateHTTPServer(ExecutorService executorService, HttpServer httpServer, CollectorRegistry registry, boolean daemon, Supplier<Predicate<String>> sampleNameFilterSupplier, Authenticator authenticator)