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
Copy file name to clipboardExpand all lines: sentry-options/schemas/snuba/schema.json
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -12,20 +12,15 @@
12
12
"default": false,
13
13
"description": "true to emit a tracing log each time a duplicate trace item is detected in the accepted-outcomes aggregator"
14
14
},
15
-
"consumer.blq_enabled": {
15
+
"consumer.blq_enabled_2": {
16
16
"type": "string",
17
17
"default": "",
18
-
"description": "enable backlog queue in snuba consumers"
18
+
"description": "enable backlog queue for the specified consumer group"
19
19
},
20
20
"consumer.blq_stale_threshold_seconds": {
21
21
"type": "integer",
22
22
"default": 1800,
23
23
"description": "BLQ stale threshold in seconds. Messages older than this are routed to the backlog queue."
24
-
},
25
-
"consumer.blq_static_friction_seconds": {
26
-
"type": "integer",
27
-
"default": 120,
28
-
"description": "BLQ hysteresis in seconds. Once routing stale, keep routing messages at least (stale_threshold - static_friction) old. Set to 0 to disable friction."
0 commit comments