Replies: 3 comments 4 replies
|
Could you introduce something about your purpose? |
|
I want to expand more agent capabilities while keeping the official opentelemetry agent 1.33.6 unchanged, but I also don't want to have strong coupling with business code. Can I specify my custom extension package to achieve my goal (similar to the skywalking agent's plugin mechanism) through - Dotel.javaagent.exe. I couldn't find any guidance document for this development method. |
|
@fcabbage Firstly you could try removing |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Detail information: I extend Dubbo's probe in the otel-agent-ext JAR package.
This is my InstrumentationModule and the extended probe:
This is the error message of the application JAR package when executing the probe command:
And this is the probe class modified at runtime:
All reactions