Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Ecto dashboard is using incorrect value field for pool_size and timeout panels #222

Open
onimsha opened this issue Nov 1, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@onimsha
Copy link

onimsha commented Nov 1, 2023

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:

  1. Enable the Ecto plugin.
  2. Start my sample application
  3. Check the Ecto Grafana dashboard

Expected behavior
It should use the correct field name, in this case the name of the metric.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants