-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move Feedback Ingestion to its own Topic / Consumer #66100
Comments
@aliu-at-sentry You've been volunteered for this issue but don't worry! I'll pair with you and we can tackle it together. Let's plan to start on this on Monday. We can use our first standup as the jumping off point. |
aliu39
added a commit
to getsentry/sentry-kafka-schemas
that referenced
this issue
Mar 1, 2024
https://getsentry.atlassian.net/browse/OPS-5317 getsentry/sentry#66100 Pipeline/cluster = replays, since replay team owns user feedback. We expect the volume to be too low to justify its own cluster.
aliu39
added a commit
to getsentry/sentry-kafka-schemas
that referenced
this issue
Mar 5, 2024
https://getsentry.atlassian.net/browse/OPS-5317 getsentry/sentry#66100 Pipeline/cluster = replays, since replay team owns user feedback. We expect the volume to be too low to justify its own cluster.
aliu39
added a commit
to getsentry/sentry-kafka-schemas
that referenced
this issue
Mar 7, 2024
https://getsentry.atlassian.net/browse/OPS-5317 getsentry/sentry#66100 Pipeline/cluster = replays, since replay team owns user feedback. We expect the volume to be too low to justify its own cluster.
aliu39
added a commit
to getsentry/sentry-kafka-schemas
that referenced
this issue
Mar 12, 2024
* Create ingest-feedbacks.yaml https://getsentry.atlassian.net/browse/OPS-5317 getsentry/sentry#66100 Pipeline/cluster = replays, since replay team owns user feedback. We expect the volume to be too low to justify its own cluster. * Update ingest-feedbacks description * Fix ingest-feedbacks.yaml producers +small change to descrip * add new schema and pipeline + rename - move to new 'user-feedback' pipeline - add an initial schema generated from a widget feedback (captured by chrome dev tools) and https://github.com/glideapps/quicktype - rename to 'ingest-feedback-events' since 'FeedbackEvent' seems to be the corresponding type in Django + SDK/typescript * style(lint): Auto commit lint changes * add topic to CODEOWNERS * change schema ver to draft-07 * remove field titles and add schema title, remove owners-ingest * Add react ex and make all optional except contexts:{feedback:{contact_email, message, name, source}} - all fields have additionalProperties = true, making schema totally flexible and backward/forward-compatible - rename examples folder * style(lint): Auto commit lint changes * style(lint): Auto commit lint changes * modify schema to match sdk event type * style(lint): Auto commit lint changes * style(lint): Auto commit lint changes --------- Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
aliu39
added a commit
that referenced
this issue
Mar 13, 2024
Relay TODO:
|
aliu39
added a commit
that referenced
this issue
Mar 28, 2024
aliu39
added a commit
to getsentry/relay
that referenced
this issue
Apr 9, 2024
Option PR: depends on getsentry/sentry#67839 (MERGED) Feature flag PRs (outdated/unused): ~getsentry/getsentry#13426 (REVERTED)~ ~getsentry/sentry#67747 (REVERTED)~ ~getsentry/sentry-options-automator#973 (CLOSED)~ Relates to getsentry/sentry#66100
This was referenced Apr 17, 2024
Metrics to track ingest in s4s: |
🎉🎉🎉🎉🎉 |
This was referenced May 15, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Tasks
Motivation: when errors pipeline has problems, we don't want to lose feedbacks. Additionally, we can add things like a dead letter queue, etc.
The text was updated successfully, but these errors were encountered: