@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.| Constructor and Description |
|---|
CloudWatchProperties() |
| Modifier and Type | Method and Description |
|---|---|
URI |
getEndpoint() |
String |
getNamespace() |
String |
getRegion() |
void |
setEndpoint(URI endpoint) |
void |
setNamespace(String namespace) |
void |
setRegion(String region) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.