Skip to content

Commit 0e7e98e

Browse files
committed
updated article
1 parent acfc583 commit 0e7e98e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The following list is the 24 metrics per node that are collected:
6767
- bytes_sent (net)
6868
- Kubelet_docker_operations (kubelet)
6969

70-
### Container Metrics
70+
### Container metrics
7171

7272
The following list is the eight metrics per container collected:
7373

@@ -80,7 +80,7 @@ The following list is the eight metrics per container collected:
8080
- memoryLimitBytes
8181
- restartTimeEpoch
8282

83-
### Cluster Inventory
83+
### Cluster inventory
8484

8585
The following list is the cluster inventory data collected by default:
8686

@@ -103,7 +103,7 @@ If you enabled monitoring of an AKS cluster configured as follows,
103103
- Five Kubernetes services (includes kube-system pods, services, and namespace)
104104
- Collection frequency = 60 secs (default)
105105

106-
you can see the tables and volume of data generated per hour in the assigned Log Analytics workspace. For more information about each of these tables, see [Container records](container-insights-log-search.md#container-records).
106+
You can see the tables and volume of data generated per hour in the assigned Log Analytics workspace. For more information about each of these tables, see [Container records](container-insights-log-search.md#container-records).
107107

108108
|Table | Size estimate (MB/hour) |
109109
|------|---------------|
@@ -118,7 +118,7 @@ you can see the tables and volume of data generated per hour in the assigned Log
118118

119119
Total = 31 MB/Hour = 23.1 GB/month (one month = 31 days)
120120

121-
Using the default pricing for Log Analytics, which is a Pay-As-You-Go model ($2.30 per GB), the monthly Azure Monitor cost would be $52.90 per month. After including a capacity reservation, the price could range from $47.82 to $54.20 per month depending on the reservation selected.
121+
Using the default pricing for Log Analytics, which is a Pay-As-You-Go model ($2.30 per GB), the monthly Azure Monitor cost for example, would be $52.90 per month. After including a capacity reservation, the price could range from $47.82 to $54.20 per month depending on the reservation selected.
122122

123123
## Controlling ingestion to reduce cost
124124

@@ -151,7 +151,7 @@ The following are examples of what changes you can apply to your cluster by modi
151151
2. Disable collecting stderr logs from your development namespace (for example, **dev-test**), and continue collecting stderr logs from other namespaces (for example, **prod** and **default**) by modifying the following in the ConfigMap file:
152152
153153
>[!NOTE]
154-
>Note: kube-system log collection is disabled by default. The default setting is retained, adding **dev-test** namespace to the list of exclusion namespaces is applied to stderr log collection.
154+
>The kube-system log collection is disabled by default. The default setting is retained, adding **dev-test** namespace to the list of exclusion namespaces is applied to stderr log collection.
155155
156156
```
157157
[log_collection_settings.stderr]

0 commit comments

Comments
 (0)