- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
It is recommended that a metric filter and alarm be established for Virtual Private Cloud (VPC) network route changes.
Google Cloud Platform (GCP) routes define the paths taken by network traffic from a VM instance to another destination. The other destination can be inside the organization VPC network (such as another VM) or outside of it. Every route consists of a destination and a next hop. Traffic whose destination IP is within the destination range is sent to the next hop for delivery. Monitoring changes to route tables helps to ensure that all VPC traffic flows through an expected path.
Enabling of logging may result in your project being charged for the additional logs usage.
resource.type="gce_route"
AND (protoPayload.methodName:"compute.routes.delete"
OR protoPayload.methodName:"compute.routes.insert")
Metric Editor
menu on the right, fill out the name field. Set Units
to 1
(default) and Type
to Counter
. This ensures that the log metric counts the number of
log entries matching the advanced logs query.User-defined Metrics
in the
Logs-based Metrics page in the Google Cloud console.Create alert from Metric
. A new page appears.Set `Aggregator` to `Count`
Set `Configuration`:
- Condition: above
- Threshold: 0
- For: most recent value
policy
and click Save.Use the command gcloud logging metrics create
. Read the usage reference in the Google Cloud documentation for more information.
Use the command gcloud alpha monitoring policies create
. Read the usage reference in the Google Cloud documentation for more information.