Skip to content

Commit 47d1ddb

Browse files
authored
chore(explore): Add referrers for confidence footer counts (#102925)
1 parent 45c8473 commit 47d1ddb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/sentry/snuba/referrer.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,14 @@ 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_SPANS_RAW_COUNT_NORMAL = "api.explore.spans.raw-count.normal"
120+
API_EXPLORE_SPANS_RAW_COUNT_HIGH_ACCURACY = "api.explore.spans.raw-count.high-accuracy"
119121
API_EXPLORE_LOGS_RAW_COUNT_NORMAL = "api.explore.logs.raw-count.normal"
120122
API_EXPLORE_LOGS_RAW_COUNT_HIGH_ACCURACY = "api.explore.logs.raw-count.high-accuracy"
123+
API_EXPLORE_TRACEMETRICS_RAW_COUNT_NORMAL = "api.explore.tracemetrics.raw-count.normal"
124+
API_EXPLORE_TRACEMETRICS_RAW_COUNT_HIGH_ACCURACY = (
125+
"api.explore.tracemetrics.raw-count.high-accuracy"
126+
)
121127
DATA_EXPORT_TASKS_EXPLORE = "data_export.tasks.explore"
122128

123129
# ** Insights **

0 commit comments

Comments
 (0)