Interface CloudWatchConfig

All Superinterfaces:
io.micrometer.core.instrument.config.MeterRegistryConfig, io.micrometer.core.instrument.push.PushRegistryConfig, io.micrometer.core.instrument.step.StepRegistryConfig

@Deprecated public interface CloudWatchConfig extends io.micrometer.core.instrument.step.StepRegistryConfig
Deprecated.
the micrometer-registry-cloudwatch implementation has been deprecated in favour of micrometer-registry-cloudwatch2, which uses AWS SDK for Java 2.x
Configuration for CloudWatch exporting.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default int
    Deprecated.
     
    default String
    Deprecated.
     
    default String
    Deprecated.
     

    Methods inherited from interface io.micrometer.core.instrument.config.MeterRegistryConfig

    get, requireValid

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

    connectTimeout, enabled, numThreads, readTimeout, step, validate
  • Field Details

  • Method Details

    • prefix

      default String prefix()
      Deprecated.
      Specified by:
      prefix in interface io.micrometer.core.instrument.config.MeterRegistryConfig
    • namespace

      default String namespace()
      Deprecated.
    • batchSize

      default int batchSize()
      Deprecated.
      Specified by:
      batchSize in interface io.micrometer.core.instrument.push.PushRegistryConfig