Class CloudWatchProperties

java.lang.Object
org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryProperties
de.otto.edison.metrics.cloudwatch.CloudWatchProperties

@ConfigurationProperties(prefix="management.metrics.export.cloudwatch")
public class CloudWatchProperties
extends org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryProperties
ConfigurationProperties for configuring CloudWatch metrics export.
Since:
2.0.0
  • Constructor Summary

    Constructors 
    Constructor Description
    CloudWatchProperties()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getNamespace()  
    void setNamespace​(java.lang.String namespace)  

    Methods inherited from class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties

    getBatchSize, getConnectTimeout, getReadTimeout, getStep, isEnabled, setBatchSize, setConnectTimeout, setEnabled, setReadTimeout, setStep

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait