cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Variables: Assign Human-Readable Text to Variables

VictorRuiz
Contributor

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

2 REPLIES 2

GerardJ
Advisor

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

GerardJ_0-1747234109128.png

Gerard

Thats works,

 

Thanks a lot

Victor

Featured Posts