I've recently installed Prometheus and am using Grafana for reporting.
I set up Prometheus during installation to have retention time of 1 year using:
--storage.tsdb.retention.time=1y
Now, we noticed from yesterday that data from 15 days prior wasn't showing up anymore. Is there something wrong with my code? Is 1y
not being recognised?