21 Nov 2024 08:36 PM
If I have a metric where is has a type (list, get) an origin (prod, dev) and the metric is a time value
I've worked out how to select (for a single value) all of the "list" metrics for "prod". I now want to filter by the value and the time value (the value of the metric) is less that 5 seconds.
How can I do this in metrics explorer. I do not have grail and can't use the DQL
21 Nov 2024 09:10 PM
Hi @dcole66,
Have checked the series condition at :filter?
https://docs.dynatrace.com/managed/shortlink/api-metrics-v2-selector#conditions
I hope it helps.
Best regards,
Mizső
21 Nov 2024 09:24 PM
Hi
No, that didn't pop out to me when trying to understand the filtering metrics. I'll see if I can work that in thanks.