Interface MetricsWriter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void write()
      Write all the registered metrics
      void write​(org.eclipse.microprofile.metrics.MetricRegistry.Type scope)
      Write the metrics that registered for the respective scope.
      void write​(org.eclipse.microprofile.metrics.MetricRegistry.Type scope, String metricName)
      Write the metrics that matches the metricName for the respective scope.