Skip to content

Commit 79828e9

Browse files
author
Tristan Sloughter
authored
Merge pull request #559 from Whatnot-Inc/fix/swap-tables
Fix swapping exporter tables
2 parents cf9f2d3 + 98df391 commit 79828e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/opentelemetry/src/otel_batch_processor.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ export_spans(#data{exporter=Exporter,
392392
Table1 ->
393393
Table2;
394394
Table2 ->
395-
Table2
395+
Table1
396396
end,
397397

398398
%% an atom is a single word so this does not trigger a global GC

0 commit comments

Comments
 (0)