fix(config): Made sample config consistent.
This commit is contained in:
parent
1f77b75e14
commit
92e0fa21a1
|
@ -188,12 +188,9 @@
|
||||||
[[inputs.mesos]]
|
[[inputs.mesos]]
|
||||||
# Timeout, in ms.
|
# Timeout, in ms.
|
||||||
timeout = 100
|
timeout = 100
|
||||||
# A list of Mesos masters. e.g. master1:5050, master2:5080, etc.
|
# A list of Mesos masters, default value is localhost:5050.
|
||||||
# The port can be skipped if using the default (5050)
|
|
||||||
# Default value is localhost:5050.
|
|
||||||
masters = ["localhost:5050"]
|
masters = ["localhost:5050"]
|
||||||
# Metrics groups to be collected.
|
# Metrics groups to be collected, by default, all enabled.
|
||||||
# Default, all enabled.
|
|
||||||
master_collections = ["resources","master","system","slaves","frameworks","messages","evqueue","registrar"]
|
master_collections = ["resources","master","system","slaves","frameworks","messages","evqueue","registrar"]
|
||||||
|
|
||||||
# Read metrics from one or many MongoDB servers
|
# Read metrics from one or many MongoDB servers
|
||||||
|
|
|
@ -10,12 +10,9 @@ For more information, please check the [Mesos Observability Metrics](http://meso
|
||||||
[[inputs.mesos]]
|
[[inputs.mesos]]
|
||||||
# Timeout, in ms.
|
# Timeout, in ms.
|
||||||
timeout = 100
|
timeout = 100
|
||||||
# A list of Mesos masters. e.g. master1:5050, master2:5080, etc.
|
# A list of Mesos masters, default value is localhost:5050.
|
||||||
# The port can be skipped if using the default (5050)
|
|
||||||
# Default value is localhost:5050.
|
|
||||||
masters = ["localhost:5050"]
|
masters = ["localhost:5050"]
|
||||||
# Metrics groups to be collected.
|
# Metrics groups to be collected, by default, all enabled.
|
||||||
# Default, all enabled.
|
|
||||||
master_collections = ["resources","master","system","slaves","frameworks","messages","evqueue","registrar"]
|
master_collections = ["resources","master","system","slaves","frameworks","messages","evqueue","registrar"]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue