Skip to content

Commit 11369ac

Browse files
authored
Merge pull request #98 from awslabs/giancarlokc-adjust-readme-1
Update README to better reflect current behaviour
2 parents c895e9f + 129bfdb commit 11369ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ putProperty("Device", new HashMap<String, String>() {{
117117

118118
Adds a new set of dimensions that will be associated with all metric values.
119119

120-
**WARNING**: Every distinct value for a dimension set will result in a new CloudWatch metric.
120+
**WARNING**: Each dimension set will result in a new CloudWatch metric (even dimension sets with the same values).
121121
If the cardinality of a particular value is expected to be high, you should consider
122122
using `setProperty` instead.
123123

@@ -137,7 +137,7 @@ putDimensions(DimensionSet.of("Operation", "Aggregator", "DeviceType", "Actuator
137137

138138
Explicitly override all dimensions. This will remove the default dimensions.
139139

140-
**WARNING**: Every distinct value for a dimension set will result in a new CloudWatch metric.
140+
**WARNING**:Each dimension set will result in a new CloudWatch metric (even dimension sets with the same values).
141141
If the cardinality of a particular value is expected to be high, you should consider
142142
using `setProperty` instead.
143143

0 commit comments

Comments
 (0)