GoogleCloudPlatform / opentelemetry-operations-java

Apache License 2.0
71 stars 41 forks source link

Remove the EventTemplateAdditionalFields which were upstreamed in log4j2 #334

Open aabmass opened 4 months ago

aabmass commented 4 months ago

The additional fields are here https://github.com/GoogleCloudPlatform/opentelemetry-operations-java/blob/d822ae8df4451a71f465ed44634e63d484d29ff9/examples/instrumentation-quickstart/src/main/resources/log4j2.xml#L29-L45

These were upstreamed into log4j2 in https://github.com/apache/logging-log4j2/pull/2498 but are not yet released. Once it is released, we can bump the version and remove.

aabmass commented 1 month ago

Still waiting on log4j2 to release this change.