Class TomcatDbcp2PoolExports


  • public class TomcatDbcp2PoolExports
    extends io.prometheus.client.Collector
    Exports Tomcat DBCP2-pool metrics.

    Example usage:

     
       new TomcatDbcp2PoolExports().register();
     
     
    Example metrics being exported:
        tomcat_dpcp2_connections_max{pool="jdbc/mypool"} 20.0
        tomcat_dbcp2_connections_active_total{pool="jdbc/mypool"} 2.0
        tomcat_dbcp2_connections_idle_total{pool="jdbc/mypool"} 6.0
     
    • 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