mirror of https://github.com/status-im/consul.git
There is no `-statsite` command-line flag.
This commit is contained in:
parent
135c409573
commit
825dcd04f4
|
@ -18,9 +18,10 @@ information to the stderr of the agent.
|
||||||
In general, the telemetry information is used for debugging or otherwise
|
In general, the telemetry information is used for debugging or otherwise
|
||||||
getting a better view into what Consul is doing.
|
getting a better view into what Consul is doing.
|
||||||
|
|
||||||
Additionally, if the `-statsite` [option](/docs/agent/options.html) is provided,
|
Additionally, if the `statsite_addr` [configuration option](/docs/agent/options.html)
|
||||||
then the telemetry information will be streamed to a [statsite](http://github.com/armon/statsite)
|
is provided, then the telemetry information will be streamed to a
|
||||||
server where it can be aggregate and flushed to Graphite or any other metrics store.
|
[statsite](http://github.com/armon/statsite) server where it can be
|
||||||
|
aggregate and flushed to Graphite or any other metrics store.
|
||||||
|
|
||||||
Below is an example output:
|
Below is an example output:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue