public class StackdriverConfig extends Object implements MicrometerConfig.CapabilityEnabled
| Modifier and Type | Field and Description |
|---|---|
Optional<Boolean> |
enabled
Support for export to Stackdriver.
|
| Constructor and Description |
|---|
StackdriverConfig() |
@ConfigItem public Optional<Boolean> enabled
Support for Stackdriver will be enabled if micrometer
support is enabled, the StackdriverMeterRegistry is on the classpath
and either this value is true, or this value is unset and
quarkus.micrometer.registry-enabled-default is true.
[NOTE]
====
Stackdriver libraries do not yet support running in native mode.
The Stackdriver MeterRegistry will be automatically disabled
for native builds.
See https://github.com/grpc/grpc-java/issues/5460
====
public Optional<Boolean> getEnabled()
getEnabled in interface MicrometerConfig.CapabilityEnabledCopyright © 2020 JBoss by Red Hat. All rights reserved.