mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
- style fix
This commit is contained in:
parent
9e9ca450ad
commit
11a44303a8
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ class LogStash::Outputs::Graphite < LogStash::Outputs::Base
|
|||
# The metric(s) to use. This supports dynamic strings like %{@source_host}
|
||||
# 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue