Skip to content

Commit

Permalink
Fix Otel API change
Browse files Browse the repository at this point in the history
  • Loading branch information
belimawr committed Jan 2, 2025
1 parent 3bab957 commit 20e42af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/filebeat/fbreceiver/receiver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func BenchmarkFactory(b *testing.B) {

b.ResetTimer()
for i := 0; i < b.N; i++ {
_, err := NewFactory().CreateLogsReceiver(context.Background(), receiverSettings, cfg, nil)
_, err := NewFactory().CreateLogs(context.Background(), receiverSettings, cfg, nil)
require.NoError(b, err)
}
}

0 comments on commit 20e42af

Please sign in to comment.