Module org.apache.jena.fuseki.main
Class PrometheusMetricsProvider
java.lang.Object
org.apache.jena.fuseki.mod.prometheus.PrometheusMetricsProvider
- All Implemented Interfaces:
org.apache.jena.fuseki.metrics.MetricsProvider
public class PrometheusMetricsProvider
extends Object
implements org.apache.jena.fuseki.metrics.MetricsProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionio.micrometer.core.instrument.MeterRegistry
void
scrape
(org.apache.jena.fuseki.servlets.HttpAction action) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jena.fuseki.metrics.MetricsProvider
addDataAccessPointMetrics, dataAccessPointMetrics
-
Constructor Details
-
PrometheusMetricsProvider
public PrometheusMetricsProvider()
-
-
Method Details
-
getMeterRegistry
public io.micrometer.core.instrument.MeterRegistry getMeterRegistry()- Specified by:
getMeterRegistry
in interfaceorg.apache.jena.fuseki.metrics.MetricsProvider
-
scrape
public void scrape(org.apache.jena.fuseki.servlets.HttpAction action) - Specified by:
scrape
in interfaceorg.apache.jena.fuseki.metrics.MetricsProvider
-