Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/pages/docs/metadata-stats/stats.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -373,10 +373,10 @@ All messages metrics include all messages types, such as those sent and received

| Metric | Description |
| --- | --- |
| **messages.all.all.count** | Total number of messages that were successfully sent, summed over all message types and transports. |
| **messages.all.all.billableCount** | Total number of billable messages that were successfully sent, summed over all message types and transports. |
| **messages.all.all.data** | Total message size of all messages that were successfully sent, summed over all message types and transports. |
| **messages.all.all.uncompressedData** | Total uncompressed message size, excluding delta compression. |
| **messages.all.all.count** | Total number of messages that were successfully received and sent by Ably, summed over all message types and transports. |
| **messages.all.all.billableCount** | Total number of billable messages that were successfully received and sent by Ably, summed over all message types and transports. |
| **messages.all.all.data** | Total data in messages successfully received and sent by Ably, summed over all message types and transports. |
| **messages.all.all.uncompressedData** | Total data in messages successfully received and sent by Ably, excluding savings provided by delta compression. |
| **messages.all.all.failed** | Total number of messages that failed. These are messages which did not succeed for some reason other than Ably explicitly refusing them, such as they were rejected by an external integration target, or a service issue on Ably's side. |
| **messages.all.all.refused** | Total number of messages that were refused by Ably. For example, due to [rate limiting](/docs/platform/pricing/limits), malformed messages, or incorrect client permissions.|
| **messages.all.messages.count** | Total message count, excluding presence and object messages. |
Expand Down