Package io.micrometer.azuremonitor
Interface AzureMonitorConfig
-
- All Superinterfaces:
io.micrometer.core.instrument.config.MeterRegistryConfig,io.micrometer.core.instrument.push.PushRegistryConfig,io.micrometer.core.instrument.step.StepRegistryConfig
public interface AzureMonitorConfig extends io.micrometer.core.instrument.step.StepRegistryConfigConfiguration forAzureMonitorMeterRegistry.- Since:
- 1.1.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.StringinstrumentationKey()default implementation to get the instrumentation key from the configdefault java.lang.Stringprefix()
-
-
-
Method Detail
-
prefix
default java.lang.String prefix()
- Specified by:
prefixin interfaceio.micrometer.core.instrument.config.MeterRegistryConfig
-
instrumentationKey
default java.lang.String instrumentationKey()
default implementation to get the instrumentation key from the config- Returns:
- Instrumentation Key
-
-