Updated comment on metric parameter

Fixed comment where example metric was:

[ "%{@source_host}/uptime", %{uptime_1m} " ]

This syntax will cause an error everytime. Updated to:

[ "%{@source_host}/uptime", "%{uptime_1m}" ]
This commit is contained in:
eravenelle 2013-04-23 17:11:03 -03:00
parent f301659420
commit 62a4be77c2

View file

@ -31,7 +31,7 @@ class LogStash::Outputs::Graphite < LogStash::Outputs::Base
# for metric names and also for values. This is a hash field with key
# of the metric name, value of the metric value. Example:
#
# [ "%{@source_host}/uptime", %{uptime_1m} " ]
# [ "%{@source_host}/uptime", "%{uptime_1m}" ]
#
# The value will be coerced to a floating point value. Values which cannot be
# coerced will zero (0)