lib/logstash/inputs/graphite.rb in logstash-input-graphite-0.1.1 vs lib/logstash/inputs/graphite.rb in logstash-input-graphite-0.1.2

- old
+ new

@@ -15,10 +15,9 @@ # For every metric received from a client, a single event will be emitted with # the metric name as the field (like `mysql.slow_query.count`) and the metric # value as the field's value. class LogStash::Inputs::Graphite < LogStash::Inputs::Tcp config_name "graphite" - milestone 1 public def run(output_queue) @queue = output_queue super(self)