fix(indent): For configuration sample

This commit is contained in:
Sergio Jimenez 2016-02-04 00:27:23 +01:00
parent 52b329be4e
commit 4c1e817b38
1 changed files with 2 additions and 2 deletions

View File

@ -213,8 +213,8 @@ var sampleConfig = `
# The port can be skipped if using the default (5050)
# Default value is localhost:5050.
servers = ["localhost:5050"]
# Metrics groups to be collected.
# Default, all enabled.
# Metrics groups to be collected.
# Default, all enabled.
metrics_collection = ["resources","master","system","slaves","frameworks","messages","evqueues","registrar"]
`