We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff420b1 commit 977c138Copy full SHA for 977c138
src/sentry/snuba/referrer.py
@@ -1080,6 +1080,13 @@ class Referrer(StrEnum):
1080
TSDB_MODELID_300_alert_event_uniq_user_frequency = (
1081
"tsdb-modelid:300.alert_event_uniq_user_frequency"
1082
)
1083
+ TSDB_MODELID_4_wf_batch_alert_event_frequency = "tsdb-modelid:4.wf_batch_alert_event_frequency"
1084
+ TSDB_MODELID_4_wf_batch_alert_event_frequency_percent = (
1085
+ "tsdb-modelid:4.wf_batch_alert_event_frequency_percent"
1086
+ )
1087
+ TSDB_MODELID_300_wf_batch_alert_event_uniq_user_frequency = (
1088
+ "tsdb-modelid:300.wf_batch_alert_event_uniq_user_frequency"
1089
1090
1091
UNKNOWN = "unknown"
1092
UNMERGE = "unmerge"
0 commit comments