stagemonitor / stagemonitor-mailinglist

GitHub issues abused as a mailing list
3 stars 0 forks source link

Visualizing and Analyzing call_tree_json in Kibana #60

Open naveenrajs opened 6 years ago

naveenrajs commented 6 years ago

Hi, Hope you are well and doing great!

I have configured Stagemonitor and it's working perfectly. I want to analysis the call_tree_ascii or call_tree_json in more detailed manner. In kibana I would like to create a dashboard for that. Because, it's very tough to debug the trace. If it's in graph or in tabled structure, it would be better.

For Eg. : In the "Pet Clinic" project we are using the "call tree" web widget. Like that I want in the kibana.

If it's possible, could you guide me through to do that ?

felixbarny commented 6 years ago

Have a look at the stagemonitor Kibana Plugin: https://github.com/stagemonitor/stagemonitor-kibana

felixbarny commented 6 years ago

It's not shown in the screenshots, but it has a call tree viewer almost identical to the in browser widget.

naveenrajs commented 6 years ago

Cool! This is what I expected. But, we can't sort or check for the specific date ?

felixbarny commented 6 years ago

Not yet. But you can use the Discover tab to do that. In the document details, there is a link to "Trace Visualization".

naveenrajs commented 6 years ago

Is that possible to install latest version of stagemonitor in my jboss4.0.4, java 7. If it's not what could be the best way to do so ?

felixbarny commented 6 years ago

JBoss 4.0.4 ships with servlet api 2.4, which is not supported by stagemonitor. See https://developer.jboss.org/wiki/VersionOfTomcatInJBossAS and https://github.com/stagemonitor/stagemonitor/wiki/Installation

naveenrajs commented 6 years ago

Ok, is there any possibilities of configuring any version of stagemonitor in JBoss 4.0.4 ?

felixbarny commented 6 years ago

Unfortunately, I don't think so. JBoss 4 has been released more than 10 years ago. Maybe it's time for an update? ;)