Skip to content

Commit 5a5bb91

Browse files
committed
Add Container Insights persistent volume limitations
1 parent bc4582d commit 5a5bb91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/containers/container-insights-persistent-volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can find an overview of persistent volume inventory in the **Persistent Volu
4848
You can enable a recommended alert to alert you when average PV usage for a pod is above 80%. To learn more about alerting, see [Metric alert rules in Container insights (preview)](./container-insights-metric-alerts.md). To learn how to override the default threshold, see the [Configure alertable metrics in ConfigMaps](./container-insights-metric-alerts.md#configure-alertable-metrics-in-configmaps) section.
4949

5050
## Limitations
51-
Persistent volumes where storage class is "azureblob-*" will not collect PV metrics. This is due to a limitation in CAdvisor. You can use the following command to show persistent volumes and their properties (including storage class).
51+
Persistent volumes where storage class is "azureblob-*" won't collect PV metrics due to a limitation in CAdvisor. The following command will show persistent volumes and their properties (including storage class).
5252

5353
```kubectl get pvc```
5454

0 commit comments

Comments
 (0)