We depend on the API request to fetch the from and to date parameters for fetching usage data with monitoring.
We can remove this from the API and instead only send timestamp. The api can decide the from/to interval internally.
At the moment we have some cases where we override the 20 minutes interval sent from the browser.
CC @afharo
We depend on the API request to fetch the
fromandtodate parameters for fetching usage data with monitoring.We can remove this from the API and instead only send
timestamp. The api can decide the from/to interval internally.At the moment we have some cases where we override the
20minutes interval sent from the browser.CC @afharo