You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/insights/container-insights-cost.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ The following list is the 24 metrics per node that are collected:
67
67
- bytes_sent (net)
68
68
- Kubelet_docker_operations (kubelet)
69
69
70
-
### Container Metrics
70
+
### Container metrics
71
71
72
72
The following list is the eight metrics per container collected:
73
73
@@ -80,7 +80,7 @@ The following list is the eight metrics per container collected:
80
80
- memoryLimitBytes
81
81
- restartTimeEpoch
82
82
83
-
### Cluster Inventory
83
+
### Cluster inventory
84
84
85
85
The following list is the cluster inventory data collected by default:
86
86
@@ -103,7 +103,7 @@ If you enabled monitoring of an AKS cluster configured as follows,
103
103
- Five Kubernetes services (includes kube-system pods, services, and namespace)
104
104
- Collection frequency = 60 secs (default)
105
105
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).
107
107
108
108
|Table | Size estimate (MB/hour) |
109
109
|------|---------------|
@@ -118,7 +118,7 @@ you can see the tables and volume of data generated per hour in the assigned Log
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.
122
122
123
123
## Controlling ingestion to reduce cost
124
124
@@ -151,7 +151,7 @@ The following are examples of what changes you can apply to your cluster by modi
151
151
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:
152
152
153
153
>[!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.
0 commit comments