File tree Expand file tree Collapse file tree 2 files changed +20
-10
lines changed Expand file tree Collapse file tree 2 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# Terraform module for Datadog Apm
7
7
8
- This module adds error and latency monitoring for APM data.
9
- It also includes SLO's for errors and latency but this requires some manual actions first.
10
- Datadog has a feature to generated metrics based on APM data.
11
- Unfortunately this is not a feature you can configure with Terraform.
12
- You'll have to create these metrics by hand unfortunately :(
8
+ This module provides SLO's and other alerts based on APM data.
9
+ Note that it's this module's opinion that you should prefer to alert on SLO burn rates in stead of latency thresholds.
10
+
11
+ There is also some backwards compatibility if you want to use generated metrics for your SLO's
12
+
13
+ ## OLD SOLUTION FOR SLO's
14
+
15
+ Before datadog supported latency SLO's we used generated metrics to base our SLO's on.
16
+ Creating the generated metrics is not something you can do with Terraform.
17
+ You'll have to create these metrics by hand if you need/want this.
13
18
14
19
In Datadog go to APM -> Setup and Configuration -> Generate Metrics -> New Metric
15
20
Original file line number Diff line number Diff line change 1
- This module adds error and latency monitoring for APM data.
2
- It also includes SLO's for errors and latency but this requires some manual actions first.
3
- Datadog has a feature to generated metrics based on APM data.
4
- Unfortunately this is not a feature you can configure with Terraform.
5
- You'll have to create these metrics by hand unfortunately :(
1
+ This module provides SLO's and other alerts based on APM data.
2
+ Note that it's this module's opinion that you should prefer to alert on SLO burn rates in stead of latency thresholds.
3
+
4
+ There is also some backwards compatibility if you want to use generated metrics for your SLO's
5
+
6
+ ## OLD SOLUTION FOR SLO's
7
+
8
+ Before datadog supported latency SLO's we used generated metrics to base our SLO's on.
9
+ Creating the generated metrics is not something you can do with Terraform.
10
+ You'll have to create these metrics by hand if you need/want this.
6
11
7
12
In Datadog go to APM -> Setup and Configuration -> Generate Metrics -> New Metric
8
13
You can’t perform that action at this time.
0 commit comments