You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am running kube-prometheus-stack + kube-thanos.
The system works well, except of the following issue
If I query metric such as kube_pod_info{} I can see the values for past week or so, if I run same query but with label ex. kube_pod_info{cluster='test'} i can only see the data from the past 2 days.
If I check thanos store logs I can see that blocks are being dropped after 2 days
Hi,
I am running kube-prometheus-stack + kube-thanos.
The system works well, except of the following issue
If I query metric such as
kube_pod_info{}
I can see the values for past week or so, if I run same query but with label ex.kube_pod_info{cluster='test'}
i can only see the data from the past 2 days.If I check thanos store logs I can see that blocks are being dropped after 2 days
QUESTION: How can I modify the setup to allow me to query by labels for longer than 2 days?
thanos-compactor
thankos-store
The text was updated successfully, but these errors were encountered: