All Classes
-
Class Summary Class Description 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.HTTPMetricHandler Handles Metrics collections from the given registry.SampleNameFilterSupplier For convenience, an implementation of aSupplier<Predicate<String>>
that always returns the same sampleNameFilter.