Невозможно увидеть дерево вызовов на пользовательском интерфейсе stagemonitor - Spring boot Application - PullRequest
0 голосов
/ 22 мая 2019
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 

Я получаю call_tree на консоли, но не вижу на пользовательском интерфейсе stagemonitor. У меня есть: stagemonitor-os, stagemonitor-web-servlet, stagemonitor jdbc, отслеживание stagemonitor, диспетчер stagemonitor, ядро ​​stagemonitor, jvm, оповещение, ведение журнала (все версии - 0.88.9), ojdbc6, постоянство javax, данные jpa весны, загрузка весны стартер, org.json (версия-20180130)

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...