File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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 **
You can’t perform that action at this time.
0 commit comments