Class GrpcServerConfigGroup

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

public class GrpcServerConfigGroup extends Object implements MicrometerConfig.CapabilityEnabled
Build / static runtime config for gRPC Server.
  • Field Details

    • enabled

      @ConfigItem public Optional<Boolean> enabled
      gRPC Server metrics support.

      Support for gRPC server metrics will be enabled if Micrometer support is enabled, the gRPC server interfaces are on the classpath and either this value is true, or this value is unset and quarkus.micrometer.binder-enabled-default is true.

  • Constructor Details

    • GrpcServerConfigGroup

      public GrpcServerConfigGroup()
  • Method Details