Concordium / concordium-misc-tools

A collection of small tools with a well-defined purpose
Apache License 2.0
4 stars 6 forks source link

KPI Tracker - Data out of range #113

Open mh-concordium opened 1 year ago

mh-concordium commented 1 year ago

Bug Description Selecting 24 hours or less as a range causes graphs for smart contracts (instances) and smart contracts (modules) shows as "Data out of range".

Steps to Reproduce Select 24 hours as the range and observe graphs.

Expected Result Only for the data that is read on the payday it would make sense that the data is out of the range, if the range selected was less than 24 hours otherwise data should be there.

Actual Result graphs for smart contracts (instances) and smart contracts (modules) shows as "Data out of range".

Versions

abizjak commented 1 year ago

The reason for this is that there isn't any new activity for those metrics in the selected time period. While I agree this is something that we should fix, it's not clear how exactly to do it. So since this behaviour is only experienced with relatively short intervals, for which this tool isn't primarily intended, I think it's not necessary to fix for this release.