Class JvmThreadMetrics

java.lang.Object
io.micrometer.core.instrument.binder.jvm.JvmThreadMetrics
All Implemented Interfaces:
MeterBinder

public class JvmThreadMetrics extends Object implements MeterBinder
MeterBinder for JVM threads.
  • Constructor Details

    • JvmThreadMetrics

      public JvmThreadMetrics()
    • JvmThreadMetrics

      public JvmThreadMetrics(Iterable<Tag> extraTags)
      Uses the default convention with the provided extra tags.
      Parameters:
      extraTags - tags to add to each meter's tags produced by this binder
    • JvmThreadMetrics

      public JvmThreadMetrics(Iterable<? extends Tag> extraTags, JvmThreadMeterConventions conventions)
      The supplied extra tags are not combined with the convention. Provide a convention that applies the extra tags if that is the desired outcome. The convention only applies to some meters.
      Parameters:
      extraTags - extra tags to add to meters not covered by the conventions
      conventions - custom conventions for applicable meters
      Since:
      1.16.0
  • Method Details