We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb7fa5 commit 20fe1d2Copy full SHA for 20fe1d2
lib/fluent/plugin/otlp/service_handler.rb
@@ -10,7 +10,7 @@ def callback=(block)
10
@callback = block
11
end
12
13
- def export(req)
+ def export(req, _call)
14
@callback.call(req)
15
16
@@ -21,6 +21,7 @@ def callback=(block)
21
22
23
def export(req, _call)
24
+ puts "!" * 80
25
26
27
@@ -30,7 +31,7 @@ def callback=(block)
30
31
32
33
34
35
36
37
0 commit comments