File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
static/app/views/insights/agentMonitoring/components Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -176,15 +176,14 @@ const BodyCell = memo(function BodyCell({
176
176
177
177
const exploreUrl = getExploreUrl ( {
178
178
organization,
179
- mode : Mode . AGGREGATE ,
179
+ mode : Mode . SAMPLES ,
180
180
visualize : [
181
181
{
182
182
chartType : ChartType . BAR ,
183
183
yAxes : [ 'count(span.duration)' ] ,
184
184
} ,
185
185
] ,
186
186
query : `${ AI_MODEL_ID_ATTRIBUTE } :${ dataRow . model } ` ,
187
- sort : `-count(span.duration)` ,
188
187
} ) ;
189
188
190
189
switch ( column . key ) {
Original file line number Diff line number Diff line change @@ -164,15 +164,14 @@ const BodyCell = memo(function BodyCell({
164
164
165
165
const exploreUrl = getExploreUrl ( {
166
166
organization,
167
- mode : Mode . AGGREGATE ,
167
+ mode : Mode . SAMPLES ,
168
168
visualize : [
169
169
{
170
170
chartType : ChartType . BAR ,
171
171
yAxes : [ 'count(span.duration)' ] ,
172
172
} ,
173
173
] ,
174
174
query : `${ AI_TOOL_NAME_ATTRIBUTE } :${ dataRow . tool } ` ,
175
- sort : `-count(span.duration)` ,
176
175
} ) ;
177
176
178
177
switch ( column . key ) {
You can’t perform that action at this time.
0 commit comments