Package com.codingchili.core.metrics
Class ThreadStateGauge
java.lang.Object
com.codahale.metrics.jvm.ThreadStatesGaugeSet
com.codingchili.core.metrics.ThreadStateGauge
- All Implemented Interfaces:
 com.codahale.metrics.Metric,com.codahale.metrics.MetricSet
public class ThreadStateGauge
extends com.codahale.metrics.jvm.ThreadStatesGaugeSet
Thread state gauge with deadlock detection removed as it may return
 empty set which is not supported by the json serializer - vertx.dropwizard/Helper.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
ThreadStateGauge
public ThreadStateGauge() 
 - 
 - 
Method Details
- 
getMetrics
- Specified by:
 getMetricsin interfacecom.codahale.metrics.MetricSet- Overrides:
 getMetricsin classcom.codahale.metrics.jvm.ThreadStatesGaugeSet
 
 -