You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: prevent putDimensions from storing duplicate dimensions
This is a Java-equivalent bug-fix for the Node issue:
awslabs/aws-embedded-metrics-node#20
New conditions check for any matching dimension set before
skipping put dimensions-- to prevent duplicates from being stored.
[TESTING]
Unit test updated to address edge case;
multiple dimension sets added and checked for no duplicates.
Ran integration tests using Docker and compared results in CloudWatch.
0 commit comments