[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-09-04 (世界標準時間)。"],[],[],null,["# Create and use monitoring dashboards\n\nYou can use [Cloud Monitoring dashboards](/monitoring/dashboards) to create custom dashboards and charts. Kf comes with a default template which can be used to create dashboards to monitor the performance of your applications.\n\nApplication performance dashboard\n---------------------------------\n\nRun the following commands to deploy a dashboard in your monitoring workspace in [Cloud monitoring dashboards](/monitoring/dashboards) to monitor performance of your apps. This dashboard has application performance metrics like requests/sec, round trip latency, HTTP error codes, and more. \n\n git clone https://github.com/google/kf\n cd ./kf/dashboards\n ./create-dashboard.py my-dashboard my-cluster my-space\n\nSystem resources and performance dashboard\n------------------------------------------\n\nYou can view all the system resources and performance metrics such as list of nodes, pods, containers and much more using a built-in dashboard. Click the link below to access the system dashboard.\n\n[System dashboard](https://console.cloud.google.com/monitoring/dashboards/resourceList/kubernetes)\n\n\u003cbr /\u003e\n\nMore details about this dashboard can be found [here](/stackdriver/docs/solutions/gke/observing).\n\nCreate SLO and alerts\n---------------------\n\nYou can create [SLOs](/stackdriver/docs/solutions/slo-monitoring/ui/create-slo) and [Alerts](/stackdriver/docs/solutions/slo-monitoring/ui/create-alert) on available metrics to monitor performance and availability of both system and applications. For example, you can use the metrics `istio.io/service/server/response_latencies` to setup an alert on the application roundtrip latency.\n\nConfigure dashboard access control\n----------------------------------\n\nFollow [these instructions](/monitoring/access-control) to provide dashboard access to developers and other members on the team. The role `roles/monitoring.dashboardViewer` provides read-only access to dashboards."]]