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

Schema issue #5

Open
avnerbarr opened this issue Jul 1, 2013 · 1 comment
Open

Schema issue #5

avnerbarr opened this issue Jul 1, 2013 · 1 comment

Comments

@avnerbarr
Copy link

I don't get a db.timer_data collection but in my db.timers collections I do see objects in the form of

{
    "mean_90" : 1600,
    "upper_90" : 1600,
    "sum_90" : 1600,
    "std" : 0,
    "upper" : 1600,
    "lower" : 1600,
    "count" : 1,
    "count_ps" : 0.1,
    "sum" : 1600,
    "mean" : 1600,
    "median" : 1600,
    "time" : 1372670684,
    "_id" : ObjectId("51d14adb6ad9444547000003")
}

But they aren't created every "bucket size" (10 seconds) . What frequency are they created?

@ankitjaininfo
Copy link

It appears to be a bug. Both timers and timer_data are going in same mongo collection. The fix is needed at line index.js#L89 so that new collection created for storing raw values.

Refer the fix here: gs-ajain@f22c31a

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

No branches or pull requests

2 participants