File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
static/app/views/dashboards/utils/prebuiltConfigs/ai Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import {WIDGET_COLUMN_LABELS} from 'sentry/views/dashboards/utils/prebuiltConfig
66import { spaceWidgetsEquallyOnRow } from 'sentry/views/dashboards/utils/prebuiltConfigs/utils/spaceWidgetsEquallyOnRow' ;
77import { SpanFields , SpanFunction } from 'sentry/views/insights/types' ;
88
9- const MCP_SERVER_FILTER = `${ SpanFields . SPAN_OP } :mcp.server` ;
9+ const MCP_SERVER_FILTER = `${ SpanFields . NAME } :mcp.server` ;
1010const MCP_TOOL_FILTER = `${ MCP_SERVER_FILTER } has:${ SpanFields . MCP_TOOL_NAME } ` ;
1111const MCP_RESOURCE_FILTER = `${ MCP_SERVER_FILTER } has:${ SpanFields . MCP_RESOURCE_URI } ` ;
1212const MCP_PROMPT_FILTER = `${ MCP_SERVER_FILTER } has:${ SpanFields . MCP_PROMPT_NAME } ` ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import {WIDGET_COLUMN_LABELS} from 'sentry/views/dashboards/utils/prebuiltConfig
77import { spaceWidgetsEquallyOnRow } from 'sentry/views/dashboards/utils/prebuiltConfigs/utils/spaceWidgetsEquallyOnRow' ;
88import { SpanFields , SpanFunction } from 'sentry/views/insights/types' ;
99
10- const MCP_PROMPT_FILTER = `${ SpanFields . SPAN_OP } :mcp.server has:${ SpanFields . MCP_PROMPT_NAME } ` ;
10+ const MCP_PROMPT_FILTER = `${ SpanFields . NAME } :mcp.server has:${ SpanFields . MCP_PROMPT_NAME } ` ;
1111
1212const FIRST_ROW_WIDGETS = spaceWidgetsEquallyOnRow (
1313 [
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import {WIDGET_COLUMN_LABELS} from 'sentry/views/dashboards/utils/prebuiltConfig
77import { spaceWidgetsEquallyOnRow } from 'sentry/views/dashboards/utils/prebuiltConfigs/utils/spaceWidgetsEquallyOnRow' ;
88import { SpanFields , SpanFunction } from 'sentry/views/insights/types' ;
99
10- const MCP_RESOURCE_FILTER = `${ SpanFields . SPAN_OP } :mcp.server has:${ SpanFields . MCP_RESOURCE_URI } ` ;
10+ const MCP_RESOURCE_FILTER = `${ SpanFields . NAME } :mcp.server has:${ SpanFields . MCP_RESOURCE_URI } ` ;
1111
1212const FIRST_ROW_WIDGETS = spaceWidgetsEquallyOnRow (
1313 [
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import {WIDGET_COLUMN_LABELS} from 'sentry/views/dashboards/utils/prebuiltConfig
77import { spaceWidgetsEquallyOnRow } from 'sentry/views/dashboards/utils/prebuiltConfigs/utils/spaceWidgetsEquallyOnRow' ;
88import { SpanFields , SpanFunction } from 'sentry/views/insights/types' ;
99
10- const MCP_TOOL_FILTER = `${ SpanFields . SPAN_OP } :mcp.server has:${ SpanFields . MCP_TOOL_NAME } ` ;
10+ const MCP_TOOL_FILTER = `${ SpanFields . NAME } :mcp.server has:${ SpanFields . MCP_TOOL_NAME } ` ;
1111
1212const FIRST_ROW_WIDGETS = spaceWidgetsEquallyOnRow (
1313 [
You can’t perform that action at this time.
0 commit comments