kieker-monitoring / kieker

Kieker's main repository
Apache License 2.0
70 stars 41 forks source link

[KIEKER-1013] Feature wish: Interactive dependency graphs #2808

Open rju opened 1 week ago

rju commented 1 week ago

JIRA Issue: KIEKER-1013 Feature wish: Interactive dependency graphs Original Reporter: Andre van Hoorn


Just because I was playing around with this monitoring log:

See the following diagrams (deployment-level):

1. Container: containerDependencyGraph.png
2. Components: deploymentComponentDependencyGraph.png
3. Operations: deploymentOperationDependencyGraph.png

It would be nice to navigate through a combined unifying diagram, e.g., entering a component to see the operation view or zooming into a diagram with uninteresting elements being grayed out.

rju commented 1 week ago

author nils-christian -- Sat, 20 Apr 2013 20:10:18 +0200

Couldn't this be done using svg (+ a suitable render engine)? As far as I know svg supports animation and such things.

rju commented 1 week ago

author André van Hoorn -- Sat, 20 Apr 2013 20:12:42 +0200

Replying to [nie|comment:1]:
> Couldn't this be done using svg (+ a suitable render engine)? As far as I know svg supports animation and such things.

yes, browser + svg would be nice.

rju commented 1 week ago

author nils-christian -- Mon, 24 Mar 2014 17:08:28 +0100

Additional possibility: User our home-made JS graph framework from Robin. If I remember correctly it should be possible to nest nodes. I am not so sure about a collapsing mechanism. But if this does not exist we can surely implement it (would also be interesting for the WebGUI).