Skip to content

Commit ef076c2

Browse files
authored
Fix LogsBenchmarks (#4929)
1 parent 4b601ad commit ef076c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/logs/src/jmh/java/io/opentelemetry/sdk/logs/LogsBenchmarks.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public static class BenchmarkState {
4040
private final SdkLoggerProvider sdk =
4141
SdkLoggerProvider.builder()
4242
.addLogRecordProcessor(
43-
logRecord -> {
43+
(context, logRecord) -> {
4444
// Do nothing
4545
})
4646
.build();

0 commit comments

Comments
 (0)