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

Add NoOpMeter, a meter that doesn't do anything, this is usful to use… #37

Closed fieldju closed 6 years ago

fieldju commented 6 years ago

Add NoOpMeter, a meter that doesn't do anything, this is usful to use in a Timer if you want access to the Stopwatch api for histogram data and don't want to deal with the overhead of a meter.

@csabapalfi I wanted to let you merge this and run your npm version minor command. What should happen once you merge is that the jsdocs get generated and published to the site. After you run the npm command and a tag gets pushed, another build will be triggered that does the npm publishing.

https://travis-ci.org/yaorg/node-measured

csabapalfi commented 6 years ago

Looks like I don't have the rights to merge. Can you double-check, please?

fieldju commented 6 years ago

image

It was set to read, I changed it.

csabapalfi commented 6 years ago

Also why the coveralls comment was deleted?

fieldju commented 6 years ago

I triggered a re-build I thought a new one was going to be added, that was my fault. I deleted the original comment, I was trying to avoid you getting spammed.

csabapalfi commented 6 years ago

Nice. Publishing worked both to npm and to gh-pages 👍