Skip to content

Commit

Permalink
Merge branch 'e2e-otlp' of https://github.com/chahatsagarmain/jaeger
Browse files Browse the repository at this point in the history
…into e2e-otlp

Signed-off-by: chahatsagarmain <[email protected]>
  • Loading branch information
chahatsagarmain committed Jan 18, 2025
2 parents 105a171 + 5ff0d50 commit 25b68ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/collector/app/span_processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ func TestOTLPReceiverWithV2Storage(t *testing.T) {
span := sSpans.Spans().AppendEmpty()
span.SetName("test-trace")

receivedTraces := atomic.Pointer[ptrace.Traces]{}
var receivedTraces atomic.Pointer[ptrace.Traces]
mockWriter.On("WriteTraces", mock.Anything, mock.Anything).
Run(func(args mock.Arguments) {
storeTrace := args.Get(1).(ptrace.Traces)
Expand Down

0 comments on commit 25b68ec

Please sign in to comment.