- HTTPServer - Class in io.prometheus.client.exporter
-
Expose Prometheus metrics using a plain Java HttpServer.
- HTTPServer(HttpServer, CollectorRegistry, boolean) - Constructor for class io.prometheus.client.exporter.HTTPServer
-
Start a HTTP server serving Prometheus metrics from the given registry using the given HttpServer.
- HTTPServer(InetSocketAddress, CollectorRegistry, boolean) - Constructor for class io.prometheus.client.exporter.HTTPServer
-
Start a HTTP server serving Prometheus metrics from the given registry.
- HTTPServer(InetSocketAddress, CollectorRegistry) - Constructor for class io.prometheus.client.exporter.HTTPServer
-
Start a HTTP server serving Prometheus metrics from the given registry using non-daemon threads.
- HTTPServer(int, boolean) - Constructor for class io.prometheus.client.exporter.HTTPServer
-
Start a HTTP server serving the default Prometheus registry.
- HTTPServer(int) - Constructor for class io.prometheus.client.exporter.HTTPServer
-
Start a HTTP server serving the default Prometheus registry using non-daemon threads.
- HTTPServer(String, int, boolean) - Constructor for class io.prometheus.client.exporter.HTTPServer
-
Start a HTTP server serving the default Prometheus registry.
- HTTPServer(String, int) - Constructor for class io.prometheus.client.exporter.HTTPServer
-
Start a HTTP server serving the default Prometheus registry using non-daemon threads.