Skip to content

Commit a20add7

Browse files
committed
add comment
1 parent 1e5c574 commit a20add7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/fluent/plugin/in_otlp.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
require "zlib"
1111

1212
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.
1316
module Fluent::PluginHelper::HttpServer
1417
module Extension
1518
refine Request do

0 commit comments

Comments
 (0)