I have a graphite server which has the following retention.
[default]
pattern = .*
retentions = 10s:7d,5m:30d,10m:2y
I send data every 10seconds from system A to the Graphite server I can confirm that required data is reaching from system A. I have checked the wsp file in the location /storage/whisper/ and the data is present(used whisper-fetch.py). However, I am still not able to see any graphs on Graphite UI.
Also, all the directories regarding system A are visible in Graphite UI, but when I click on the metric it shows no data.
Please help me on possible reasons for this issue as this is happening only for system A, there are other systems for which I can see the Data in Graphite.