Method: Fluent::Plugin::Graphite#initialize
- Defined in:
- lib/fluent/plugin/graphite.rb
#initialize ⇒ Object
5 6 7 8 9 |
# File 'lib/fluent/plugin/graphite.rb', line 5 def initialize super require 'graphite-api' log.info("Initialize graphite plugin") end |