MON-237 Improve Cosmos DB Readme
This commit is contained in:
parent
5a6576676b
commit
2a87b780ee
@ -8,6 +8,12 @@ module "datadog-monitors-cloud-azure-cosmosdb" {
|
|||||||
|
|
||||||
environment = "${var.environment}"
|
environment = "${var.environment}"
|
||||||
message = "${module.datadog-message-alerting.alerting-message}"
|
message = "${module.datadog-message-alerting.alerting-message}"
|
||||||
|
|
||||||
|
# MyDocumentCollection is provisioned with 1000 RU/s in Azure so,
|
||||||
|
# we set the RU value for 5 minutes as input because 5m is the default evalutation timeframe
|
||||||
|
cosmos_db_ru_utilization_collections = {
|
||||||
|
"MyDocumentCollection" = 300000 # 1000 * 60 * 5
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user