bradmontgomery / django-redis-metrics

Metrics for django apps backed by Redis.
http://django-redis-metrics.readthedocs.io
MIT License
93 stars 24 forks source link

+ add optional to-parameter to get_metric_history() #54

Closed stephanpoetschner closed 8 years ago

stephanpoetschner commented 8 years ago

R.get_metric_history() handles an options since parameter. When trying to get data from a specific period in the past, an optional to parameter would be helpful, to restrict the time-range to a specific interval.

stephanpoetschner commented 8 years ago

The Travis status message is misleading :)

Tests on all environments pass, except for Python 3.4 / Django 1.7.6 https://travis-ci.org/bradmontgomery/django-redis-metrics/jobs/124198538

No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself. The build has been terminated

bradmontgomery commented 8 years ago

Hi @stephanpoetschner, thanks for this work. I'll try to look over it thoroughly within the next day or 2, but I think it sounds like a good idea.

bradmontgomery commented 8 years ago

@stephanpoetschner Thanks again for this work. Version 1.4.0 is now on pypi.

stephanpoetschner commented 8 years ago

@bradmontgomery Thanks a lot for your great software and the fast response! Really appreciate your effort.