apm

kabisa/apm/datadog

Terraform Module HCL DATADOG
Install
module "apm" {
source = "kabisa/apm/datadog"
version = "2.1.1"
}
plain text: /constructs/tfmod-kabisa-apm-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 Apm This module provides SLO's and other alerts based on APM data. Note that it's this module's opinion that you should prefer to alert on SLO burn rates in stead of latency thresholds. There is also some backwards compatibility if you want to use generated metrics for your SLO's OLD SOLUTION FOR SLO's Before datadog supported latency SLO's we used generated metrics to base our SLO's on. Creating the generated metrics is not something you can do with Terraform. You'll have to create these metrics by hand if you need/want this. In Datadog go to APM -> Setup and Configuration -> Generate Metrics -> New Metric First create this one !H

Inputs (50)
NameTypeDescriptionDefault
servicestring required
envstring required
error_percentage_enabledboolWe prefer to alert on SLO'sfalse
latency_p95_notestring""
latency_slo_burn_rate_docsstring"Use burn rates alerts to measure how fa
request_rate_anomaly_enabledboolfalse
latency_p95_enabledboolWe prefer to alert on SLO'sfalse
latency_slo_burn_rate_alerting_enabledbooltrue
latency_filter_overridestring""
request_rate_anomaly_evaluation_periodstring"last_30m"
request_rate_alerting_enabledbooltrue
error_percentage_warningnumber0.01
latency_slo_enabledboolNote that this monitor requires custom metrics to be present. Those can unfortuntrue
apdex_docsstring"Apdex is a measure of response time bas
error_percentage_filter_overridestring""
error_slo_enabledbooltrue
error_slo_alerting_enabledbooltrue
error_slo_burn_rate_warningnumbernull
latency_p95_alerting_enabledbooltrue
latency_slo_burn_rate_notification_channel_overridestring""
error_slo_error_filterstringFilter string to select the non-errors for the SLO, Dont forget to include the c",status:error"
name_prefixstring""
… and 10 more inputs
Outputs (1)
monitor_ids
Resources (1)
datadog_service_level_objective
Details
FrameworkTerraform Module
LanguageHCL
Version2.1.1
Cloud DATADOG
Total downloads472
Inputs50
Outputs1
Resources1
Namespacekabisa
Updated