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 Details

    • ThreadStateGauge

      public ThreadStateGauge()
  • Method Details

    • getMetrics

      public Map<String,​com.codahale.metrics.Metric> getMetrics()
      Specified by:
      getMetrics in interface com.codahale.metrics.MetricSet
      Overrides:
      getMetrics in class com.codahale.metrics.jvm.ThreadStatesGaugeSet