diff --git a/README.md b/README.md index 80975c12..b8af8d9b 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ putProperty("Device", new HashMap() {{ Adds a new set of dimensions that will be associated with all metric values. -**WARNING**: Every distinct value for a dimension set will result in a new CloudWatch metric. +**WARNING**: Each dimension set will result in a new CloudWatch metric (even dimension sets with the same values). If the cardinality of a particular value is expected to be high, you should consider using `setProperty` instead. @@ -113,7 +113,7 @@ putDimensions(DimensionSet.of("Operation", "Aggregator", "DeviceType", "Actuator Explicitly override all dimensions. This will remove the default dimensions. -**WARNING**: Every distinct value for a dimension set will result in a new CloudWatch metric. +**WARNING**: Each dimension set will result in a new CloudWatch metric (even dimension sets with the same values). If the cardinality of a particular value is expected to be high, you should consider using `setProperty` instead.