Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 411 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 411 Bytes

pysvcmetrics

Utilities to send metrics to graphite via statsd

  • statsdclient.py: To send metrics to statsd
  • metrics.py: a simpler interface to send metrics

Run tests

Requires coverage. pip install coverage

make test

Build a source distribution file:

make spkg

Install

make install

Install for development (files are linked to so changes are live)

python setup.py develop