我想把kubepshere 自带的一个监控数据保存下来, 默认好像是15天把,我想把这个指标的所有数据保存下来,有什么办法么,
指标如下 sum by(container, pod, namespace) (increase(container_cpu_cfs_throttled_periods_total{container!=""}[5m])) / sum by(container, pod, namespace) (increase(container_cpu_cfs_periods_total[5m]))
是一个cpu限流的指标,我现在就想保存这段时间这个指标的所有数据,然后对一些更改后,在根据这些数据做一个对比,有什么好的建议么?