Skip to content

Update stats to reflect sent messages includes recevied #2741

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 content/metadata-stats/stats.textile
Original file line number Diff line number Diff line change
Expand Up @@ -375,10 +375,10 @@ h3(#messages). All messages
All messages metrics include all messages types, such as those sent and received by Ably and clients, messages delivered via integrations and push notifications delivered to devices.

|_. 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 or sent by Ably, summed over all message types and transports. |
| messages.all.all.billableCount | Total number of billable messages that were successfully received or sent by Ably, summed over all message types and transports. |
| messages.all.all.data | Total data in messages successfully received or sent by Ably, summed over all message types and transports. |
| messages.all.all.uncompressedData | Total data in messages successfully received or sent by Ably, excluding savings provided delta compression. |
Comment on lines +378 to +381
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be 'received and sent' rather than 'or' in that case?

| 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