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

Aggregate values by key #11

Open
toefel18 opened this issue Feb 7, 2016 · 0 comments
Open

Aggregate values by key #11

toefel18 opened this issue Feb 7, 2016 · 0 comments

Comments

@toefel18
Copy link
Owner

toefel18 commented Feb 7, 2016

An example of aggregation: say your app receives status updates and picture posts, some event names could be:

  • jms.messages.received.statusupdate.ok = 155
  • jms.messages.received.statusupdate.failed = 1
  • jms.messages.received.statusupdate.malformed = 6
  • jms.messages.received.picturepost.ok = 77
  • jms.messages.received.picturepost.toobig = 9

If logical, the library could automatically calculate aggregate values if it makes sense. This could look like:

  • jms.messages.received.statusupdate.ok = 155
  • jms.messages.received.statusupdate.failed = 1
  • jms.messages.received.statusupdate.malformed = 6
  • jms.messages.received.statusupdate = 162
  • jms.messages.received.picturepost.ok = 77
  • jms.messages.received.picturepost.toobig = 9
  • jms.messages.received.picturepost = 86
  • jms.messages.received = 248
@toefel18 toefel18 added this to the Support aggregation milestone Feb 7, 2016
@toefel18 toefel18 added the ready label Mar 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant