Class PrometheusStatsCollector.ExportMetricExporter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String namespace  
      private java.util.ArrayList<io.prometheus.client.Collector.MetricFamilySamples> samples  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ExportMetricExporter​(java.lang.String namespace)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void export​(java.util.Collection<Metric> metrics)
      Exports the list of given Metric.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • samples

        private final java.util.ArrayList<io.prometheus.client.Collector.MetricFamilySamples> samples
      • namespace

        private final java.lang.String namespace
    • Constructor Detail

      • ExportMetricExporter

        private ExportMetricExporter​(java.lang.String namespace)
    • Method Detail