istio 中自带的prometheus,采集到的指标数据保存多久?

sum(ceil(increase(istio_request_duration_seconds_count{}[10d])) ) by (destination_service_namespace,reporter)
这条查询语句,昨天下午模拟的数据,第二天早上来查询就没有了。问运维说没有改配置我查了下默认应该是保存15天的数据。那位大神知道是哪里出了问题

可能是prometheus 重启了