Skip to content

Commit

Permalink
Update src/content/docs/infrastructure/manage-your-data/data-instrume…
Browse files Browse the repository at this point in the history
…ntation/default-infrastructure-monitoring-data.mdx

Co-authored-by: ally sassman <[email protected]>
  • Loading branch information
nr-ksteinbach and ally-sassman authored Oct 31, 2024
1 parent 5038f52 commit 5b92171
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Check warning on line 180 in src/content/docs/infrastructure/manage-your-data/data-instrumentation/default-infrastructure-monitoring-data.mdx

View workflow job for this annotation

GitHub Actions / vale-linter

[vale] reported by reviewdog 🐶 [Microsoft.Passive] 'are aggregated' looks like passive voice. Raw Output: {"message": "[Microsoft.Passive] 'are aggregated' looks like passive voice.", "location": {"path": "src/content/docs/infrastructure/manage-your-data/data-instrumentation/default-infrastructure-monitoring-data.mdx", "range": {"start": {"line": 180, "column": 120}}}, "severity": "INFO"}
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()`.

Check warning on line 182 in src/content/docs/infrastructure/manage-your-data/data-instrumentation/default-infrastructure-monitoring-data.mdx

View workflow job for this annotation

GitHub Actions / vale-linter

[vale] reported by reviewdog 🐶 [Microsoft.Passive] 'been improved' looks like passive voice. Raw Output: {"message": "[Microsoft.Passive] 'been improved' looks like passive voice.", "location": {"path": "src/content/docs/infrastructure/manage-your-data/data-instrumentation/default-infrastructure-monitoring-data.mdx", "range": {"start": {"line": 182, "column": 157}}}, "severity": "INFO"}

Check warning on line 182 in src/content/docs/infrastructure/manage-your-data/data-instrumentation/default-infrastructure-monitoring-data.mdx

View workflow job for this annotation

GitHub Actions / vale-linter

[vale] reported by reviewdog 🐶 [new-relic.ComplexWords] Consider using 'right' or 'exact' instead of 'accurate'. Raw Output: {"message": "[new-relic.ComplexWords] Consider using 'right' or 'exact' instead of 'accurate'.", "location": {"path": "src/content/docs/infrastructure/manage-your-data/data-instrumentation/default-infrastructure-monitoring-data.mdx", "range": {"start": {"line": 182, "column": 264}}}, "severity": "INFO"}

Expand Down

0 comments on commit 5b92171

Please sign in to comment.