Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nested_queries.md #27230

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en/metrics/nested_queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Datadog provides a `moving_rollup` function that enables aggregation of datapoin

{{< img src="/metrics/nested_queries/moving-rollup-diagram.png" alt="example of old vs. new moving_rollup function" style="width:100%;" >}}

The existing version of the `moving-rollup` function only supports the following aggregators:
The existing version of the `moving_rollup` function only supports the following aggregators:
- `avg`
- `sum`
- `min`
Expand Down Expand Up @@ -291,4 +291,4 @@ You can use nested queries functionality in our [public API for querying timeser
[7]: /metrics/nested_queries/#percentiles-and-standard-deviation-for-aggregated-countsratesgauges
[8]: /metrics/nested_queries/#higher-resolution-queries-over-historical-timeframes
[9]: /metrics/distributions/
[10]: /dashboards/functions/rollup/#moving-rollup
[10]: /dashboards/functions/rollup/#moving-rollup
Loading