Debian packaging for django-statsd-mozilla
Go to file
Olli Jarva 4a2fbb5fac Bugfix: counters for boomerang are not casted to int
When processing boomerang data, views.process_summaries fails, as
variables in "keys" dictionary are unicode objects. All values should be
timestamps from navigation timing, so casting is safe.
2014-03-23 22:10:40 +02:00
django_statsd Bugfix: counters for boomerang are not casted to int 2014-03-23 22:10:40 +02:00
docs bump version 2013-12-19 12:20:33 -08:00
.gitignore Make TastyPieRequestTimingMiddleware fallback to GraphiteRequestTimingMiddleware 2013-12-19 16:53:26 +01:00
.travis.yml added a metlog backend for django-statsd (issue #11) 2012-09-12 13:33:25 -04:00
LICENSE.rst license and readme updates 2011-12-22 09:22:42 -08:00
MANIFEST.in fix setup.py 2012-05-09 11:38:02 -07:00
README.rst Include link to documentation & add basic formatting 2013-08-08 09:12:16 +01:00
example.png clients, middleware and tests 2011-12-13 22:33:09 -08:00
optional.txt added a metlog backend for django-statsd (issue #11) 2012-09-12 13:33:25 -04:00
requirements.txt pin to older version of statsd 2013-03-28 07:50:25 -07:00
setup.py bump version 2013-12-19 12:20:33 -08:00

README.rst

=============
Django Statsd
=============

Documentation is on `Read the Docs <https://django-statsd.readthedocs.org/>`_.

-------
License
-------

BSD and MPL

Portions of this are from commonware:

https://github.com/jsocol/commonware/blob/master/LICENSE