Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions devservices/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ x-sentry-service-config:
description: Kafka consumer for processing issue occurrences
ingest-feedback-events:
description: Kafka consumer for processing user feedback events
ingest-replay-recordings:
description: Kafka consumer for processing ingested replay recordings
# Monitor-related services
monitors-clock-tick:
description: Kafka consumer for monitor clock ticks
Expand Down Expand Up @@ -217,6 +219,17 @@ x-sentry-service-config:
post-process-forwarder-errors,
post-process-forwarder-transactions,
]
replay:
[
postgres,
snuba,
relay,
spotlight,
ingest-replay-recordings,
ingest-events,
ingest-transactions,
worker,
]
ingest:
[
snuba,
Expand Down Expand Up @@ -244,6 +257,7 @@ x-sentry-service-config:
ingest-occurrences,
ingest-profiles,
ingest-transactions,
ingest-replay-recordings,
monitors-clock-tasks,
monitors-clock-tick,
monitors-incident-occurrences,
Expand Down Expand Up @@ -271,6 +285,7 @@ x-sentry-service-config:
ingest-transactions,
ingest-monitors,
ingest-feedback-events,
ingest-replay-recordings,
monitors-clock-tick,
monitors-clock-tasks,
monitors-incident-occurrences,
Expand Down Expand Up @@ -336,6 +351,8 @@ x-programs:
command: sentry run consumer post-process-forwarder-issue-platform --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
ingest-feedback-events:
command: sentry run consumer ingest-feedback-events --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
ingest-replay-recordings:
command: sentry run consumer ingest-replay-recordings --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
subscription-results-eap-items:
command: sentry run consumer subscription-results-eap-items --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
metrics-subscription-results:
Expand Down
Loading