You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| latency_slo_enabled |False| No | Note that this monitor requires custom metrics to be present. Those can unfortunately not be created with Terraform yet |
163
+
| latency_slo_enabled |True | No | Note that this monitor requires custom metrics to be present. Those can unfortunately not be created with Terraform yet |
159
164
| latency_slo_note | "" | No ||
160
165
| latency_slo_docs | "" | No ||
161
166
| latency_slo_filter_override | "" | No ||
162
167
| latency_slo_warning | None | No ||
163
168
| latency_slo_critical | 99.9 | No ||
169
+
| latency_slo_latency_threshold | 1 | No | SLO latency threshold in seconds for APM traces |
164
170
| latency_slo_alerting_enabled | True | No ||
165
-
| latency_slo_status_ok_filter | ,status:ok| No | Filter string to select the non-errors for the latency SLO, Dont forget to include the comma or (AND or OR) keywords |
166
-
| latency_slo_ms_bucket | 250 | No | We defined several latency buckets with custom metrics based on the APM traces that come in. Our buckets are 100, 250, 500, 1000, 2500, 5000, 10000 |
167
171
| latency_slo_timeframe | 30d | No ||
168
172
| latency_slo_burn_rate_priority | 3 | No | Number from 1 (high) to 5 (low). |
description="SLO latency threshold in seconds for APM traces"
34
+
type=number
35
+
default=1
36
+
}
37
+
32
38
variable"latency_slo_alerting_enabled" {
33
39
type=bool
34
40
default=true
35
41
}
36
42
37
-
variable"latency_slo_status_ok_filter" {
38
-
type=string
39
-
description="Filter string to select the non-errors for the latency SLO, Dont forget to include the comma or (AND or OR) keywords"
40
-
default=",status:ok"
41
-
}
42
-
43
-
variable"latency_slo_ms_bucket" {
44
-
type=number
45
-
default=250
46
-
description="We defined several latency buckets with custom metrics based on the APM traces that come in. Our buckets are 100, 250, 500, 1000, 2500, 5000, 10000"
0 commit comments