felixge / node-graphite

A node.js client for graphite.
106 stars 16 forks source link

Fix #6 #7

Closed Serphentas closed 6 years ago

Serphentas commented 6 years ago

This fixes #6 in that when a timestamp is given it is not wrongly manipulated (i.e. timestamp = Math.floor(timestamp / 1000)), while being backwards-compatible with code already using node-graphite.

Serphentas commented 6 years ago

Closing this PR to make a new one from a proper branch from my fork.