Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrhodes committed Jul 23, 2019
1 parent ef66c18 commit 95403b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const NodeContextMenu = injectUICapabilities(
},
{ nodeType }
),
href: `../app/apm#/traces?_g=()&kuery=${APM_FIELDS[nodeType]}~20~3A~20~22${node.id}~22`,
href: `../app/apm#/traces?_g=()&kuery=${APM_FIELDS[nodeType]}:"${node.id}"`,
'data-test-subj': 'viewApmTracesContextMenuItem',
};

Expand Down

0 comments on commit 95403b9

Please sign in to comment.