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
In the Ecto dashboard JSON, it's using /^Value$/ for the value fields. (here and here). This will render No Data in the generated dashboard the there's no such field with the Value string.
To Reproduce
Steps to reproduce the behavior:
Enable the Ecto plugin.
Start my sample application
Check the Ecto Grafana dashboard
Expected behavior
It should use the correct field name, in this case the name of the metric.
The text was updated successfully, but these errors were encountered:
Describe the bug
In the Ecto dashboard JSON, it's using
/^Value$/
for the value fields. (here and here). This will renderNo Data
in the generated dashboard the there's no such field with theValue
string.To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should use the correct field name, in this case the name of the metric.
The text was updated successfully, but these errors were encountered: