Is there a way to use AgentInstrumentationConfig? #11909
-
Is there a way to use AgentInstrumentationConfig? I want to read OpenTelemetry properties while writing an extension, but I'm unsure how to do it. In the source code, I can see AgentInstrumentationConfig and AgentCommanConfig classes, but they are not accessible from the outside. Is there a way to access them? If not, I am considering implementing a solution on my own. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Beta Was this translation helpful? Give feedback.
-
I'm aware of the issues that can arise with changes in releases, and I intend to use it with those considerations in mind. However, I'm encountering an error stating that it cannot be accessed from the IDE tool. I'm using IntelliJ IDEA 2024.1.4 (Ultimate Edition). I'm wondering if this is an issue with the tool, if I need to configure settings such as --add-modules, or if there are any other specific settings I need to apply. |
Beta Was this translation helpful? Give feedback.
error says
try also adding the dependency that contains
InstrumentationConfig