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
Here it is documented that $__rate_interval will be floored at 4x this quantity, i.e. 4 minutes. This makes it impossible to see fast transients in the data.
Further, Cortex query-frontend will quantise start and end times to a multiple of the step time, so dashboards only change every minute.
Since we are scraping at 15s I propose "min step" should be 15s.
The text was updated successfully, but these errors were encountered:
I find this setting problemmatic:
cortex-jsonnet/cortex-mixin/dashboards/dashboard-utils.libsonnet
Line 87 in b32d042
It is shown in the Grafana UI as 'min step'.
Here it is documented that
$__rate_interval
will be floored at 4x this quantity, i.e. 4 minutes. This makes it impossible to see fast transients in the data.Further, Cortex query-frontend will quantise start and end times to a multiple of the step time, so dashboards only change every minute.
Since we are scraping at 15s I propose "min step" should be 15s.
The text was updated successfully, but these errors were encountered: