sql-server

kabisa/sql-server/datadog

Terraform Module HCL DATADOG
Install
module "sql-server" {
source = "kabisa/sql-server/datadog"
version = "1.1.0"
}
plain text: /constructs/tfmod-kabisa-sql-server-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 Sql Server This module requires the sql server integration to be configured. It has basic SQL Server monitoring. Locks, process blocked, connectivity. It's best to also use Datadog's APM instrumentation to understand the way the application is using the database. There's an upcoming feature in Datadog to fully support deep dive database monitoring. 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 Mod

Inputs (50)
NameTypeDescriptionDefault
servicestring required
filter_strstring required
envstring required
additional_tagslist(string)[]
batches_compiled_percent_notestring""
buffer_cache_hit_ratio_filter_overridestring""
can_connect_alerting_enabledbooltrue
procs_blocked_criticalnumber1
page_life_expectancy_prioritynumberNumber from 1 (high) to 5 (low).4
procs_blocked_notestring""
procs_blocked_prioritynumberNumber from 1 (high) to 5 (low).3
service_check_include_tagslist(string)null
database_state_docsstring""
page_life_expectancy_criticalnumber900
page_life_expectancy_evaluation_periodstring"last_1d"
batches_compiled_percent_enabledbooltrue
buffer_cache_hit_ratio_enabledbooltrue
can_connect_warningnumber1
can_connect_prioritynumber1
connections_warningnumber400
page_life_expectancy_alerting_enabledbooltrue
procs_blocked_alerting_enabledbooltrue
buffer_cache_hit_ratio_prioritynumberNumber from 1 (high) to 5 (low).4
… and 10 more inputs
Details
FrameworkTerraform Module
LanguageHCL
Version1.1.0
Cloud DATADOG
Total downloads587
Inputs50
Namespacekabisa
Updated