Closed mvillarejo closed 10 years ago
Yeah, I think at the moment this should be a fairly high-priority ticket. Maybe a REDIS_METRICS_MIN_GRANULARITY
setting? That infers that we may also want a REDIS_METRICS_MAX_GRANULARITY
as well.
that makes completely sense!
note to self: I'm labelling this as a bug, mostly because too-low a granularity without being able to change it seems like a bad idea.
Added this in v0.8.1, which I should push up to the the package index at some point tonight.
Hello! yeah, it seems to work good, good job! I just had to modify granularity used: ['seconds', 'minutes', 'hourly', 'daily', 'weekly', 'monthly', 'yearly']
:trophy: Awesome! Thanks for the feedback :smile:
Hello,
Is there any way of reduce the granularity that you want for a metric? I know you increase the granularity from days to seconds but if that was flexible, that'll be brilliant, so let's say you could choose just up to seconds, hours, days, etc. depend of the type of metric you want to store.
Regards