Class AzureMonitorProperties
- java.lang.Object
-
- io.micrometer.spring.autoconfigure.export.properties.StepRegistryProperties
-
- io.micrometer.spring.autoconfigure.export.azuremonitor.AzureMonitorProperties
-
@ConfigurationProperties(prefix="management.metrics.export.azuremonitor") public class AzureMonitorProperties extends StepRegistryProperties
ConfigurationPropertiesfor configuring Azure Monitor metrics export.- Since:
- 1.1.0
-
-
Constructor Summary
Constructors Constructor Description AzureMonitorProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetInstrumentationKey()voidsetInstrumentationKey(java.lang.String instrumentationKey)-
Methods inherited from class io.micrometer.spring.autoconfigure.export.properties.StepRegistryProperties
getBatchSize, getConnectTimeout, getNumThreads, getReadTimeout, getStep, isEnabled, setBatchSize, setConnectTimeout, setEnabled, setNumThreads, setReadTimeout, setStep
-
-