Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Monitoring Google Cloud Platform with Statuspage

I want to integrate my Google Cloud Platform to Statuspage by Atlassian. I've been thinking, how can I monitor my instance without an API setup in my application. I want to create a script for checking the server connection and setup API in the script maybe.

Any suggestions?

Thanks.

like image 331
Dhody Rahmad Hidayat Avatar asked Jul 25 '26 22:07

Dhody Rahmad Hidayat


1 Answers

Searching around, it seems that indeed, it's not possible to integrate GCP with Atlassian StatusPage.

I believe that the best option for you would be to use the Stackdriver Monitoring. As per the Google official documentation Introduction to the Stackdriver Monitoring API:

The Monitoring API v3 gives you access to over 1,000 Stackdriver Monitoring metrics from Google Cloud and Amazon Web Services. You can create your own custom metrics and can organize your cloud resources using groups.

I would recommend you to take a look at it, as it seems to be the best option for you to monitor your instance's health.

Let me know if the information helped you!

like image 187
gso_gabriel Avatar answered Jul 28 '26 04:07

gso_gabriel