Class ClassLoadingExports


  • public class ClassLoadingExports
    extends io.prometheus.client.Collector
    Exports metrics about JVM classloading.

    Example usage:

     
       new ClassLoadingExports().register();
     
     
    Example metrics being exported:
       jvm_classes_currently_loaded{} 1000
       jvm_classes_loaded_total{} 2000
       jvm_classes_unloaded_total{} 500
     
    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.prometheus.client.Collector

        io.prometheus.client.Collector.Describable, io.prometheus.client.Collector.MetricFamilySamples, io.prometheus.client.Collector.Type
    • Field Summary

      • Fields inherited from class io.prometheus.client.Collector

        MILLISECONDS_PER_SECOND, NANOSECONDS_PER_SECOND
    • Method Detail

      • collect

        public List<io.prometheus.client.Collector.MetricFamilySamples> collect()
        Specified by:
        collect in class io.prometheus.client.Collector
      • collect

        public List<io.prometheus.client.Collector.MetricFamilySamples> collect​(io.prometheus.client.Predicate<String> nameFilter)
        Overrides:
        collect in class io.prometheus.client.Collector