Skip to content

Commit

Permalink
Add plugin name suffix into thread name
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmo0920 committed Aug 23, 2016
1 parent 03cf62e commit ad54714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/plugin/in_monitor_agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def start
@srv.mount('/api/plugins.json', JSONMonitorServlet, self)
@srv.mount('/api/config', LTSVConfigMonitorServlet, self)
@srv.mount('/api/config.json', JSONConfigMonitorServlet, self)
thread_create :servlet do
thread_create :in_monitor_agent_servlet do
@srv.start
end
if @tag
Expand Down

0 comments on commit ad54714

Please sign in to comment.