Cloud Monitoring의 Alerting 기능 중 documentation 필드의 문법과 예시를 공유합니다.
알림 생성 시 옵셔널하게 Documentation 필드를 작성할 수 있습니다.
Documentation 필드는 gcp에서 제공하는 기본 알림 포맷 이외에 추가적인 정보를 제공하거나 메세지의 가시성을 높일 수 있습니다.
https://cloud.google.com/monitoring/alerts/doc-variables?hl=ko
https://cloud.google.com/monitoring/api/resources
https://cloud.google.com/monitoring/api/metrics_gcp
https://cloud.google.com/monitoring/api/metrics_agent
아래 ${resource.type}의 ${metric.display_name}이 임계치에 도달했습니다.
알림 정책 : ${policy.display_name}
알림 컨디션 : ${condition.display_name}
메트릭 타입 : ${metric.type}
프로젝트 : ${resource.label.project_id}
위치 : ${resource.label.zone}
ID : ${resource.label.instance_id}
아래 ${resource.type}의 ${metric.display_name}이 임계치에 도달했습니다.
알림 정책 : ${policy.display_name}
알림 컨디션 : ${condition.display_name}
메트릭 타입 : ${metric.type}
프로젝트 : ${resource.label.project_id}
위치 : ${resource.label.region}
ID : ${resource.label.database_id}
아래 ${resource.type}의 ${metric.display_name}이 임계치에 도달했습니다.
알림 정책 : ${policy.display_name}
알림 컨디션 : ${condition.display_name}
메트릭 타입 : ${metric.type}
프로젝트 : ${resource.label.project_id}
위치 : ${resource.label.region}
ID : ${resource.label.node_id}
role : ${metric.label.role}