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
Describe the bug
The "force_min_step_interval" option is at least in the victoriaMetrics backend ignored.
As I saw on the code, if the value is higher than the interval (stop - start) the step size shold be used for the query on the backend. But this is not the case.
CarbonAPI Version
0.16.0
Also on the Master the bug is present.
Describe the bug
The "force_min_step_interval" option is at least in the victoriaMetrics backend ignored.
As I saw on the code, if the value is higher than the interval (stop - start) the step size shold be used for the query on the backend. But this is not the case.
CarbonAPI Version
0.16.0
Also on the Master the bug is present.
CarbonAPI Configuration:
Simplified query (if applicable)
query parameter send from grafana to carbonapi:
target=some.metric&from=1730980363&until=1738756365&format=json&maxDataPoints=1378
query parameter send to victoriametrics
end=1738756365&max_lookback=7200s&query=%7B__graphite__%3D%22some.metric%22%7D&start=1730980363&step=7200s
as you can see, the step size is way bigger than the expected "60s" which is the min step size configured in the carbonapi.conf
The text was updated successfully, but these errors were encountered: