cardiff

Python statsd clone


License
BSD-3-Clause
Install
pip install cardiff==1.2.0

Documentation

Cardiff - a Python Statsd Clone

💥Important💥 This project is deprecated and no longer maintained. If you'd like to take it over, please contact me.

Cardiff is an extendible statsd clone written in Python that supports all statsd metric types and a variety of configurable stats destinations.

Destination Types

  • graphite (Via plain text or pickle protocol)
  • logging (Send data wherever you want, however you want)
  • amqp
  • cardiff (Upstream aggregation)
  • statsd (Upstream aggregation via statsd protocol)