Skip to content

Commit

Permalink
Merge pull request #98 from awslabs/giancarlokc-adjust-readme-1
Browse files Browse the repository at this point in the history
Update README to better reflect current behaviour
  • Loading branch information
giancarlokc authored Mar 15, 2022
2 parents c895e9f + 129bfdb commit 11369ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ putProperty("Device", new HashMap<String, String>() {{

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.

Expand All @@ -137,7 +137,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.

Expand Down

0 comments on commit 11369ac

Please sign in to comment.