# Monitoring Service Mesh circuit breaking 監控service mesh 熔斷狀況 ###### tags: `ocp` `openshift` `servicemesh` ## 步驟 1. 開啟Service Mesh prometheus 2. 監控metrics ``` sum(istio_requests_total{}) by (response_code, response_flags, source_app) ``` ![](https://i.imgur.com/Alz6wHo.png) ## response flag說明 ![](https://i.imgur.com/7cQfawD.png) ![](https://i.imgur.com/4TvW1Aj.png) https://blog.csdn.net/qq_42747099/article/details/113886505