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
Start a metric of type 'counter' let's say counter1.
Increment counter1 twice so that value will be 2.
Then decrement counter1 with same number of times i.e. 2.
Start a metric of type 'counter' let's say counter1.
Increment counter1 twice so that value will be 2.
Then decrement counter1 with same number of times i.e. 2.
Observation-
Cloudwatch reports -2 instead of 0.