Number of buckets in a timelion query

I would like to know how many buckets were there in total when doing a timeline query. For example, if the query range is set for the last 24 hours, and the interval is 1 hour, then there must be 24 buckets. How to get this number programmatically?

You can get it from the network request if you can sniff in between or using Selenium or something to get it from the Inspector tabs.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.