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

server.py now allows empty string prefix #88

Open ronan-ln opened 10 years ago

ronan-ln commented 10 years ago

In the previous implementation, when passing the empty string to the prefix parameter, the final key constructed was .key when it should have been key.

sivy commented 9 years ago

:+1:

chandij commented 9 years ago

Any chances that this is going to be merged to master? Are you planning to push this to pip?