이 페이지에서는 상태 대시보드에 액세스하여 잠재적인 문제를 모니터링하고 식별하는 방법을 설명합니다.
상태를 사용하면 Google Distributed Cloud (GDC) 오프라인 어플라이언스 인프라의 필수 측정항목을 시각화하고 구성요소 상태의 개요를 확인할 수 있습니다. 상태 대시보드를 시각화하면 문제 해결을 위한 조사 중에 근본 원인을 파악하고, 동작을 진단하고, 추가 컨텍스트를 얻을 수 있습니다.
GDC는 다음을 포함한 각 하드웨어 및 소프트웨어 구성요소의 상태를 모니터링하고 제공합니다.
하드웨어: 서버 노드
소프트웨어: 클러스터, VM, 스토리지
상태 대시보드를 사용하면 각 구성요소가 모니터링 상태를 측정하는 측정항목을 시각화할 수 있습니다.
시작하기 전에
루트 클러스터에는 인프라 운영자를 위한 Grafana 인스턴스가 포함되어 있습니다. 이러한 Grafana 인스턴스에는 상태 대시보드가 포함되어 있습니다.
구성요소의 성능이 좋지 않지만 SLO에 영향을 미치거나 알림을 트리거하지 않는 경우 개발자에게 선제적으로 연락하여 향후 문제가 발생하지 않도록 할 수 있습니다.
마찬가지로 구성요소는 올바른 성능 트레이드오프를 만들기 위해 기능이 작동하는 방식을 알고 싶어할 수 있습니다. 건강 상태는 구성요소에 필요한 정보를 수집하는 한 가지 메커니즘입니다.
기능 개발
고객이 새 기능을 출시하기 위해 변경사항이나 GDC 계획을 요청한다고 가정해 보겠습니다. 이 경우 관련 구성요소의 상태를 관찰하여 새 기능 또는 변경사항을 지원할 수 있는지 확인할 수 있습니다. 또한 상태는 작업의 우선순위를 지정할 때 제품 결정을 내리는 데 사용할 수 있습니다.
예를 들어 구성요소의 평균 지연 시간이 500ms이고 이를 250ms로 줄이고자 한다고 가정해 보겠습니다. 이 경우 팀은 50% 의 점진적 감소의 상대적 비용을 계산하고 이를 응답 시간이 250ms인 엔드포인트 설계와 비교할 수 있습니다.
[[["이해하기 쉬움","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)"],[[["\u003cp\u003eThis page provides guidance on accessing health status dashboards within Google Distributed Cloud (GDC) air-gapped appliance infrastructure to monitor component health.\u003c/p\u003e\n"],["\u003cp\u003eGDC monitors both hardware (server nodes) and software (clusters, VMs, storage) components, and the dashboards visualize their respective health metrics.\u003c/p\u003e\n"],["\u003cp\u003eAccessing the health status dashboards requires role-based access controls, as detailed in the linked "Before you begin" section.\u003c/p\u003e\n"],["\u003cp\u003eThe Grafana endpoints for both the \u003ccode\u003einfra-obs\u003c/code\u003e project and the root admin cluster can be accessed using the provided URLs, after replacing the placeholder variables with the relevant GDC URLs.\u003c/p\u003e\n"],["\u003cp\u003eHealth status dashboards can be utilized for performance tuning, feature development, and proactively identifying and resolving potential issues with GDC components.\u003c/p\u003e\n"]]],[],null,["# Monitor health status\n\nThis page describes how to access the health status dashboards to monitor and identify potential issues.\n\nHealth status helps you visualize the essential metrics of your Google Distributed Cloud (GDC) air-gapped appliance infrastructure and provides a high-level overview of component health. Visualizing health status dashboards helps you identify root causes, diagnose behaviors, and obtain additional context during your investigation for resolving problems.\n\nGDC monitors and provides the health status for each hardware and software component which includes:\n\n- Hardware: server node\n- Software: clusters, VMs, and storage\n\nHealth status dashboards let you visualize the metrics with which each component measures monitoring status.\n\nBefore you begin\n----------------\n\nThe root clusters contain a Grafana instance for infrastructure operators. These Grafana instances contain the health status dashboards.\n\nYou need role-based access controls to access data visualizations safely on dashboards of the Grafana instance. For this reason, follow the instructions of the [Before you begin section to query and view metrics on dashboards](/distributed-cloud/hosted/docs/latest/appliance/platform/pa-user/query-and-view-metrics#before-you-begin-grafana) to access the dashboards on the Grafana instances.\n\nGrafana endpoint\n----------------\n\nOpen one of the following URLs to access the Grafana endpoint of either the `infra-obs` project or the root admin cluster:\n\n- **Grafana endpoint of the `infra-obs` project:**\n\n https://\u003cvar translate=\"no\"\u003eGDC_URL\u003c/var\u003e/infra-obs/grafana\n\n Replace \u003cvar translate=\"no\"\u003eGDC_URL\u003c/var\u003e with the URL of an organization in GDC.\n- **Grafana endpoint of the root admin cluster:**\n\n https://\u003cvar translate=\"no\"\u003eROOT_ADMIN_CLUSTER_URL\u003c/var\u003e/grafana\n\n Replace \u003cvar translate=\"no\"\u003eROOT_ADMIN_CLUSTER_URL\u003c/var\u003e with the URL of the root admin cluster in GDC.\n\nUse case examples\n-----------------\n\nThis section includes examples on how you can use the dashboard for practical cases.\n\n### Performance tuning\n\nIf a component is performing poorly but not necessarily impacting SLO or firing alerts, you can communicate proactively to developers and prevent future issues from occurring.\n\nLikewise, a component might want to know how its feature operates to make the right performance tradeoffs. Health status are one mechanism for collecting the information that components need.\n\n### Feature development\n\nSuppose a customer requests changes or GDC plans to release a new feature. In that case, you can observe health status for the relevant components to determine the feasibility of supporting the new feature or change. Also, health status can be used to make product decisions when prioritizing the work.\n\nFor example, suppose a component has an average latency of 500 ms and is interested in reducing it to 250 ms. In that case, the team can calculate the relative cost of a 50% incremental reduction and compare it with designing an endpoint with 250 ms response time."]]