Skip to content

Commit 76636a1

Browse files
Merge pull request #268284 from bwren/ci-cost
Container insights cost preset
2 parents ded1b70 + be7baee commit 76636a1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/azure-monitor/containers/container-insights-data-collection-dcr.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,12 @@ You can use the Azure portal to enable cost optimization on your existing cluste
6161
### Cost presets
6262
When you use the Azure portal to configure cost optimization, you can select from the following preset configurations. You can select one of these or provide your own customized settings. By default, Container insights uses the *Standard* preset.
6363

64-
| Cost preset | Collection frequency | Namespace filters | Syslog collection |
65-
| --- | --- | --- | --- |
66-
| Standard | 1 m | None | Not enabled |
67-
| Cost-optimized | 5 m | Excludes kube-system, gatekeeper-system, azure-arc | Not enabled |
68-
| Syslog | 1 m | None | Enabled by default |
64+
| Cost preset | Collection frequency | Namespace filters | Syslog collection | Collected data |
65+
| --- | --- | --- | --- | --- |
66+
| Standard | 1 m | None | Not enabled | All standard container insights tables |
67+
| Cost-optimized | 5 m | Excludes kube-system, gatekeeper-system, azure-arc | Not enabled | All standard container insights tables |
68+
| Syslog | 1 m | None | Enabled by default | All standard container insights tables |
69+
| Logs and Events | 1 m | None | Not enabled | ContainerLog/ContainerLogV2<br> KubeEvents<br>KubePodInventory |
6970

7071
### Collected data
7172
The **Collected data** option allows you to select the tables that are populated for the cluster. This is the equivalent of the `streams` parameter when performing the configuration with CLI or ARM. If you select any option other than **All (Default)**, the Container insights experience becomes unavailable, and you must use Grafana or other methods to analyze collected data.

0 commit comments

Comments
 (0)