aidanmountford / aidanmountford-html-panel

Grafana panel for rendering data aware HTML
MIT License
12 stars 5 forks source link

extra info requested for html panel #1

Open vdwpsmt opened 4 years ago

vdwpsmt commented 4 years ago

Hi, I'm using the built-in textpanel a lot which gives me a lot of freedom for adding html content, buttons for specific interactions,etc... , but this doesnt allow me to directly consult metrics data.
a typical scenario: panel with a button, on button press, a template variable is updated and a query is fired with this specific template variable. The result of the query is then written to another template variable.

So this html panel seemed like the solution I needed. I tried it out, but have some questions:

kind regards Pascal

vukmirovic98 commented 2 years ago

If you want to see all variable under ctrl.data:

  1. Open inspect/console in your browser.
  2. Use console.log(ctrl.data) in Event field (on refresh)
  3. Enjoy