Uses of Interface
io.prometheus.metrics.exporter.common.PrometheusHttpExchange
Packages that use PrometheusHttpExchange
Package
Description
-
Uses of PrometheusHttpExchange in io.prometheus.metrics.exporter.common
Methods in io.prometheus.metrics.exporter.common with parameters of type PrometheusHttpExchangeModifier and TypeMethodDescriptionvoid
PrometheusScrapeHandler.handleRequest
(PrometheusHttpExchange exchange) -
Uses of PrometheusHttpExchange in io.prometheus.metrics.exporter.httpserver
Classes in io.prometheus.metrics.exporter.httpserver that implement PrometheusHttpExchange -
Uses of PrometheusHttpExchange in io.prometheus.metrics.exporter.servlet.jakarta
Classes in io.prometheus.metrics.exporter.servlet.jakarta that implement PrometheusHttpExchange -
Uses of PrometheusHttpExchange in io.prometheus.metrics.exporter.servlet.javax
Classes in io.prometheus.metrics.exporter.servlet.javax that implement PrometheusHttpExchangeModifier and TypeClassDescriptionclass
This class is an adapter for HTTP exchanges, implementing the PrometheusHttpExchange interface.