Class CommonsObjectPool2Metrics

java.lang.Object
io.micrometer.core.instrument.binder.commonspool2.CommonsObjectPool2Metrics
All Implemented Interfaces:
MeterBinder, AutoCloseable

public class CommonsObjectPool2Metrics extends Object implements MeterBinder, AutoCloseable
Apache Commons Pool 2.x metrics collected from metrics exposed via the MBeanServer. Metrics are exposed for each object pool.
Since:
1.6.0
  • Constructor Details

    • CommonsObjectPool2Metrics

      public CommonsObjectPool2Metrics()
    • CommonsObjectPool2Metrics

      public CommonsObjectPool2Metrics(Iterable<Tag> tags)
    • CommonsObjectPool2Metrics

      public CommonsObjectPool2Metrics(MBeanServer mBeanServer, Iterable<Tag> tags)
  • Method Details