Module org.apache.jena.fuseki.core
Package org.apache.jena.fuseki.metrics
Class MetricsProviderRegistry
java.lang.Object
org.apache.jena.fuseki.metrics.MetricsProviderRegistry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
bindPrometheus
(DataAccessPointRegistry dapRegistry) Bind each data access point in a DataAccessPointRegistry to Prometheus.static MetricsProvider
get()
static void
put
(MetricsProvider metricsProvider, int priority)
-
Constructor Details
-
MetricsProviderRegistry
public MetricsProviderRegistry()
-
-
Method Details
-
get
-
put
-
bindPrometheus
Bind each data access point in a DataAccessPointRegistry to Prometheus.
-