Please find the attached diagram: https://docs.dynatrace.com/docs/discover-dynatrace/platform/davis-ai/davis-ai-integrations/davis-for-notebooks#anomaly-detection
For a particular error like below:
fetch logs
| filter matchesValue(ErrorCode, "D200")
| makeTimeseries by:{ErrorCode},count(), interval:60000ms
How to give upper and lower limits like attached diagram?