Skip to content

Commit 20fe1d2

Browse files
committed
fix
1 parent 2eb7fa5 commit 20fe1d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/fluent/plugin/otlp/service_handler.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def callback=(block)
1010
@callback = block
1111
end
1212

13-
def export(req)
13+
def export(req, _call)
1414
@callback.call(req)
1515
end
1616
end
@@ -21,6 +21,7 @@ def callback=(block)
2121
end
2222

2323
def export(req, _call)
24+
puts "!" * 80
2425
@callback.call(req)
2526
end
2627
end
@@ -30,7 +31,7 @@ def callback=(block)
3031
@callback = block
3132
end
3233

33-
def export(req)
34+
def export(req, _call)
3435
@callback.call(req)
3536
end
3637
end

0 commit comments

Comments
 (0)