Uptime Check¶
Overview¶
- Config uptime for overall resource
SAD - System architechture design¶
Detail flow metadata handler
flowchart LR
subgraph Flow
%% Flow Directly
google_cloud_monitoring[Cloud Monitoring] -- setup --> config --> schedule -- uptime check --> resources
%% Retunred the result and handle by Cloud Monitoring
resources -- response --> result -- handle by --> google_cloud_monitoring
end
%% The resource type, this is the targeted list, maybe more supported by Cloud Monitoring
subgraph resources[Resource]
direction TB
resources ---> http[HTTP]
resources ---> vm[VM instance]
resources ---> app_engine[App Engine application]
resources ---> k8s[Kubernetes service]
resources ---> cr[Cloud Run Revision]
end
Reference: