You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to see Call Tree (Method Signature) on stagemonitor UI - Spring boot Application. I am using STS. I am getting call_tree on console but unable to see on stagemonitor UI. This is my stagemonitor.properties. This is a sample application I have created to learn Stagemonitor Tool.
Unable to see Call Tree (Method Signature) on stagemonitor UI - Spring boot Application. I am using STS. I am getting call_tree on console but unable to see on stagemonitor UI. This is my stagemonitor.properties. This is a sample application I have created to learn Stagemonitor Tool.
my stagemonitor.properties
stagemonitor.applicationName=spring-jpa-oracle-demo
#stagemonitor.instrument.include=com.vaadin.tutorial
stagemonitor.instrument.include=com.loya.springjpaoracledemo
stagemonitor.reporting.interval.graphite=
stagemonitor.reporting.graphite.hostName=
stagemonitor.reporting.graphite.port=2003
stagemonitor.reporting.jmx=
stagemonitor.applicationName=
stagemonitor.instanceName=
stagemonitor.elasticsearch.url=
stagemonitor.elasticsearch.configurationSourceProfiles=
stagemonitor.elasticsearch.configurationSource.deactivateStagemonitorIfEsIsDown=
stagemonitor.metrics.excluded.pattern=
stagemonitor.profiler.logCallStacks=true
stagemonitor.profiler.jdbc.collectSql=true
stagemonitor.requestmonitor.spring.monitorOnlySpringMvcRequests=true
stagemonitor.instrument.jdbc.dataSource.implementations=oracle.jdbc.driver.Oracle
call_tree_ascii: ----------------------------------------------------------------------
Selftime (ms) Total (ms) Method signature
000001.05 001% ░░░░░░░░░░ 000080.03 100% ██████████ Add User
000002.43 003% ░░░░░░░░░░ 000078.98 099% █████████▓ └── FrameworkServlet#service
000000.00 000% ░░░░░░░░░░ 000076.55 096% █████████▓ └── UserController#addUser
000035.49 044% ████░░░░░░ 000076.55 096% █████████▓ └── UserService#addUser
000013.44 017% █▓░░░░░░░░ 000013.44 017% █▓░░░░░░░░ ├── select user0_.id as id1_0_0_, user0_.user_name as user_name2_0_0_, user0_.user_salary as user_salary3_0_0_ from user_table user0_ where user0_.id=3
000013.92 017% █▓░░░░░░░░ 000013.92 017% █▓░░░░░░░░ ├── select hibernate_sequence.nextval from dual
000013.71 017% █▓░░░░░░░░ 000013.71 017% █▓░░░░░░░░ └── insert into user_table
The text was updated successfully, but these errors were encountered: