DataDog logs can be grouped into transactions and DataDog calculates each transactions duration, as shown here. DataDog docs say we can surface transactions with high latency but I cannot find any way to do it. This is what I have so far:
What I am trying to:
(i) (At least) Sort the transactions in descending order of DURATION
;
(ii) (Ideally) Create a measure/metric from DURATION
and set up monitors/alerts based on it.
There is a related question here but there are no answers for it.
Any help is appreciated!