-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
Proposing support for many metrics per node / edge #206
Comments
Here is my temporary "patched" version. I hope it helps. I use it with Grafana v7.5.4 (615c153b3a) in production. You can create "default" query value node as usual and add additional numbers to node text: Example Re-e_fail, Re-e_in, Re-e_out, Re-i_in, ... are all "query names"/"query result names" in grafana. Re-e_fail is the default query value that renders node color. $__Re-e_in is a reference to Re-e_in named query result value.
Just a side node: Use short query name / result name strings for template, since node sizing is computed on template names, not values so node size can get unreasonably big. (values are replaced afterwards so sizes are not adjusted to resulting text) |
Would love if this could become official. |
yeah ... me too. |
Hi, is there any plan to incorporate the change? Thanks. |
Hi,
We have to show more than one independent metric in a single node and edge.
I made a demo version where you can add metric name as a variable and use it in node/edge labels.
This demo solution is somewhat hackish, so I'll attach it here instead of a pull request.
updateDiagramStyle.ts
The text was updated successfully, but these errors were encountered: