Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add java.util.logging javaagent instrumentation #4941

Merged

Conversation

trask
Copy link
Member

@trask trask commented Dec 19, 2021

There's no autoconfiguration of log exporter (yet), so this instrumentation doesn't benefit end users unless they explicitly configure a logging exporter via javaagent extension (this is how the tests work).

@trask trask force-pushed the add-java-util-logging-javaagent-instrumentation branch from 6599df9 to 07024e3 Compare December 19, 2021 04:41
@trask trask marked this pull request as ready for review December 19, 2021 06:27
…pentelemetry/javaagent/instrumentation/jul/JavaUtilLoggingInstrumentationModule.java
trask and others added 5 commits December 19, 2021 20:37
…pentelemetry/javaagent/instrumentation/jul/JavaUtilLoggingHelper.java

Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
@trask trask merged commit 47aacd3 into open-telemetry:main Dec 20, 2021
@trask trask deleted the add-java-util-logging-javaagent-instrumentation branch December 20, 2021 20:36
RashmiRam pushed a commit to RashmiRam/opentelemetry-auto-instr-java that referenced this pull request May 23, 2022
* java.util.logging

* Update instrumentation/java-util-logging/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/jul/JavaUtilLoggingInstrumentationModule.java

* sync

* Update instrumentation/java-util-logging/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/jul/JavaUtilLoggingHelper.java

Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>

* Remove unused code

* Simplification

* Remove JBoss logger instrumentation

* Spotless

* Unroll

* Remove unused dependency

Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants