25 Feb 2025 12:01 AM
In Dynatrace, metric values can have multiple types, but it seems that it's lacking two very basic types:
Is there any possibility of having something like a 0 translate into False, or 1 into True, for instance? Or more generically, an Enum set?
25 Feb 2025 06:57 AM
Hi Antonio,
Does this help for what you want to do?
https://community.dynatrace.com/t5/DQL/Fun-with-timeseries/m-p/270672#M1736
KR Henk
25 Feb 2025 10:05 AM
Thanks for your reply. My use-case is a little different. I have a boolean expressed as 0/1, but would like to see, in Data Explorer for instance, FALSE/TRUE... And the enum case is similar.