-
Notifications
You must be signed in to change notification settings - Fork 31
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
Adds usage count msgs to support hip 118 visualization data #428
base: master
Are you sure you want to change the base?
Conversation
src/service/poc_mobile.proto
Outdated
uint64 service_provider_subscriber_count = 2; | ||
// Number of unique discovery mapping enabled subscribers active | ||
// in the hex during the epoch | ||
uint64 disco_mapping_count = 3; | ||
// Number of unique offload users active in the hex during the epoch | ||
uint64 offload_count = 4; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if i understand correctly, these 3 fields represent quantities of users in various categories. Consider a common naming convention or suffix between the fields to indicate this... ie: xxxx_user_count
or xxx_subscriber_count
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
addressed here: 1b9d954
@andymck looks great to me. |
No description provided.