Skip to content

Commit 262c63c

Browse files
authored
Merge pull request #97 from awslabs/giancarlokc-adjust-readme
Update README to better reflect current behaviour
2 parents 61649ec + 23c4b9a commit 262c63c

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
@@ -93,7 +93,7 @@ putProperty("Device", new HashMap<String, String>() {{
9393

9494
Adds a new set of dimensions that will be associated with all metric values.
9595

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

@@ -113,7 +113,7 @@ putDimensions(DimensionSet.of("Operation", "Aggregator", "DeviceType", "Actuator
113113

114114
Explicitly override all dimensions. This will remove the default dimensions.
115115

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

0 commit comments

Comments
 (0)