prom_ex
prom_ex copied to clipboard
[BUG] Ecto dashboard is using incorrect value field for pool_size and timeout panels
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.