- fix typo

This commit is contained in:
Jordan Sissel 2011-09-02 12:28:37 -07:00
parent 9e6612f750
commit 24d5aef99a

View file

@ -64,7 +64,6 @@ are parsing apache logs fully, we can trivially add additional metrics:
# Use the 'bytes' field from the apache log as the count value. # Use the 'bytes' field from the apache log as the count value.
count => [ "apache.bytes", "%{bytes}" ] count => [ "apache.bytes", "%{bytes}" ]
]
} }
} }