mikejihbe / metrics

A metrics library for Node.js
574 stars 56 forks source link

Make Graphite reporter report integer timestamps #57

Closed szmg closed 6 years ago

szmg commented 6 years ago

Hi, this should fix #54.

It also uses Date.now(), which is twice as fast (in Node) than (new Date).getTime().