Class JvmThreadMetrics
java.lang.Object
io.micrometer.core.instrument.binder.jvm.JvmThreadMetrics
- All Implemented Interfaces:
MeterBinder
MeterBinder for JVM threads.-
Constructor Summary
ConstructorsConstructorDescriptionJvmThreadMetrics(Iterable<? extends Tag> extraTags, JvmThreadMeterConventions conventions) The supplied extra tags are not combined with the convention.JvmThreadMetrics(Iterable<Tag> extraTags) Uses the default convention with the provided extra tags. -
Method Summary
-
Constructor Details
-
JvmThreadMetrics
public JvmThreadMetrics() -
JvmThreadMetrics
Uses the default convention with the provided extra tags.- Parameters:
extraTags- tags to add to each meter's tags produced by this binder
-
JvmThreadMetrics
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 conventionsconventions- custom conventions for applicable meters- Since:
- 1.16.0
-
-
Method Details
-
bindTo
- Specified by:
bindToin interfaceMeterBinder
-