mahudees commented on issue #7419:
URL: https://github.com/apache/skywalking/issues/7419#issuecomment-894839002
Thanks @wu-sheng
The sample application now used is started using JDK 14, embedded tomcat
9.0.46 and Spring boot 2.5.0. Still no luck, one thing is able to get JVM
metrics in UI Dashboard, under instance. But still not able to get any other
metrics and Trace. Now switched the storage from default H2 to Elastic. But I
believe this would have worked earlier as well. Some thing is missing, let me
debug further.
:: Spring Boot :: (v2.5.0)
2021-08-09 00:08:33.596 INFO 10505 --- [ main]
com.example.springboot.Application : Starting Application using Java
14.0.2 on C02Y94BVJG5J with PID 10505
(/Users/mpalanisamy/javatools/pinpoint/gs-spring-boot/initial/target/classes
started by mpalanisamy in /Users/mpalanisamy/javatools/pinpoint/gs-spring-boot)
2021-08-09 00:08:33.607 INFO 10505 --- [ main]
com.example.springboot.Application : No active profile set, falling back
to default profiles: default
2021-08-09 00:08:35.664 INFO 10505 --- [ main]
o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s):
8080 (http)
2021-08-09 00:08:35.692 INFO 10505 --- [ main]
o.apache.catalina.core.StandardService : Starting service [Tomcat]
2021-08-09 00:08:35.693 INFO 10505 --- [ main]
org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache
Tomcat/9.0.46]
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]