Django-redis-metrics

Latest version: v2.2.0

Safety actively analyzes 628924 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

0.9.0

++++++++++++++++++

- Support for importing of historical data (`PR 44 <https://github.com/bradmontgomery/django-redis-metrics/pull/44>`_ thanks smaccona)

0.8.3

++++++++++++++++++

- bugfix: Include javascript static files in setup.py. (`PR 41 <https://github.com/bradmontgomery/django-redis-metrics/pull/41>`_)

0.8.2

++++++++++++++++++

- support for weekly stats starting on mondays (`PR 16 <https://github.com/bradmontgomery/django-redis-metrics/pull/36>`_)
- optimized redis writes (`37 <https://github.com/bradmontgomery/django-redis-metrics/issues/37>`_)
- Lower-cased JS files: changed ``Colors.js`` to ``colors.js`` and ``Chart.min.js`` to ``chart.min.js``

0.8.1

++++++++++++++++++

- Refactored the way we pull settings within the app, added ``settings.AppSettings`` to do this.
- Added new settings: ``REDIS_METRICS_MIN_GRANULARITY`` and ``REDIS_METRICS_MAX_GRANULARITY`` (`Issue 34 <https://github.com/bradmontgomery/django-redis-metrics/issues/34>`_)
- Dropping support for 1.5 (which just means I'm not testing against it)

0.8.0

++++++++++++++++++

- Replaced Google Charts with Chart.js (`Issue 21 <https://github.com/bradmontgomery/django-redis-metrics/issues/21>`_)
- Added the ability to set a metric's value rather than increment it via the
``set_metric`` function (`Issue 20 <https://github.com/bradmontgomery/django-redis-metrics/issues/20>`_)
- Support for metrics at a granularity of Seconds, Minutes, and Hours, (`24 <https://github.com/bradmontgomery/django-redis-metrics/pull/24>`_ and `#13 <https://github.com/bradmontgomery/django-redis-metrics/issues/13>`_, thanks mvillarejo)
- Autodecode data from redis (`PR 18 <https://github.com/bradmontgomery/django-redis-metrics/pull/18>`_, thanks jellonek)
- Changed ``utils.generate_test_metrics`` so it only generates metrics at the
daily and above level.
- **Potential Breaking change**: Always store dates & times in UTC
- **Potential Breaking change**: Change the way we store Metric & Gauge Slugs:
Store only the slugs, not the redis keys.
- Added a ``fix_redis_metrics_keys`` command to migrate data for previous versions.

0.7.2

++++++++++++++++++

- Now Uses redis sets to store category slugs (thanks remohammadi!)

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.