sivy / pystatsd

Python implementation of the Statsd client/server
http://pypi.python.org/pypi/pystatsd/
BSD 2-Clause "Simplified" License
358 stars 87 forks source link

Have you thought about extending the Client interface to support passing in the time-series time? #74

Open erowan opened 11 years ago

erowan commented 11 years ago

Hello,

Have you thought about extending the Client interface to support passing in the time-series time? Currently it is generated in the Server which is not always appropriate if you are dealing with stale data.

Cheers, Rowan