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_latency_threshold | 1 | No | SLO latency threshold in seconds for APM traces |
164
165
| 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
166
| latency_slo_timeframe | 30d | No ||
168
167
| 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