class Fluent::Plugin::MonitorAgentInput::NotFoundJson

Constants

BODY

Public Class Methods

call(_req) click to toggle source
# File lib/fluent/plugin/in_monitor_agent.rb, line 203
def self.call(_req)
  [404, { 'Content-Type' => 'application/json' }, BODY]
end