public class AzureMonitorConfig extends Object implements MicrometerConfig.CapabilityEnabled
| Modifier and Type | Field and Description |
|---|---|
Optional<Boolean> |
enabled
Support for export to AzureMonitor.
|
Optional<String> |
instrumentationKey
The path for the azure monitor instrumentationKey
|
| Constructor and Description |
|---|
AzureMonitorConfig() |
@ConfigItem public Optional<Boolean> enabled
Support for AzureMonitor will be enabled if micrometer
support is enabled, the AzureMonitorMeterRegistry is on the classpath
and either this value is true, or this value is unset and
quarkus.micrometer.registry-enabled-default is true.
@ConfigItem public Optional<String> instrumentationKey
public Optional<Boolean> getEnabled()
getEnabled in interface MicrometerConfig.CapabilityEnabledCopyright © 2020 JBoss by Red Hat. All rights reserved.