14 May 2025 03:32 PM
Hello everyone,
Is it possible to put in a variable a human compressible text instead of a default value? I have a variable that uses the name of the metric, my question is if it is possible to replace the actual value of the metric by one that anyone can understand:
dt.host.cpu.usage = % CPU used
dt.host.memory.usage = % Memory used
Thanks in advance
Victor
Solved! Go to Solution.
14 May 2025 03:50 PM - edited 14 May 2025 03:54 PM
Hi
For such case, I would use 2 variables : 1 "visible" with readable choices and 1 "hidden" with the metric name to be used in the DQL tile
the second variable value depending on the choice of the first one
20 May 2025 12:16 PM
Thats works,
Thanks a lot
Victor