Skip to content

Commit 485684b

Browse files
authored
feat(metrics): Add new option to toggle reading from new cache schema for indexer (#58170)
1 parent 0476d7a commit 485684b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: src/sentry/options/defaults.py

+7
Original file line numberDiff line numberDiff line change
@@ -971,6 +971,13 @@
971971
flags=FLAG_AUTOMATOR_MODIFIABLE,
972972
)
973973

974+
# An option to enable reading from the new schema for the caching indexer
975+
register(
976+
"sentry-metrics.indexer.read-new-cache-namespace",
977+
default=False,
978+
flags=FLAG_AUTOMATOR_MODIFIABLE,
979+
)
980+
974981
# Global and per-organization limits on the writes to the string indexer's DB.
975982
#
976983
# Format is a list of dictionaries of format {

0 commit comments

Comments
 (0)