Class ProcessorMetrics
java.lang.Object
io.micrometer.core.instrument.binder.system.ProcessorMetrics
- All Implemented Interfaces:
MeterBinder
Record metrics related to the CPU, gathered by the JVM.
Supported JVM implementations:
- HotSpot
- J9
-
Constructor Summary
ConstructorsConstructorDescriptionProcessorMetrics(Iterable<? extends Tag> extraTags, JvmCpuMeterConventions conventions) The supplied extra tags are not combined with the convention.ProcessorMetrics(Iterable<Tag> extraTags) Uses the default convention with the provided extra tags. -
Method Summary
-
Constructor Details
-
ProcessorMetrics
public ProcessorMetrics() -
ProcessorMetrics
Uses the default convention with the provided extra tags.- Parameters:
extraTags- tags to add to each meter's tags produced by this binder
-
ProcessorMetrics
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
-