This dashboard provides an interface to view and analyze metrics from your Amazon SNS.
| Metric visualization | Metric name | Description |
|---|---|---|
| Number Of Notifications | aws_sns_number_of_notifications_delivered_sum | The number of messages successfully delivered from your Amazon SNS topics to subscribing endpoints. |
| Number Of Published Messages | aws_sns_number_of_messages_published_sum | The number of messages published to your Amazon SNS topics. |
| Success Rate | aws_sns_number_of_messages_published_sum, aws_sns_number_of_notifications_delivered_sum | The number of messages published to your Amazon SNS topics and the number of messages successfully delivered from your Amazon SNS topics to subscribing endpoints. |
| Avg Published Messages Size | aws_sns_publish_size_average | The size of messages published. |
| Topic’s Activity | aws_sns_number_of_messages_published_sum, aws_sns_number_of_notifications_delivered_sum | The number of messages published to your Amazon SNS topics and the number of messages successfully delivered from your Amazon SNS topics to subscribing endpoints. |
| Topic’s Failures | aws_sns_number_of_notifications_failed_sum | The number of messages that Amazon SNS failed to deliver. |
| Delivered Messages | aws_sns_number_of_notifications_delivered_sum | The number of messages successfully delivered from your Amazon SNS topics to subscribing endpoints. |
| Published Messages | aws_sns_number_of_messages_published_sum | The number of messages published to your Amazon SNS topics. |
| Number Of Notifications Filtered Out | aws_sns_number_of_notifications_filtered_out_sum, aws_sns_number_of_notifications_filtered_out_invalid_attributes_sum, aws_sns_number_of_notifications_filtered_out_no_message_attributes_sum | The number of messages that were rejected by subscription filter policies, number of messages that were rejected by subscription filter policies because the messages’ attributes are invalid – for example, because the attribute JSON is incorrectly formatted and the number of messages that were rejected by subscription filter policies because the messages have no attributes. |