Hello,
I have a Table element wich is displaying multiple columns for different queries to prometheus correctly.
I am now trying to add two additional columns to the table:
- One with a static text string.
- One with the value of a variable.
It sounds simle and it should be, but I’ve spent hours and can’t seem to figure it out.
All other colums are populated with information coming from queries to prometheus. Is there any way to print information local to the dashboard like variables and text stings?
Thanks!