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
{{ message }}
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
Based on PromLab PromQL compliance tests (https://promlabs.com/promql-compliance-tests), we don't reproduce the exact computation for the function rate-increase-delta-predict_linear which leads to less accuracy on queries results with a low range (example for delta function): QUERY: delta(demo_cpu_usage_seconds_total[15s])
The text was updated successfully, but these errors were encountered:
aurrelhebert
changed the title
PromLab - Bug on rate-increase-delta-predict_linear
PromLab - Limited precision on rate-increase-delta-predict_linear
Nov 25, 2020
aurrelhebert
changed the title
PromLab - Limited precision on rate-increase-delta-predict_linear
PromLab - Limited accuracy on rate-increase-delta-predict_linear
Nov 25, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Based on PromLab PromQL compliance tests (https://promlabs.com/promql-compliance-tests), we don't reproduce the exact computation for the function rate-increase-delta-predict_linear which leads to less accuracy on queries results with a low range (example for delta function):
QUERY: delta(demo_cpu_usage_seconds_total[15s])
`
QUERY: delta(demo_cpu_usage_seconds_total[1m])
QUERY: delta(demo_cpu_usage_seconds_total[5m])
`
The text was updated successfully, but these errors were encountered: