MON-226 Basic README
This commit is contained in:
parent
de47df79b3
commit
e6fc224d73
29
cloud/gcp/pubsub/README.md
Normal file
29
cloud/gcp/pubsub/README.md
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
How to use this module
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
```
|
||||||
|
module "datadog-monitors-gcp-pubsub" {
|
||||||
|
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//cloud/gcp/pubsub?ref={revision}"
|
||||||
|
|
||||||
|
project_id = "${var.gcp_project_id}"
|
||||||
|
environment = "${var.environment}"
|
||||||
|
message = "${module.datadog-message-alerting.alerting-message}"
|
||||||
|
}
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
Purpose
|
||||||
|
-------
|
||||||
|
Creates DataDog monitors with the following checks :
|
||||||
|
|
||||||
|
*
|
||||||
|
|
||||||
|
Inputs
|
||||||
|
------
|
||||||
|
|
||||||
|
|
||||||
|
Related documentation
|
||||||
|
------------
|
||||||
|
|
||||||
|
* [GCP Pub/Sub Metrics](https://cloud.google.com/monitoring/api/metrics_gcp#gcp-pubsub)
|
||||||
|
* [Datadog GCP Pub/Sub integration](https://docs.datadoghq.com/integrations/google_cloud_pubsub/)
|
||||||
Loading…
x
Reference in New Issue
Block a user