Skip to content

Commit f21d546

Browse files
authored
fix(snql) Remove API referrers and add other examples (#25309)
The "api" referrers use discover, which requires an entity to work correctly. There will have to be a separate PR that specifies an entity for a query if possible (the performance queries all use transactions for example). Also add some more referrers for different products.
1 parent 9e4b537 commit f21d546

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/sentry/utils/snql.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@
1515
"sessions.release-sessions-time-bounds",
1616
"sessions.release-stats",
1717
"sessions.release-stats-details",
18-
"api.performance.durationpercentilechart",
19-
"api.performance.vital-detail",
2018
"outcomes.timeseries",
21-
"api.dashboards.worldmapwidget",
22-
"api.performance.transaction-summary",
2319
"tsdb-modelid:500",
2420
"incidents.get_incident_aggregates",
21+
"tsdb-modelid:501",
22+
"tsdb-modelid:502",
23+
"group.filter_by_event_id",
24+
"alertruleserializer.test_query",
25+
"incidents.get_incident_event_stats",
26+
"tagstore.get_tag_value_paginator_for_projects",
2527
}
2628

2729

0 commit comments

Comments
 (0)