Interface Exporter

    • Method Detail

      • exportOneScope

        StringBuilder exportOneScope​(org.eclipse.microprofile.metrics.MetricRegistry.Type scope)
      • getContentType

        String getContentType()
      • exportOneMetric

        StringBuilder exportOneMetric​(org.eclipse.microprofile.metrics.MetricRegistry.Type scope,
                                      org.eclipse.microprofile.metrics.MetricID metricID)
        Exports just one metric obtained from a scope using its MetricID.
      • exportMetricsByName

        StringBuilder exportMetricsByName​(org.eclipse.microprofile.metrics.MetricRegistry.Type scope,
                                          String name)
        Exports all metrics with the given name inside the given scope.