Kainat
Kainat

Reputation: 73

what is the Aws cloudwatch events equivalent in gcp

How we can Monitor Resource Changes In Google Cloud and how to monitor for GCP resource changes, automate alerts based on those changes and invoke an action.

Upvotes: 2

Views: 11816

Answers (1)

Pradeep Bhadani
Pradeep Bhadani

Reputation: 4721

There is a complete Operation Suite(formerly known as Stackdriver) on Google Cloud Platform that provides the features mentioned above.
Official documentation: https://cloud.google.com/products/operations

Cloud Monitoring, Cloud Alerting can be used to alerts based on different events. Alerts can be published to different channels like email, slack, etc.

Upvotes: 3

Related Questions