Skip to content

Commit 014b08d

Browse files
committed
updated article
1 parent 2183998 commit 014b08d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/insights/container-insights-cost.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The Azure Monitor pricing model is primarily based on the amount of data ingeste
2222
>[!NOTE]
2323
>All sizes and pricing are for sample estimation only. Please refer to the Azure Monitor [pricing](https://azure.microsoft.com/pricing/details/monitor/) page for the most recent pricing based on your Azure Monitor Log Analytics pricing model and Azure region.
2424
25-
The following is a summary of what types of data is collected from a Kubernetes cluster with Azure Monitor for containers that influences cost and can be customized based on your usage:
25+
The following is a summary of what types of data are collected from a Kubernetes cluster with Azure Monitor for containers that influences cost and can be customized based on your usage:
2626

2727
- Stdout, stderr container logs from every monitored container in every Kubernetes namespace in the cluster
2828

@@ -136,7 +136,7 @@ Consider a scenario where your organization's different business unit shares Kub
136136

137137
- Billable diagnostic data ingested by diagnostic master node logs
138138

139-
After completing your analysis to determine which source or sources are generating the most data or more data that is exceeding your requirements, you can reconfigure data collection. Details on configuring collection of stdout, stderr, and environmental variables is described in the [Configure agent data collection settings](container-insights-agent-config.md) article.
139+
After completing your analysis to determine which source or sources are generating the most data or more data that are exceeding your requirements, you can reconfigure data collection. Details on configuring collection of stdout, stderr, and environmental variables is described in the [Configure agent data collection settings](container-insights-agent-config.md) article.
140140

141141
The following are examples of what changes you can apply to your cluster by modifying the ConfigMap file to help control cost.
142142

@@ -166,7 +166,7 @@ The following are examples of what changes you can apply to your cluster by modi
166166
enabled = false
167167
```
168168
169-
4. To cleanup completed jobs, by specifying cleanup policy in the job definition, modify the following in the ConfigMap file:
169+
4. To clean up completed jobs, specify the clean up policy in the job definition by modifying the following in the ConfigMap file:
170170
171171
```
172172
apiVersion: batch/v1

0 commit comments

Comments
 (0)