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
Hey team, I'm executing krr simple --namespace dev --history_duration 48 against one of my clusters, but it returns this warning regarding history fetch failure
What am I doing wrong?
...
INFO Victoria Metrics found loader.py:74
INFO Victoria Metrics connected successfully for arn:aws:eks:eu-east-1:123456:cluster/dev-cluster cluster loader.py:47
WARNING Was not able to get history range for cluster arn:aws:eks:eu-east-1:123456:cluster/dev-cluster. This is not critical, will try continue.
...
In the end it returns recommendations successfully, but I guess they are not respecting historical metrics :(
Thanks!
The text was updated successfully, but these errors were encountered:
The error message might be misleading
KRR tries to run a query, to check if there's enough history in the cluster to run a scan (the minimum is 5 hours)
If this check fails, this warning is printed, and KRR continues as usual.
Hey team, I'm executing
krr simple --namespace dev --history_duration 48
against one of my clusters, but it returns this warning regarding history fetch failureWhat am I doing wrong?
In the end it returns recommendations successfully, but I guess they are not respecting historical metrics :(
Thanks!
The text was updated successfully, but these errors were encountered: