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

Backup/restore data to DB #35

Closed odedfos closed 9 years ago

odedfos commented 10 years ago

At the moment the metrics are very volatile, as all data is stored only in the Redis server. It would be useful to be able to dump and load the metric data to the django DB. Probably not that trivial though...

bradmontgomery commented 10 years ago

Thanks for the suggestion. There's a couple of reasons why I'm hesitant about doing the work to dump metrics into your relational DB:

Let me know your thoughts on the above, and maybe a little info about how your using this app, and we'll go from there!

bradmontgomery commented 9 years ago

Hi, I'm closing this as wontfix for now. I think redis persistence is something that most people will need to tweek to fit their needs, so is beyond the scope of this project.