I hope I’ve a simple question, however I could not find an answer for it in the Grafana docs nor at the internet
What is the minimum amount of samples per time period that Grafana requires?
My use case: I process the number of tickets created per day. This results in 1 sample per day, for e.g. the number of tickets opened and closed. To make it more complex; the ticket processing happens on an irregular basis (it’s done manually). Sometimes daily, but at different times, it takes more then one week, before the data for the last week (7 days) gets processed, but when that happens the data for the days being processed becomes available almost at the same time.
So the data feed is very irregular! Is this OK for Grafana?
When this is OK for Grafana;
- What database to use (mysql)?
- What should be the format of the fields, ;;?
** What is the format of , unix epoch seconds?
Is there a description for a similar case?
Looking forward to the answer. Thanks in advance!