Hi all!
I'm trying to create a new metric when a value exceeds a defined treshold but can imagine how...
Example:
{server1:[system.cpu.util[,system,].last()>20}+last{server1:[system.cpu.util[,system,].last()>20}
Only adds values if the value is greater than 20.
Is any way (no matter how
) to do something like this?
Thanks all!
I'm trying to create a new metric when a value exceeds a defined treshold but can imagine how...
Example:
{server1:[system.cpu.util[,system,].last()>20}+last{server1:[system.cpu.util[,system,].last()>20}
Only adds values if the value is greater than 20.
Is any way (no matter how
) to do something like this?Thanks all!

Comment