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.StepRegistryConfig
    Configuration for AzureMonitorMeterRegistry.
    Since:
    1.1.0
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.lang.String instrumentationKey()
      default implementation to get the instrumentation key from the config
      default java.lang.String prefix()  
      • Methods inherited from interface io.micrometer.core.instrument.config.MeterRegistryConfig

        get
      • Methods inherited from interface io.micrometer.core.instrument.push.PushRegistryConfig

        batchSize, connectTimeout, enabled, numThreads, readTimeout, step
    • Method Detail

      • prefix

        default java.lang.String prefix()
        Specified by:
        prefix in interface io.micrometer.core.instrument.config.MeterRegistryConfig
      • instrumentationKey

        default java.lang.String instrumentationKey()
        default implementation to get the instrumentation key from the config
        Returns:
        Instrumentation Key