Skip to content

artschwagerb/django-redis-metrics

 
 

Repository files navigation

Django Redis Metrics

Documentation Status Current Release Build Status Code Coverage License

This app allows you do define various named metrics (such as 'New Users', 'Downloads', or 'Purchases') and record when they happen.

Each metric can be assigned a Category or an optional Expiration time, and is stored at the second, minute, hourly, daily, weekly, monthly, and yearly level, so you can see the frequency of your data at different granularities.

Here's a sneak peak at how it works:

>>> from redis_metrics.utils import metric
>>> metric("Downloads", category="User Metrics")

Compatibility

This app works with Python 2 & 3 (tested on 2.7 and 3.4) and is tested with Django 1.7 - 1.8. For support for older versions of Django, see the 0.9.0 release.

Documentation

View the full documenation at http://django-redis-metrics.readthedocs.org/en/latest/.

License

This code is distributed under the terms of the MIT license. See the LICENSE.txt file.

About

Metrics for django apps backed by Redis.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 87.5%
  • HTML 11.9%
  • JavaScript 0.6%