costs
kabisa/costs/datadog
Terraform module to generate alets to monitor datadog costs
!Datadog [//]: # (This file is generated. Do not edit, module description can be added by editing / creating module_description.md) Terraform module for Datadog Costs This module will set up alerts to make sure you don't suddenly overspend on you datadog bill. It will also generate a costs dashboard This module is part of a larger suite of modules that provide alerts in Datadog. Other modules can be found on the Terraform Registry We have two base modules we use to standardise development of our Monitor Modules: - generic monitor Used in 90% of our alerts - service check monitor Modules are generated with this tool: https://github.com/kabisa/datadog-terraform-generator Example Usage ``terraform module "costs" { source = "kabisa/costs/datadog" notification_channel = "@mail@example.com" env
| Name | Type | Description | Default |
|---|---|---|---|
| logs_indexed_critical | number | required | |
| containers_critical | number | required | |
| apm_spans_warning | number | required | |
| apm_spans_critical | number | required | |
| hosts_critical | number | required | |
| notification_channel | string | required | |
| logs_ingestion_warning | number | required | |
| apm_hosts_enabled | bool | true | |
| containers_warning | number | null | |
| containers_filter_override | string | "" | |
| logs_ingestion_4h_alerting_enabled | bool | true | |
| apm_hosts_warning | number | null | |
| logs_ingestion_alerting_enabled | bool | true | |
| locked | bool | true | |
| apm_hosts_docs | string | "" | |
| custom_metrics_evaluation_period | string | "last_1h" | |
| hosts_docs | string | "" | |
| logs_ingestion_docs | string | "" | |
| logs_ingestion_filter_override | string | "" | |
| logs_ingestion_4h_critical | number | null | |
| apm_spans_alerting_enabled | bool | true | |
| containers_enabled | bool | true | |
| logs_ingestion_4h_enabled | bool | true | |
| logs_ingestion_4h_note | string | "" | |
| apm_hosts_note | string | "" | |
| containers_alerting_enabled | bool | true | |
| custom_metrics_warning | number | null | |
| … and 10 more inputs | |||