File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -281,6 +281,9 @@ services:
281281 snuba-metrics-consumer :
282282 << : *snuba_defaults
283283 command : rust-consumer --storage metrics_raw --consumer-group snuba-metrics-consumers --auto-offset-reset=latest --max-batch-time-ms 750 --no-strict-offset-reset --no-skip-write
284+ snuba-group-attributes-consumer :
285+ << : *snuba_defaults
286+ command : rust-consumer --storage group_attributes --consumer-group snuba-group-attributes-consumers --auto-offset-reset=latest --max-batch-time-ms 750 --no-strict-offset-reset --no-skip-write
284287 snuba-generic-metrics-distributions-consumer :
285288 << : *snuba_defaults
286289 command : rust-consumer --storage generic_metrics_distributions_raw --consumer-group snuba-gen-metrics-distributions-consumers --auto-offset-reset=latest --max-batch-time-ms 750 --no-strict-offset-reset --no-skip-write
You can’t perform that action at this time.
0 commit comments