File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,12 @@ services:
143
143
snuba-replacer :
144
144
<< : *snuba_defaults
145
145
command : replacer --storage events --auto-offset-reset=latest --max-batch-size 3
146
+ snuba-subscription-consumer-events :
147
+ << : *snuba_defaults
148
+ command : subscriptions --auto-offset-reset=latest --consumer-group=snuba-events-subscriptions-consumers --topic=events --result-topic=events-subscription-results --dataset=events --commit-log-topic=snuba-commit-log --commit-log-group=snuba-consumers --delay-seconds=60 --schedule-ttl=60
149
+ snuba-subscription-consumer-transactions :
150
+ << : *snuba_defaults
151
+ command : subscriptions --auto-offset-reset=latest --consumer-group=snuba-transactions-subscriptions-consumers --topic=events --result-topic=transactions-subscription-results --dataset=transactions --commit-log-topic=snuba-commit-log --commit-log-group=snuba-transactions-consumers --delay-seconds=60 --schedule-ttl=60
146
152
snuba-cleanup :
147
153
<< : *snuba_defaults
148
154
image : snuba-cleanup-onpremise-local
@@ -186,6 +192,12 @@ services:
186
192
<< : *sentry_defaults
187
193
# Increase `--commit-batch-size 1` below to deal with high-load environments.
188
194
command : run post-process-forwarder --commit-batch-size 1
195
+ subscription-consumer-events :
196
+ << : *sentry_defaults
197
+ command : run query-subscription-consumer --commit-batch-size 1 --topic events-subscription-results
198
+ subscription-consumer-transactions :
199
+ << : *sentry_defaults
200
+ command : run query-subscription-consumer --commit-batch-size 1 --topic transactions-subscription-results
189
201
sentry-cleanup :
190
202
<< : *sentry_defaults
191
203
image : sentry-cleanup-onpremise-local
Original file line number Diff line number Diff line change @@ -240,9 +240,11 @@ def get_internal_network():
240
240
"organizations:discover" ,
241
241
"organizations:events" ,
242
242
"organizations:global-views" ,
243
+ "organizations:incidents" ,
243
244
"organizations:integrations-issue-basic" ,
244
245
"organizations:integrations-issue-sync" ,
245
246
"organizations:invite-members" ,
247
+ "organizations:metric-alert-builder-aggregate" ,
246
248
"organizations:sso-basic" ,
247
249
"organizations:sso-rippling" ,
248
250
"organizations:sso-saml2" ,
You can’t perform that action at this time.
0 commit comments