You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
. Write the fully-qualified class name of your custom implementation (e.g., `com.mycompany.CustomContextDataProvider`) to the file created in the previous step
162
+
. Write the fully-qualified class name of your custom implementation (e.g., `com.mycompany.CustomContextDataProvider`) to the file created in the previous step.
163
+
164
+
==== Third-party custom thread context data providers
165
+
166
+
[IMPORTANT]
167
+
====
168
+
These context data providers are supplied by **third-party** vendors and are not maintained by the Apache Software Foundation.
169
+
====
170
+
171
+
https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/log4j/log4j-context-data/log4j-context-data-2.17/library-autoconfigure[OpenTelemetry Context Data Provider]::
172
+
Injects trace context data into log events.
173
+
174
+
https://oss.copernik.eu/tomcat/3.x/components/log4j-tomcat#TomcatContextDataProvider[Copernik.eu Tomcat Context Data Provider]::
175
+
Injects the name of the currently active Tomcat engine, host and web application into log events.
0 commit comments