openshift / troubleshooting-panel-console-plugin

Console Plugin to add a troubleshooting side panel to display Korrel8r data
Apache License 2.0
0 stars 7 forks source link

Displaying nodes with multiple reults. #55

Open alanconway opened 2 months ago

alanconway commented 2 months ago

A node in the graph may have multiple incoming arrows from other nodes, or may have multiple queries generated from on a single arrow due to multiple starting point objects.

Currently clicking a node on the panel only acts on the first query in the list, which may show fewer results than the total number displayed on the node.

Need to find a way to display the fact that there are other queries hidden behind the node so the user can use them to navigate.

It would be nice if we could "coalesece" multiple queries into one, but that should be done by korrel8r, it is ambitious and it may not work perfectly - so we should handle display of multiple queries.

jgbernalp commented 2 months ago

cc @fkargbo