https://github.com/bd808/yastatsd
Yet another StatsD implementation
https://github.com/bd808/yastatsd
Last synced: 19 days ago
JSON representation
Yet another StatsD implementation
- Host: GitHub
- URL: https://github.com/bd808/yastatsd
- Owner: bd808
- License: mit
- Created: 2014-04-03T05:18:17.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-03T05:19:40.000Z (about 12 years ago)
- Last Synced: 2025-12-15T01:13:50.396Z (6 months ago)
- Language: Python
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
YaStatsD
========
Yet another StatsD implementation.
Collects events submitted by client applications via UDP. Events are
converted into aggregate carbon/graphite metric statements on a periodic
basis and relayed to a carbon server.
Adapted from statsd python port by https://github.com/sivy/py-statsd