We have configured tracking in cloudwatch for sending emails via AWS SES programmatically via AWS SDK ( as mentioned in the documentation). Whenever I send an email for the first time with a new configuration set I am able to see the metrics (open, click) value updated to 1. When I send the same email to another recipient the metric value should increase to 2 but there is no change in the cloudwatch metric and it always shows value as 1.
I have configured message tags and configuration set as well.
I checked after few hours but still, metrics were not updated. I am not sure if there is some issue with cloudwatch - SES configuration or I am missing any configuration in the graph?