Skip to content

Commit df5919c

Browse files
committed
add ingest minimal mode
1 parent 444edb1 commit df5919c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

devservices/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,20 @@ x-sentry-service-config:
132132
symbolicator: [postgres, snuba, symbolicator, spotlight]
133133
memcached: [postgres, snuba, memcached, spotlight]
134134
profiling: [postgres, snuba, vroom, spotlight]
135+
ingest:
136+
[
137+
snuba,
138+
postgres,
139+
relay,
140+
spotlight,
141+
worker,
142+
ingest-events,
143+
ingest-transactions,
144+
ingest-attachments,
145+
post-process-forwarder-errors,
146+
post-process-forwarder-transactions,
147+
post-process-forwarder-issue-platform,
148+
]
135149
minimal: [postgres, snuba]
136150
ingest-all:
137151
[

0 commit comments

Comments
 (0)