mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
bbc2ca5138
commit
ddd5dc33e9
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ export const NodeContextMenu = injectI18n(
|
|||
},
|
||||
{ nodeType }
|
||||
),
|
||||
href: `../app/apm#/services?_g=()&kuery=${APM_FIELDS[nodeType]}~20~3A~20~22${node.id}~22`,
|
||||
href: `../app/apm#/traces?_g=()&kuery=${APM_FIELDS[nodeType]}~20~3A~20~22${node.id}~22`,
|
||||
};
|
||||
|
||||
const panels: EuiContextMenuPanelDescriptor[] = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue