kubernetes-deployment

kabisa/kubernetes-deployment/datadog

Terraform Module HCL DATADOG
Install
module "kubernetes-deployment" {
source = "kabisa/kubernetes-deployment/datadog"
version = "1.0.1"
}
plain text: /constructs/tfmod-kabisa-kubernetes-deployment-datadog/install.txt
⭐ Source on GitHub 📦 Registry page
README

!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

Inputs (38)
NameTypeDescriptionDefault
filter_strstring required
envstringThis refers to the environment or which stage of deployment this monitor is chec required
deploy_desired_vs_status_warningnumber1
deploy_desired_vs_status_criticalnumber2
deploy_desired_vs_status_notestring""
deploy_desired_vs_status_alerting_enabledbooltrue
deployment_multiple_restarts_evaluation_periodstring"last_15m"
deployment_multiple_restarts_enabledbooltrue
deployment_multiple_restarts_criticalnumber5
deployment_multiple_restarts_no_data_timeframenumbernull
deployment_multiple_restarts_name_prefixstring""
deployment_multiple_restarts_name_suffixstring""
servicestringService name of what you're monitoring. This also sets the service:<service> tag""
lockedboolMakes sure only the creator or admin can modify the monitortrue
filter_str_concatenationstringIf you use an IN expression you need to switch from , to AND","
deploy_desired_vs_status_enabledbooltrue
deploy_desired_vs_status_filter_overridestring""
deploy_desired_vs_status_notify_no_databoolfalse
deployment_multiple_restarts_filter_overridestring""
deployment_multiple_restarts_notification_channel_overridestring""
notification_channelstringChannel to which datadog sends alerts, will be overridden by alerting_enabled if""
deploy_desired_vs_status_evaluation_periodstring"last_15m"
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.1
Cloud DATADOG
Total downloads129
Inputs38
Namespacekabisa
Updated