StatsD server with exporting metrics to graphite/carbon
Project description
StatsD server implemenation compatible with python3. For python2 support see Bucky.
Metrics are flushed into graphite/carbon.
Features
Support for counters, timers, gauges and sets.
Gauge values are kept between flushes.
Counters, timers and sets are emptied on every flash.
Counter metrics have .count postfix.
Timer metrics have upper, lower, mean, stdev and configurable percentile values.
Clean metric names with prefix (-p command line option) and name sent by a client only.
Low footprint.
Usage
usage: statsdly [-h] [-v] [-l host[:port]] [-f seconds] [--percentiles p1,p2,...] [-p prefix] [--recycle seconds] -g host[:port] optional arguments: -h, --help show this help message and exit -v increase verbosity -l host[:port] listen on host:port, default is 127.0.0.1:8125 -f seconds flush interval, default is 60 seconds --percentiles p1,p2,... timer percentiles as csv, default is '50,75,95,99' -p prefix, --prefix prefix prefix to all metrics --recycle seconds reconnect to carbon after this amount of seconds, default is 300s -g host[:port] graphite host:port for sending metrics, default port is 2003
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
statsdly-0.4.1.tar.gz
(4.8 kB
view details)
File details
Details for the file statsdly-0.4.1.tar.gz
.
File metadata
- Download URL: statsdly-0.4.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6350cb9d3dbf9da0e2105948f3803b6cf12132c97c08a0c39a448894a79d0453 |
|
MD5 | bed4545f677aad64389a2d10db3c351f |
|
BLAKE2b-256 | 4fb5fc86a60449e3a0f770ae2123046f4dd624e43ad6a5defda71130021f83c7 |