01 May 2024 11:55 PM
Does DQL support the equivalent of `rate` in PromQL? How would I achieve this with DQL?
rate(http_requests_total[5m])[30m:1m]
In fact, it would be extremely helpful to have a 1-to-1 mapping for the "getting started example" queries listed here: `https://prometheus.io/docs/prometheus/latest/querying/examples/`
20 Nov 2024 08:31 PM
Yes, we can calculate rate for out metrics/timeseries. Example is present in our docuemntation:
https://docs.dynatrace.com/docs/analyze-explore-automate/metrics/dql-examples#example-12-failure-rat...