Skip to content

Minimal setup for using otel logback appender with java agent #13635

Closed Answered by masonedmison
masonedmison asked this question in Q&A
Discussion options

You must be logged in to vote

It turns out I needed to manually register the GlobalOpenTelemetry instance to the OTEL appender:

  OpenTelemetryAppender.install(GlobalOpenTelemetry.get())

as part of configuring the application.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by masonedmison
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant