Skip to content

Commit 80bc1c2

Browse files
committed
add new option to toggle reading from new cache schema for indexer
1 parent d4f5584 commit 80bc1c2

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)