Replies: 4 comments
-
In theory, of course, you could. We keep our eyes on all static compiling solution for a while. But the community don't have anyone saying he/she wants to lead on that part. |
Beta Was this translation helpful? Give feedback.
-
Is there any document about Skywalking static compiling that I can start with? |
Beta Was this translation helpful? Give feedback.
-
There isn't. No PMC member is on this. I think you could learn how Java compiling plugin works, such as maven system. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Please answer these questions before submitting your issue.
Question
We are using Skywalking java agent with Spring Boot and they work together very well.
Recently, I am looking into Spring Native to speed up Spring Boot in Docker container.
https://docs.spring.io/spring-native/docs/current/reference/htmlsingle/
However, It seems that Spring Native and GraalVM do not support java agent currently.
oracle/graal#1065
I understand this defect is not about Skywalking, but is there a solution to use Skywalking when java agent is not an option?
Is there a feature that I can instrument java class with Skywalking during compile time?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions