I have set up a Grafana dashboard, to monitor Kubernetes. It's working as expected but there's an issue of losing metrics/history at some point of time. See the attached screenshot. In the screenshot, no metrics are shown between 21:00 PM to 23:00 PM.
https://i.sstatic.net/BcMHT.jpg
From the above image, is that behavior normal? Thanks.
I'm using Grafana as an addon on Istio.
Part of the Istio helm chart configuration:
grafana:
enabled: true
persist: true
accessMode: ReadWriteMany
My expectation is that no history/metrics should be lost at any specific time.