Module org.apache.jena.fuseki.core
Package org.apache.jena.fuseki.metrics
Class SimpleMetricsProvider
java.lang.Object
org.apache.jena.fuseki.metrics.SimpleMetricsProvider
- All Implemented Interfaces:
MetricsProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.micrometer.core.instrument.MeterRegistryvoidscrape(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
-
SimpleMetricsProvider
public SimpleMetricsProvider()
-
-
Method Details
-
getMeterRegistry
public io.micrometer.core.instrument.MeterRegistry getMeterRegistry()- Specified by:
getMeterRegistryin interfaceMetricsProvider
-
scrape
- Specified by:
scrapein interfaceMetricsProvider
-