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
Copy file name to clipboardExpand all lines: agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/SecondEntryPoint.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -262,6 +262,10 @@ public void customize(AutoConfigurationCustomizer autoConfiguration) {
262
262
.addPropertiesCustomizer(newAiConfigCustomizer())
263
263
.addLogRecordProcessorCustomizer(
264
264
(logRecordProcessor, configProperties) -> {
265
+
// filtering log record processors need to be chained on front of the batch log record
266
+
// processor, hopefully log filtering will be better supported by OpenTelemetry SDK in
0 commit comments