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
|**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). |
26
26
| **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.
27
27
|**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. |
28
28
@@ -37,12 +37,12 @@ This table outlines the list of the container insights Log Analytics tables for
37
37
| --- | --- | --- | --- |
38
38
| ContainerInventory | Yes | Yes ||
39
39
| 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 |
41
41
| KubePodInventory | Yes | Yes ||
42
42
| KubePVInventory | Yes | Yes ||
43
43
| 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. |
46
46
| 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 |
47
47
48
48
## Custom Metrics
@@ -83,13 +83,13 @@ Reference the [Limitations](./container-insights-cost-config.md#limitations) sec
83
83
- For Arc enabled Kubernetes and AKS hybrid, k8s-extension version 1.3.7 or higher
84
84
85
85
## 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.
- For _workspaceResourceId_, use the resource ID of your Log Analytics workspace.
179
179
- For _workspaceLocation_, use the Location of your Log Analytics workspace
180
180
- 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.
182
182
- 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.
183
183
- 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.
- For _workspaceResourceId_, use the resource ID of your Log Analytics workspace.
236
236
- For _workspaceLocation_, use the Location of your Log Analytics workspace
237
237
- 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.
239
239
- 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.
240
240
- 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.
241
241
@@ -251,7 +251,7 @@ az deployment group create --resource-group <ClusterResourceGroupName> --templat
251
251
---
252
252
253
253
254
-
## Onboarding to an existing Azure Arc K8s Clusters
254
+
## Onboarding to an existing Azure Arc K8s Cluster
- For _workspaceResourceId_, use the resource ID of your Log Analytics workspace.
293
293
- For _workspaceLocation_, use the Location of your Log Analytics workspace
294
294
- 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.
296
296
- 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.
297
297
- 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.
298
298
@@ -309,7 +309,7 @@ az deployment group create --resource-group <ClusterResourceGroupName> --templat
309
309
310
310
## Data Collection Settings Updates
311
311
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.
313
313
314
314
## Troubleshooting
315
315
@@ -318,5 +318,5 @@ To update your data collection Settings, modify the values in parameter files an
318
318
319
319
## Limitations
320
320
321
-
- Recommended alerts will not work as intended if the Data collection interval is configured more than 1minute 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)
322
322
- 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