Replies: 1 comment
-
hi @alvinhom! this is a good question. I have started an issue to document the differences: #6047. In a nutshell, we recommend using the extension mechanism if that works for you as it is generally much simpler. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am writing a custom instrumentation plugin for our company. I want to put it into a separate jar so I can get the latest opentelemetry jar and just build my custom plugin code.
I am reading the documentation in the examples directory and it looks like I should package it in extensions. However, the distro package looks similar. I am not quite clear on the differences. Can someone explain the difference between them?
Beta Was this translation helpful? Give feedback.
All reactions