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 1e5c574 commit a20add7Copy full SHA for a20add7
lib/fluent/plugin/in_otlp.rb
@@ -10,6 +10,9 @@
10
require "zlib"
11
12
unless Fluent::PluginHelper::HttpServer::Request.method_defined?(:headers)
13
+ # This API was introduced at fluentd v1.19.0.
14
+ # Ref. https://github.com/fluent/fluentd/pull/4903
15
+ # If we have supported v1.19.0+ only, we can remove this patch.
16
module Fluent::PluginHelper::HttpServer
17
module Extension
18
refine Request do
0 commit comments