We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f5584 commit 80bc1c2Copy full SHA for 80bc1c2
src/sentry/options/defaults.py
@@ -971,6 +971,13 @@
971
flags=FLAG_AUTOMATOR_MODIFIABLE,
972
)
973
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
+
981
# Global and per-organization limits on the writes to the string indexer's DB.
982
#
983
# Format is a list of dictionaries of format {
0 commit comments