Skip to content

Commit 718a500

Browse files
authored
correctness
1 parent c0ed13f commit 718a500

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following table describes the supported data collection settings
2222

2323
| **Data collection setting** | **Allowed Values** | **Description** |
2424
| -- | --- | -- |
25-
| **interval** | \[1m, 30m] in 1m intervals | This value determines how often the agent collects data. The default value is 1m, where m denotes the minutes. If the value is outside the allowed range, then this value defaults to _1m_ (60 seconds). |
25+
| **interval** | \[1m, 30m] in 1m intervals | This value determines how often the agent collects data. The default value is 1m, where m denotes the minutes. If the value is outside the allowed range, then this value defaults to _1 m_ (60 seconds). |
2626
| **namespaceFilteringMode** | Include, Exclude, or Off | Choosing Include collects only data from the values in the namespaces field. Choosing Exclude collects data from all namespaces except for the values in the namespaces field. Off ignores any namespace selections and collect data on all namespaces.
2727
| **namespaces** | An array of names i.e. \["kube-system", "default"] | Array of comma separated Kubernetes namespaces for which inventory and perf data will be included or excluded based on the _namespaceFilteringMode_. For example, **namespaces** = ["kube-system", "default"] with an _Include_ setting collects only these two namespaces. With an _Exclude_ setting, the agent will collect data from all other namespaces except for _kube-system_ and _default_. With an _Off_ setting, the agent collects data from all namespaces including _kube-system_ and _default_. Invalid and unrecognized namespaces are ignored. |
2828

@@ -37,12 +37,12 @@ This table outlines the list of the container insights Log Analytics tables for
3737
| --- | --- | --- | --- |
3838
| ContainerInventory | Yes | Yes | |
3939
| ContainerNodeInventory | Yes | No | Data collection setting for namespaces is not applicable since Kubernetes Node is not a namespace scoped resource |
40-
| KubeNodeInventory | Yes | No | Data collection setting namespaces is not applicable Kubernetes Node is not a namespace scoped resource |
40+
| KubeNodeInventory | Yes | No | Data collection setting for namespaces is not applicable Kubernetes Node is not a namespace scoped resource |
4141
| KubePodInventory | Yes | Yes ||
4242
| KubePVInventory | Yes | Yes | |
4343
| KubeServices | Yes | Yes | |
44-
| KubeEvents | No | Yes | Data collection setting interval is not applicable for the Kubernetes Events |
45-
| Perf | Yes | Yes\* | \*Data collection setting namespaces is not applicable for the Kubernetes Node related metrics since the Kubernetes Node is not a namespace scoped object. |
44+
| KubeEvents | No | Yes | Data collection setting for interval is not applicable for the Kubernetes Events |
45+
| Perf | Yes | Yes\* | \*Data collection setting for namespaces is not applicable for the Kubernetes Node related metrics since the Kubernetes Node is not a namespace scoped object. |
4646
| InsightsMetrics| Yes\*\* | Yes\*\* | \*\*Data collection settings are only applicable for the metrics collecting the following namespaces: container.azm.ms/kubestate, container.azm.ms/pv and container.azm.ms/gpu |
4747

4848
## Custom Metrics
@@ -83,13 +83,13 @@ Reference the [Limitations](./container-insights-cost-config.md#limitations) sec
8383
- For Arc enabled Kubernetes and AKS hybrid, k8s-extension version 1.3.7 or higher
8484

8585
## Cost presets and collection settings
86-
Cost presets and collection settings are available for selection in the Azure Portal to allow easy configuration. By default, container insights ships with the Standard preset, however, you may choose one of the following to modify your collection settings.
86+
Cost presets and collection settings are available for selection in the Azure portal to allow easy configuration. By default, container insights ships with the Standard preset, however, you may choose one of the following to modify your collection settings.
8787

8888
| Cost preset | Collection frequency | Namespace filters | Syslog collection |
8989
| --- | --- | --- | --- |
90-
| Standard | 1m | None | Not enabled |
91-
| Cost-optimized | 5m | Excludes kube-system, gatekeeper-system, azure-arc | Not enabled |
92-
| Syslog | 1m | None | Enabled by default |
90+
| Standard | 1 m | None | Not enabled |
91+
| Cost-optimized | 5 m | Excludes kube-system, gatekeeper-system, azure-arc | Not enabled |
92+
| Syslog | 1 m | None | Enabled by default |
9393

9494
## Configuring AKS data collection settings using Azure CLI
9595

@@ -178,7 +178,7 @@ curl -L https://aka.ms/aks-enable-monitoring-costopt-onboarding-template-paramet
178178
- For _workspaceResourceId_, use the resource ID of your Log Analytics workspace.
179179
- For _workspaceLocation_, use the Location of your Log Analytics workspace
180180
- For _resourceTagValues_, use the existing tag values specified for the AKS cluster
181-
- For _dataCollectionInterval_, specify the interval to use for the data collection interval. Allowed values are 1m, 2m … 30m where m suffix indicates the minutes.
181+
- For _dataCollectionInterval_, specify the interval to use for the data collection interval. Allowed values are 1 m, 2 m … 30 m where m suffix indicates the minutes.
182182
- For _namespaceFilteringModeForDataCollection_, specify if the namespace array is to be included or excluded for collection. If set to off, the agent ignores the namepspaces field.
183183
- For _namespacesForDataCollection_, specify array of the namespaces to exclude or include for the Data collection. For example, to exclude "kube-system" and "default" namespaces, you can specify the value as ["kube-system", "default"] with an Exclude value for namespaceFilteringMode.
184184

@@ -235,7 +235,7 @@ curl -L https://aka.ms/existingClusterParam.json -o existingClusterParam.json
235235
- For _workspaceResourceId_, use the resource ID of your Log Analytics workspace.
236236
- For _workspaceLocation_, use the Location of your Log Analytics workspace
237237
- For _resourceTagValues_, use the existing tag values specified for the AKS hybrid cluster
238-
- For _dataCollectionInterval_, specify the interval to use for the data collection interval. Allowed values are 1m, 2m … 30m where m suffix indicates the minutes.
238+
- For _dataCollectionInterval_, specify the interval to use for the data collection interval. Allowed values are 1 m, 2 m … 30 m where m suffix indicates the minutes.
239239
- For _namespaceFilteringModeForDataCollection_, specify if the namespace array is to be included or excluded for collection. If set to off, the agent ignores the namepspaces field.
240240
- For _namespacesForDataCollection_, specify array of the namespaces to exclude or include for the Data collection. For example, to exclude "kube-system" and "default" namespaces, you can specify the value as ["kube-system", "default"] with an Exclude value for namespaceFilteringMode.
241241

@@ -251,7 +251,7 @@ az deployment group create --resource-group <ClusterResourceGroupName> --templat
251251
---
252252

253253

254-
## Onboarding to an existing Azure Arc K8s Clusters
254+
## Onboarding to an existing Azure Arc K8s Cluster
255255

256256
## [Azure CLI](#tab/create-CLI)
257257

@@ -292,7 +292,7 @@ curl -L https://aka.ms/arc-k8s-enable-monitoring-costopt-onboarding-template-par
292292
- For _workspaceResourceId_, use the resource ID of your Log Analytics workspace.
293293
- For _workspaceLocation_, use the Location of your Log Analytics workspace
294294
- For _resourceTagValues_, use the existing tag values specified for the Arc cluster
295-
- For _dataCollectionInterval_, specify the interval to use for the data collection interval. Allowed values are 1m, 2m … 30m where m suffix indicates the minutes.
295+
- For _dataCollectionInterval_, specify the interval to use for the data collection interval. Allowed values are 1 m, 2 m … 30 m where m suffix indicates the minutes.
296296
- For _namespaceFilteringModeForDataCollection_, specify if the namespace array is to be included or excluded for collection. If set to off, the agent ignores the namepspaces field.
297297
- For _namespacesForDataCollection_, specify array of the namespaces to exclude or include for the Data collection. For example, to exclude "kube-system" and "default" namespaces, you can specify the value as ["kube-system", "default"] with an Exclude value for namespaceFilteringMode.
298298

@@ -309,7 +309,7 @@ az deployment group create --resource-group <ClusterResourceGroupName> --templat
309309

310310
## Data Collection Settings Updates
311311

312-
To update your data collection Settings, modify the values in parameter files and re-deploy the Azure Resource Manager Templates to your corresponding AKS or Azure Arc Kubernetes cluster. Or select your new options through the Monitoring Settings in the portal.
312+
To update your data collection Settings, modify the values in parameter files and redeploy the Azure Resource Manager Templates to your corresponding AKS or Azure Arc Kubernetes cluster. Or select your new options through the Monitoring Settings in the portal.
313313

314314
## Troubleshooting
315315

@@ -318,5 +318,5 @@ To update your data collection Settings, modify the values in parameter files an
318318

319319
## Limitations
320320

321-
- Recommended alerts will not work as intended if the Data collection interval is configured more than 1 minute interval. To continue using Recommended alerts, please migrate to the [Prometheus metrics addon](../essentials/prometheus-metrics-overview.md)
321+
- Recommended alerts will not work as intended if the Data collection interval is configured more than 1-minute interval. To continue using Recommended alerts, please migrate to the [Prometheus metrics addon](../essentials/prometheus-metrics-overview.md)
322322
- There may be gaps in Trend Line Charts of Deployments workbook if configured Data collection interval more than time granularity of the selected Time Range.

0 commit comments

Comments
 (0)