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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionio.micrometer.core.instrument.MeterRegistryvoidscrape(org.apache.jena.fuseki.servlets.HttpAction action) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
 getMeterRegistryin interfaceorg.apache.jena.fuseki.metrics.MetricsProvider
 - 
scrape
public void scrape(org.apache.jena.fuseki.servlets.HttpAction action) - Specified by:
 scrapein interfaceorg.apache.jena.fuseki.metrics.MetricsProvider
 
 -