Skip to content

Commit 15014a4

Browse files
authored
chore(logs): Add referrers for logs raw counts (#102041)
Referrers for #102039
1 parent 2a1d505 commit 15014a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sentry/snuba/referrer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ class Referrer(StrEnum):
116116
API_EXPLORE_SPANS_EXTRAPOLATION_META = "api.explore.spans-extrapolation-meta"
117117
API_EXPLORE_LOGS_TABLE = "api.explore.logs-table"
118118
API_EXPLORE_LOGS_TABLE_ROW = "api.explore.logs-table-row"
119+
API_EXPLORE_LOGS_RAW_COUNT_NORMAL = "api.explore.logs.raw-count.normal"
120+
API_EXPLORE_LOGS_RAW_COUNT_HIGH_ACCURACY = "api.explore.logs.raw-count.high-accuracy"
119121
DATA_EXPORT_TASKS_EXPLORE = "data_export.tasks.explore"
120122

121123
# ** Insights **

0 commit comments

Comments
 (0)