Package org.platformlayer.metrics

Examples of org.platformlayer.metrics.InstrumentedListener


    // bindListener(Matchers.any(), new MeteredListener(metricsRegistry));
    // bindListener(Matchers.any(), new TimedListener(metricsRegistry));
    // bindListener(Matchers.any(), new GaugeListener(metricsRegistry));
    // bindListener(Matchers.any(), new ExceptionMeteredListener(metricsRegistry));

    bindListener(Matchers.any(), new InstrumentedListener(registry));

    if (ClasspathHelpers.isJettyOnClasspath()) {
      bind(WebServerBuilder.class).to(InstrumentedJettyWebServerBuilder.class);
    }
  }
View Full Code Here

TOP

Related Classes of org.platformlayer.metrics.InstrumentedListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.