cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

PromQL rate

ghfsa
Visitor

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/`

1 REPLY 1

krzysztof_hoja
Dynatrace Champion
Dynatrace Champion

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...

 

 

Featured Posts