Skip to content

Commit

Permalink
feat(feedback): add option for ingest feedback topic (#67839)
Browse files Browse the repository at this point in the history
relates to #66100
  • Loading branch information
aliu3ntry committed Mar 28, 2024
1 parent 31ae2c7 commit 7e3ded7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/sentry/options/defaults.py
Expand Up @@ -426,6 +426,12 @@
default=[],
flags=FLAG_ALLOW_EMPTY | FLAG_AUTOMATOR_MODIFIABLE,
)
# Produce feedback to the new ingest-feedback-events topic, rather than ingest-events
register(
"feedback.ingest-topic.rollout-rate",
default=0.0,
flags=FLAG_AUTOMATOR_MODIFIABLE,
)

# Analytics
register("analytics.backend", default="noop", flags=FLAG_NOSTORE)
Expand Down
1 change: 1 addition & 0 deletions src/sentry/relay/globalconfig.py
Expand Up @@ -17,6 +17,7 @@
"relay.metric-bucket-set-encodings",
"relay.metric-bucket-distribution-encodings",
"relay.metric-stats.rollout-rate",
"feedback.ingest-topic.rollout-rate",
]


Expand Down

0 comments on commit 7e3ded7

Please sign in to comment.