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.MeterRegistry
void
scrape
(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
-
SimpleMetricsProvider
public SimpleMetricsProvider()
-
-
Method Details
-
getMeterRegistry
public io.micrometer.core.instrument.MeterRegistry getMeterRegistry()- Specified by:
getMeterRegistry
in interfaceMetricsProvider
-
scrape
- Specified by:
scrape
in interfaceMetricsProvider
-