사용 가능한 측정항목에 대해 SLO 및 알림을 만들어서 시스템 및 애플리케이션 모두의 성능과 가용성을 모니터링할 수 있습니다. 예를 들어 istio.io/service/server/response_latencies 측정항목을 사용하여 애플리케이션 왕복 지연 시간에 대해 알림을 설정할 수 있습니다.
대시보드 액세스 제어
여기에서 안내에 따라 개발자 및 팀의 다른 구성원에게 대시보드 액세스 권한을 부여합니다. roles/monitoring.dashboardViewer 역할은 대시보드에 대한 읽기 전용 액세스 권한을 제공합니다.
[[["이해하기 쉬움","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(UTC)"],[],[],null,["# Monitoring and 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\nCreating 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\nDashboard Access control\n------------------------\n\nFollow the instructions [here](/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."]]