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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.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 interface org.apache.jena.fuseki.metrics.MetricsProvider
    • scrape

      public void scrape(org.apache.jena.fuseki.servlets.HttpAction action)
      Specified by:
      scrape in interface org.apache.jena.fuseki.metrics.MetricsProvider