yaorg / node-measured

A Node metrics library for measuring and reporting application-level metrics, inspired by Coda Hale, Yammer Inc's Dropwizard Metrics Libraries
https://yaorg.github.io/node-measured/
MIT License
517 stars 52 forks source link

Usage example in README doesn't make sense #7

Closed alexanderdean closed 10 years ago

alexanderdean commented 12 years ago

Your code in step 2 refers to a collection object which was not defined in step 1.

The usage example differs significantly from the example code in example/http_requests_per_second.js

owntheweb-archive commented 10 years ago

I actually ran into this today as well (a year later!). It may just have to do with me being a complete node.js newb.

alexanderdean, were you able to get things going? If so, can you tell me how? If so or if I figure it out after more learning, I'll be happy to send a pull request with updated content.

Thanks for the assist in advance. I truly appreciate it.