mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
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:
parent
f301659420
commit
62a4be77c2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
# for metric names and also for values. This is a hash field with key
|
||||||
# of the metric name, value of the metric value. Example:
|
# 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
|
# The value will be coerced to a floating point value. Values which cannot be
|
||||||
# coerced will zero (0)
|
# coerced will zero (0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue