A simple statsd client.
Project description
statsd is a friendly front-end to Graphite. This is a Python client for the statsd daemon.
- Code:
- License:
MIT; see LICENSE file
- Issues:
- Documentation:
Quickly, to use:
>>> import statsd
>>> c = statsd.StatsClient('localhost', 8125)
>>> c.incr('foo') # Increment the 'foo' counter.
>>> c.timing('stats.timed', 320) # Record a 320ms 'stats.timed'.
You can also add a prefix to all your stats:
>>> import statsd
>>> c = statsd.StatsClient('localhost', 8125, prefix='foo')
>>> c.incr('bar') # Will be 'foo.bar' in statsd/graphite.
Installing
The easiest way to install statsd is with pip!
You can install from PyPI:
$ pip install statsd
Or GitHub:
$ pip install -e git+https://github.com/jsocol/pystatsd#egg=statsd
Or from source:
$ git clone https://github.com/jsocol/pystatsd $ cd pystatsd $ python setup.py install
Docs
There are lots of docs in the docs/ directory and on ReadTheDocs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
statsd-4.0.0.tar.gz
(27.8 kB
view details)
Built Distribution
File details
Details for the file statsd-4.0.0.tar.gz
.
File metadata
- Download URL: statsd-4.0.0.tar.gz
- Upload date:
- Size: 27.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e767eb2b8c705ca4c0a55b96fe47f80ce15ba98c7a851dd2ad00504d29cb2e3c |
|
MD5 | 2eaadd7a7d91048ae5367130a83d762a |
|
BLAKE2b-256 | e4a10d4d8b7fa3716fe3a175acc495fb0a97229d219e3b1d291e7b8d0e9ef8e6 |
File details
Details for the file statsd-4.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: statsd-4.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 13.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52cd0e3843c07149538948ec803414e3ee356c2da7fa3ace656c1e216a00f70c |
|
MD5 | 256068e51036b7851665df5cf9f6c89b |
|
BLAKE2b-256 | 84cf9ebba347204aacf7652ecc6eb25258cda20e152c3bc7621a760274f4e93f |