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
When a template variable has multi set to true, it should also have an allValue defined as .+. This check is performed on job and instance, but always requires those template vars to be multi select.
When a query includes a template variable that is multiselect, it must always be queried with regex matching, I.E. some_label=~"$some_template_var"
The text was updated successfully, but these errors were encountered:
When a template variable has
multi
set to true, it should also have anallValue
defined as.+
. This check is performed on job and instance, but always requires those template vars to be multi select.When a query includes a template variable that is multiselect, it must always be queried with regex matching, I.E.
some_label=~"$some_template_var"
The text was updated successfully, but these errors were encountered: