django-app-metrics
django-app-metrics copied to clipboard
Simple framework for capturing in application metrics and emailing aggregation results
Resolving typo
There are some updates I'd like to make e.g. #42, which would require dropping support for unsupported versions of Django. @frankwiles would you be okay with making a major version...
- Add tox and pytest for easier testing and coverage reports - django-coverage is no longer maintained - Make new migrations - Add `on_delete=models.PROTECT` to foreign keys. - Remove compatibility...
In order to avoid timezone support warnings, change default values for metric items and gauges to timezone aware equivalents from django.utils.timezone. This requires some changes to move_to_mixpanel command so timestamps...
...extending from the Django Admin templates. In this case I don't want to be sending emails, I just want the data on demand. I'm using the generic class based views...
It is possible to emulate gauges in Mixpanel by posting the gauge value as a property of a metric and then using the aggregation functions (SUM or AVG) in the...
Bumps [redis](https://github.com/redis/redis-py) from 2.6.2 to 4.4.4. Release notes Sourced from redis's releases. 4.4.4 Changes Upgrade urgency: SECURITY, contains fixes to security issues. (CVE-2023-28859) - Cancelling an async future does not,...