Skip to content

Commit

Permalink
Update README.rdoc
Browse files Browse the repository at this point in the history
fix typo of wrong configuration parameter
  • Loading branch information
tagomoris committed Feb 5, 2013
1 parent eb3ffab commit ad8a43c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ With 'output_per_tag' option and 'tag_prefix', we get one result message for one
pattern2 NG ^\d\d\d$
input_tag_remove_prefix accesslog
output_per_tag yes
add_prefix status
tag_prefix status
</match>
# => tag: 'status.foo' or 'status.bar'
# message: {'OK_count' => 60, 'OK_rate' => 1.0, 'OK_percentage' => 70, 'NG_count' => , ....}
Expand All @@ -110,7 +110,7 @@ And you can get tested messages count with 'output_messages' option:
pattern2 NG ^\d\d\d$
input_tag_remove_prefix accesslog
output_per_tag yes
add_prefix datacount
tag_prefix datacount
output_messages yes
</match>
# => tag: 'datacount.baz'
Expand Down

0 comments on commit ad8a43c

Please sign in to comment.