-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Krr since 1.5.X does not return recommendations #174
Comments
I have exactly the same problem, and when I use version 1.4.1, it works like a charm. |
thanks for reporting it @agabrys & @hofmann-dev |
So basically at some point we added a minimum amount of data points the simple strategy requires for calculation. This is done to not give recommendations on very small amounts of data. By default it is set on 100 points. For your case , if you want 1 hour data with 2 minute timeframe (that's 30 points) you can set Also you can do But I personally would not recommend using only 1 hour of data in general case, as from personal experience that is not enough. |
Oh, I did not take that into account. I ran KRR 1.6.0 on production today and everything seems fine 🥳
That was my test environment. I use a longer time period in production. I will remember to set |
Describe the bug
It is a continuation of #127. Unfortunately, I cannot reopen the issue.
Our Prometheus scrapes all requried metrics (#150):
When I execute a command as follows
I get different results depending on the used version.
The metrics were collected by the test environment for around 3 hours (should be fine because I set
--history_duration
to1
hour).To Reproduce
Setup test environment where Prometheus scrapes:
Wait at least 1 hour, so historical data can be collected
Execute
with using different versions
Expected behavior
Recommendations should be calculated.
Are you interested in contributing a fix for this?
I can help with testing. I learned how to build the software.
Desktop
The text was updated successfully, but these errors were encountered: