Skip to content

Commit 23c4b9a

Browse files
authored
Update README to better reflect current behaviour
There's currently no limitation in the backend for providing multiple dimension sets with the same values. Each set will result in a separate metric.
1 parent 61649ec commit 23c4b9a

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)