Class VirtualThreadsConfigGroup

java.lang.Object
io.quarkus.micrometer.runtime.config.VirtualThreadsConfigGroup
All Implemented Interfaces:
MicrometerConfig.CapabilityEnabled

public class VirtualThreadsConfigGroup extends Object implements MicrometerConfig.CapabilityEnabled
Build / static runtime config for the virtual thread metric collection.
  • Field Details

    • enabled

      @ConfigItem public Optional<Boolean> 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 the quarkus.micrometer.binder-enabled-default property 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