Aggregation upstream

Asked by Jens Rantil

Just making sure I understand things correctly:

Let's say I have a Whisper database with retentions "1s:5m, 5m:2h, "" and an aggregationMethod=sum. If I update the second highest resolution, will aggregation be done to "1h:7d" only?

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Graphite Edit question
Assignee:
No assignee Edit question
Solved by:
Michael Leinartas
Solved:
Last query:
Last reply:
Revision history for this message
Best Michael Leinartas (mleinartas) said :
#1

That's correct. The aggregation only goes up to higher resolutions. If you're updating only that 2nd resolution, the points you're sending will be beyond the max retention of the first resolution.

Revision history for this message
Jens Rantil (jens-rantil) said :
#2

Thanks Michael Leinartas, that solved my question.