Vonage / Grafana_Status_panel

A panel plugin for Grafana to monitor multiple parameters at once
Other
178 stars 108 forks source link

Allow templated names in the alias field. Fixes #91. #145

Closed Nedlinin closed 1 year ago

Nedlinin commented 5 years ago

Using $tag_ syntax failed when adding it inside the Alias By clause of a query. This PR checks the templated names as well to ensure we can use multiple queries and display them in a meaningful way.

Fixes #91

m2dc0d3r commented 4 years ago

When will this be merged to master?

Nedlinin commented 4 years ago

When will this be merged to master?

I get the feeling this repo is dead. So, I suspect never.

m2dc0d3r commented 4 years ago

Are there any forks that continue to improve it?

m2dc0d3r commented 4 years ago

Hey i tried you fix and still that does not work as i was hopeing.The problem i have is that i have a query to get partner_id and i can set legend variable to {{ partner_id }} and that is populated fine.When i now set the alias to $partner_id it does not work,but if i specify the correct partnername it will be displayed correctly. [image: image.png] With correct partner_id [image: image.png] [image: image.png] But with $partner_id

Panel Title takes just fine that $partner_id and displays it correctly.

Any tips how to fix this

Kontakt Chris Heath (notifications@github.com) kirjutas kuupäeval K, 18. märts 2020 kell 22:12:

When will this be merged to master?

I get the feeling this repo is dead. So, I suspect never.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Vonage/Grafana_Status_panel/pull/145#issuecomment-600835660, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJDSCNL2Z77YN5Y4TD443PLRIETJ5ANCNFSM4HPX4Y5Q .

Nedlinin commented 4 years ago

@m2dc0d3r : Honestly I made this tweak for a buddies need almost a year ago. I don't use Grafana or really remember anything about how it works so I can't be of too much help :(