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
i ran into this error when creating the RuleGroup resource Invalid reference: A reference to a resource type must be followed by at least one attribute access, specifying the resource name.
after some digging, turns out it was caused by having ${}
Hi grafana team,
i ran into this error when creating the RuleGroup resource
Invalid reference: A reference to a resource type must be followed by at least one attribute access, specifying the resource name.
after some digging, turns out it was caused by having
${}
example, having this in the model expression
should be a similar issue to #59
and
#89
currently bypassing this using $$. we use the exported rules yaml files (so once get into grafana, it will become $), would be nice to have a fix
The text was updated successfully, but these errors were encountered: