Alerting
Questions about alerting and problem detection in Dynatrace.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

David Anomaly Detector Error related to timeseries

RamkumarTIH
Participant

Hi,

I am trying to implement alerting based on the total average value of a metric returned for all entities.

DQL query in Notebook returned the average value but throwing error when trying to setup Anomaly detection .

How should i configure alerting based on "avg(percentage5xx)" ?

RamkumarTIH_0-1771312055910.png

ERROR:

RamkumarTIH_1-1771312146884.png

 

1 REPLY 1

waikeat_chan
Champion

I think it might be because when you use summarize command, the timeseries data get 'converted' back to tabular data.

 

Maybe can try to achieve what you want by 1. Without using the summarize command or 2. Add a last line in your DQL that would be using makeTimeseries command.

Featured Posts