- Datadog queries
- Querying Prometheus
- Prometheus operators and the Chronosphere Collector
- Chronosphere and Datadog field equivalents for monitors
abs(), when translated to a PromQL query,
might match abs(), absent(), or absent_over_time() depending on the query.
Rollups
Datadog uses rollups to aggregate data points in a single time series, and are applied using the.rollup() function. With Chronosphere, rollups can be
defined only on ingest, and not at query time.
However, PromQL offers a
set of functions
that lets you aggregate individual time series over time.

