Class JettyServerThreadPoolMetrics

  • All Implemented Interfaces:
    MeterBinder

    public class JettyServerThreadPoolMetrics
    extends java.lang.Object
    implements MeterBinder
    MeterBinder for Jetty ThreadPool.
    • Constructor Summary

      Constructors 
      Constructor Description
      JettyServerThreadPoolMetrics​(org.eclipse.jetty.util.thread.ThreadPool threadPool, java.lang.Iterable<Tag> tags)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void bindTo​(MeterRegistry registry)  
      • Methods inherited from class java.lang.Object

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

      • JettyServerThreadPoolMetrics

        public JettyServerThreadPoolMetrics​(org.eclipse.jetty.util.thread.ThreadPool threadPool,
                                            java.lang.Iterable<Tag> tags)