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.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)