Skip to content

Commit f043f6f

Browse files
committed
fix: remove snuba uptime results consumer
Saw this error on the self-hosted e2e tests: ``` snuba-uptime-results-consumer-1 | Error: Invalid value for '--storage': 'uptime_monitor_checks' is not one of 'spans', 'metrics_raw', 'errors', 'search_issues', 'generic_metrics_distributions_raw', 'generic_metrics_counters_raw', 'generic_metrics_sets_raw', 'generic_metrics_gauges_raw', 'eap_items', 'groupassignees', 'outcomes_raw', 'querylog', 'functions_raw', 'transactions', 'replays', 'profile_chunks', 'profiles', 'groupedmessages', 'group_attributes'. ``` Seems like we don't need that consumer anymore, since it's moved to EAP.
1 parent 6ae40d8 commit f043f6f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docker-compose.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -463,13 +463,6 @@ services:
463463
command: subscriptions-scheduler-executor --dataset events_analytics_platform --entity eap_items --auto-offset-reset=latest --no-strict-offset-reset --consumer-group=snuba-eap-items-subscriptions-consumers --followed-consumer-group=eap_items_group --schedule-ttl=60 --stale-threshold-seconds=900 --health-check-file /tmp/health.txt
464464
healthcheck:
465465
<<: *file_healthcheck_defaults
466-
snuba-uptime-results-consumer:
467-
<<: *snuba_defaults
468-
command: rust-consumer --storage uptime_monitor_checks --consumer-group snuba-uptime-results --auto-offset-reset=latest --max-batch-time-ms 750 --no-strict-offset-reset --health-check-file /tmp/health.txt
469-
healthcheck:
470-
<<: *file_healthcheck_defaults
471-
profiles:
472-
- feature-complete
473466
symbolicator:
474467
<<: *restart_policy
475468
image: "$SYMBOLICATOR_IMAGE"

0 commit comments

Comments
 (0)