Class VirtualThreadsConfigGroup
java.lang.Object
io.quarkus.micrometer.runtime.config.VirtualThreadsConfigGroup
- All Implemented Interfaces:
MicrometerConfig.CapabilityEnabled
Build / static runtime config for the virtual thread metric collection.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enabled
Virtual Threads metrics support.Support for virtual threads metrics will be enabled if Micrometer support is enabled, this value is set to
true(default), the JVM supports virtual threads (Java 21+) and thequarkus.micrometer.binder-enabled-defaultproperty is true. -
tags
The tags to be added to the metrics. Empty by default. When set, tags are passed as:key1=value1,key2=value2.
-
-
Constructor Details
-
VirtualThreadsConfigGroup
public VirtualThreadsConfigGroup()
-
-
Method Details
-
getEnabled
- Specified by:
getEnabledin interfaceMicrometerConfig.CapabilityEnabled
-