Interface VirtualThreadsConfigGroup
- All Superinterfaces:
MicrometerConfig.CapabilityEnabled
Build / static runtime config for the virtual thread metric collection.
-
Method Summary
-
Method 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.- Specified by:
enabledin interfaceMicrometerConfig.CapabilityEnabled- Returns:
Optional<Boolean>
-
tags
The tags to be added to the metrics. Empty by default. When set, tags are passed as:key1=value1,key2=value2.
-