kubernetes-deployment
kabisa/kubernetes-deployment/datadog
!Datadog [//]: # (This file is generated. Do not edit, module description can be added by editing / creating module_description.md) Terraform module for Datadog Kubernetes Deployment This module has overlap with https://github.com/kabisa/terraform-datadog-kubernetes If you're using that one already you might not need this one. You may want to use this module when you want different notification channels per deployment. This might be relevant for example when you have different teams for development and for infra. This module is best used together with: https://github.com/kabisa/terraform-datadog-docker-container That one does resource (cpu/network/memory/disk) alerts. This one doesn't This module is part of a larger suite of modules that provide alerts in Datadog. Other modules can be foun
| Name | Type | Description | Default |
|---|---|---|---|
| filter_str | string | required | |
| env | string | This refers to the environment or which stage of deployment this monitor is chec | required |
| deploy_desired_vs_status_warning | number | 1 | |
| deploy_desired_vs_status_critical | number | 2 | |
| deploy_desired_vs_status_note | string | "" | |
| deploy_desired_vs_status_alerting_enabled | bool | true | |
| deployment_multiple_restarts_evaluation_period | string | "last_15m" | |
| deployment_multiple_restarts_enabled | bool | true | |
| deployment_multiple_restarts_critical | number | 5 | |
| deployment_multiple_restarts_no_data_timeframe | number | null | |
| deployment_multiple_restarts_name_prefix | string | "" | |
| deployment_multiple_restarts_name_suffix | string | "" | |
| service | string | Service name of what you're monitoring. This also sets the service:<service> tag | "" |
| locked | bool | Makes sure only the creator or admin can modify the monitor | true |
| filter_str_concatenation | string | If you use an IN expression you need to switch from , to AND | "," |
| deploy_desired_vs_status_enabled | bool | true | |
| deploy_desired_vs_status_filter_override | string | "" | |
| deploy_desired_vs_status_notify_no_data | bool | false | |
| deployment_multiple_restarts_filter_override | string | "" | |
| deployment_multiple_restarts_notification_channel_override | string | "" | |
| notification_channel | string | Channel to which datadog sends alerts, will be overridden by alerting_enabled if | "" |
| deploy_desired_vs_status_evaluation_period | string | "last_15m" |