diff --git a/src/content/docs/infrastructure/manage-your-data/data-instrumentation/default-infrastructure-monitoring-data.mdx b/src/content/docs/infrastructure/manage-your-data/data-instrumentation/default-infrastructure-monitoring-data.mdx index 6bc4fe712f4..c6e652aee98 100644 --- a/src/content/docs/infrastructure/manage-your-data/data-instrumentation/default-infrastructure-monitoring-data.mdx +++ b/src/content/docs/infrastructure/manage-your-data/data-instrumentation/default-infrastructure-monitoring-data.mdx @@ -177,7 +177,7 @@ You can [query your infrastructure data](/docs/using-new-relic/data/understand-d SELECT * FROM ProcessSample ``` -Metrics from the New Reic Infrastructure Agent (SystemSample, StorageSample, NetworkSample and ProcessSample) are aggregated into buckets, in order to improve the query performance over longer periods of time. +Metrics from the New Relic infrastructure agent (`SystemSample`, `StorageSample`, `NetworkSample` and `ProcessSample`) are aggregated into buckets to improve the query performance over longer periods of time. NRQL queries for under 1 hour of time will scan the raw data, and longer queries will scan 1 minute / 10 minute / 1 hour and 3 hour aggregated buckets. Until October/November 2024 these aggregated event buckets only contained 1 average value per metric. Starting in October/November 2024 the aggregation has been improved to use the [gauge format](/docs/data-apis/understand-data/metric-data/metric-data-type/) for accurate differentiation between `max(), min() and average()`.