You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to have an exact count of how many user of my app pushed on button A.
My application is ran on 3 ec2 instances.
I have tried using .count("buttonA").inc() but obviously the library is reporting separately on these three instance so on Datatog I see a kind of up and down pattern (box 1 reports 5, box 2 report 10, box 3 reports 1) ..
Ideally I would like to use the "sum" option on datadog so that I can see the exact number but this library doesn't not reset the counter after each publish, so the sum is giving me some really high number because it carries forward the count every time.
For example if I have the reporter set to a 1 minute interval is there a way for it to only report the count for that minute ? then would reset and send 0 if the count has not being incremented.
The text was updated successfully, but these errors were encountered:
Hey,
I would like to be able to have an exact count of how many user of my app pushed on button A.
My application is ran on 3 ec2 instances.
I have tried using .count("buttonA").inc() but obviously the library is reporting separately on these three instance so on Datatog I see a kind of up and down pattern (box 1 reports 5, box 2 report 10, box 3 reports 1) ..
Ideally I would like to use the "sum" option on datadog so that I can see the exact number but this library doesn't not reset the counter after each publish, so the sum is giving me some really high number because it carries forward the count every time.
For example if I have the reporter set to a 1 minute interval is there a way for it to only report the count for that minute ? then would reset and send 0 if the count has not being incremented.
The text was updated successfully, but these errors were encountered: