django-redis-metrics
django-redis-metrics copied to clipboard
Metrics for django apps backed by Redis.
This PR: - replaces Bootstrap with Bulma and updates the UI to a fresh, cleaner look. - adds better support for large amounts of data. - adds ability to search...
Hi there, I'm investigating using this for some simple metrics about a new project I'm building. For me, it's no problem to run with Redis in production but in development,...
Nice to have: Instead of setting the `expire` param on every call to `metric(...)`, we could have a setting with a default value that gets applied to all metrics.
@bradmontgomery i was reading up on https://github.com/bradmontgomery/django-redis-metrics/issues/35 but i still have some questions regarding: I see the advantages of Redis reading and saving metrics regarding performance, but what happens when...
Here's the scenario: My metrics what to track the functions that get called in my code/framework. we could implement this as a decorator ``` from redis_metrics.decorators import count @count def...
Email reports should include charts instead of a table full of numbers
Bumps [django](https://github.com/django/django) from 4.2.4 to 4.2.7. Commits d254a54 [4.2.x] Bumped version for 4.2.7 release. 048a9eb [4.2.x] Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows. 3fae5d9 [4.2.x] Refs #30601...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 to 2.0.7. Release notes Sourced from urllib3's releases. 2.0.7 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 to 2.0.7. Release notes Sourced from urllib3's releases. 2.0.7 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...
Ensure Github Actions on this project run the tests on Pull Requests and on merges into the main branch. We should ensure that Github actions runs the django tests using...