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 int MAX_BATCH_SIZE
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    default int batchSize()
    Deprecated.
     
    default java.lang.String namespace()
    Deprecated.
     
    default java.lang.String prefix()
    Deprecated.
     

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

    get

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

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

  • Method Details

    • prefix

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

      default java.lang.String namespace()
      Deprecated.
    • batchSize

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