Skip to content

Commit

Permalink
Merge pull request #690 from fluent/remove-status-plugin
Browse files Browse the repository at this point in the history
Remove outdated in_status plugin. fix #520
  • Loading branch information
repeatedly committed Oct 27, 2015
2 parents e35c42b + 088d032 commit 0330968
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 167 deletions.
1 change: 0 additions & 1 deletion lib/fluent/load.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
require 'fluent/env'
require 'fluent/version'
require 'fluent/log'
require 'fluent/status'
require 'fluent/config'
require 'fluent/engine'
require 'fluent/rpc'
Expand Down
3 changes: 0 additions & 3 deletions lib/fluent/output.rb
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,6 @@ def configure(conf)
@secondary.secondary_init(self)
end
Status.register(self, "queue_size") { @buffer.queue_size }
Status.register(self, "emit_count") { @emit_count }
end
def start
Expand Down
76 changes: 0 additions & 76 deletions lib/fluent/plugin/in_status.rb

This file was deleted.

48 changes: 0 additions & 48 deletions lib/fluent/status.rb

This file was deleted.

39 changes: 0 additions & 39 deletions test/plugin/test_in_status.rb

This file was deleted.

0 comments on commit 0330968

Please sign in to comment.