Skip to content

Commit 46a4f10

Browse files
Merge pull request #251122 from bwren/docs-editor/container-insights-log-query-1694530119
Update container-insights-log-query.md
2 parents 330a058 + 46a9454 commit 46a4f10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-monitor/containers/container-insights-log-query.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Perf
6161
```
6262

6363
### Container memory
64+
This query uses `memoryRssBytes` which is only available for Linux nodes.
6465

6566
```kusto
6667
Perf
@@ -672,6 +673,7 @@ The output will show results similar to the following example.
672673
![Screenshot that shows log query results of data ingestion volume.](./media/container-insights-log-query/log-query-example-usage-02.png)
673674

674675

676+
675677
## Configuration or scraping errors
676678

677679
To investigate any configuration or scraping errors, the following example query returns informational events from the `KubeMonAgentEvents` table.
@@ -687,3 +689,4 @@ The output shows results similar to the following example:
687689
## Next steps
688690

689691
Container insights doesn't include a predefined set of alerts. To learn how to create recommended alerts for high CPU and memory utilization to support your DevOps or operational processes and procedures, see [Create performance alerts with Container insights](./container-insights-log-alerts.md).
692+

0 commit comments

Comments
 (0)