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
-
Method Summary
-
Constructor Details
-
ThreadStateGauge
public ThreadStateGauge()
-
-
Method Details
-
getMetrics
- Specified by:
getMetrics
in interfacecom.codahale.metrics.MetricSet
- Overrides:
getMetrics
in classcom.codahale.metrics.jvm.ThreadStatesGaugeSet
-