Uses of Class
org.forgerock.monitoring.http.PrometheusHandler
-
Packages that use PrometheusHandler Package Description org.forgerock.monitoring.http Common utility classes for monitoring. -
-
Uses of PrometheusHandler in org.forgerock.monitoring.http
Methods in org.forgerock.monitoring.http that return PrometheusHandler Modifier and Type Method Description static PrometheusHandler
PrometheusHandler. prometheusHandler(String metricPrefix, Supplier<MeterRegistry> meterRegistrySupplier)
Returns a new Prometheus Handler.
-