Skip to content
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

Add unbatched outbound stats #257

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add unbatched outbound stats #257

wants to merge 1 commit into from

Conversation

JoaoDiasAbly
Copy link
Contributor

https://ably.atlassian.net/browse/REA-1946

Adding unbatched outbound stats counts to have a comparison point with the batched results. If batching is disabled, it should contain the same value as the simple .count counterpart stat.

Copy link
Member

@SimonWoolf SimonWoolf left a comment

Choose a reason for hiding this comment

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

Note that if we use this approach this stat will need to be added to all the stats that this aggregates into (not just messages.outbound.realtime.messages.unbatchedCount, but also messages.outbound.realtime.all.unbatchedCount, messages.outbound.all.all.unbatchedCount, messages.all.all.unbatchedCount, plus the presence ones)

but let's discuss the approach first today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants