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 869f7a6 commit 2eb7fa5Copy full SHA for 2eb7fa5
lib/fluent/plugin/in_otlp.rb
@@ -181,7 +181,7 @@ def initialize(grpc_config)
181
182
def run(logs:, metrics:, traces:)
183
server = GRPC::RpcServer.new(interceptors: [ExceptionInterceptor.new])
184
- server.add_http2_port("#{@grpc_config.host}:#{@grpc_config.port}", :this_port_is_insecure)
+ server.add_http2_port("#{@grpc_config.bind}:#{@grpc_config.port}", :this_port_is_insecure)
185
186
logs_handler = Otlp::ServiceHandler::Logs.new
187
logs_handler.callback = lambda { |request|
0 commit comments