Does blueflood support the different granularity rollups?
116 views
Skip to first unread message
Yiwei Chen
unread,
Aug 25, 2015, 9:13:25 PM8/25/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Blueflood Discuss
Hi there,
Recently, I started to use blueflood to finish some work of my project, it works really great as I previously knew.
Now I want to have a 1min granularity rollup (much shorter than default 5min), but when I looked into the code, I found the rollup thread runs per minute, and spends 1min for each rollup round.
Does that mean blueflood cannot do any rollups with the granularity less than 1min? I did not finish reading the code, so just want to ask you guys first about this.
Thanks,
Yiwei
Sri Harsha
unread,
Jun 13, 2016, 4:58:47 PM6/13/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Blueflood Discuss
Hi Yiewi, I got a similar requirement and I have been scribbing my head on the same. Did you find any possible/possible solution/approach for the same.. Please let me know.
Richard Sartor
unread,
Jun 22, 2016, 2:58:31 PM6/22/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Blueflood Discuss
Hi, Yiwei.
The short answer to your question is "no". Blueflood only supports a fixed number of rollup granularities. Currently, there is nothing between the 5-minute and full granularities. To add a one-minute granularity would take considerable effort and testing.