Fluent::MonitorAgentInput::MonitorServlet
# File lib/fluent/plugin/in_monitor_agent.rb, line 184 def build_object(req, res) { 'pid' => Process.pid, 'ppid' => Process.ppid }.merge(@agent.fluentd_opts) end