From e6fc224d734f6fb679b6d0d1bc6ca97b9d5ff5e2 Mon Sep 17 00:00:00 2001 From: Rafael Romero Carmona Date: Thu, 5 Jul 2018 16:00:14 +0200 Subject: [PATCH] MON-226 Basic README --- cloud/gcp/pubsub/README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 cloud/gcp/pubsub/README.md diff --git a/cloud/gcp/pubsub/README.md b/cloud/gcp/pubsub/README.md new file mode 100644 index 0000000..a7cc282 --- /dev/null +++ b/cloud/gcp/pubsub/README.md @@ -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/)