azure-sql-server
kabisa/azure-sql-server/datadog
!Datadog [//]: # (This file is generated. Do not edit, module description can be added by editing / creating module_description.md) Terraform module for Datadog Azure Sql Server 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 Module Variables Monitors: | Monitor name | Default enabled | Priority | Query | |-----------------|------|----|------------------------| | Connection Failed | True | 3 | sum(last_30m):sum:azure.sql_servers_databases.connection_failed{tag:xxx} b
| Name | Type | Description | Default |
|---|---|---|---|
| env | string | This refers to the environment or which stage of deployment this monitor is chec | required |
| service_check_include_tags | list(string) | Tags to be included in the "over" section of a service check query | required |
| name_prefix | string | Can be used to prefix to the Monitor name | "" |
| workers_percentage_notify_no_data | bool | false | |
| workers_percentage_priority | number | Number from 1 (high) to 5 (low). | 3 |
| connection_failed_notification_channel_override | string | "" | |
| deadlocks_warning | number | null | |
| locked | bool | Makes sure only the creator or admin can modify the monitor | true |
| connection_failed_enabled | bool | true | |
| dtu_percentage_enabled | bool | true | |
| dtu_percentage_filter_override | string | "" | |
| workers_percentage_notification_channel_override | string | "" | |
| name_suffix | string | Can be used to suffix to the Monitor name | "" |
| dtu_percentage_critical | number | 95 | |
| log_io_percent_priority | number | Number from 1 (high) to 5 (low). | 3 |
| sessions_percentage_priority | number | Number from 1 (high) to 5 (low). | 3 |
| storage_percentage_no_data_timeframe | number | null | |
| notification_channel | string | Channel to which datadog sends alerts, will be overridden by alerting_enabled if | "" |
| deadlocks_notification_channel_override | string | "" | |
| dtu_percentage_name_prefix | string | "" | |
| log_io_percent_critical | number | 90 | |
| sessions_percentage_ok_threshold | number | null | |
| … and 10 more inputs | |||