|
|
2 年之前 | |
|---|---|---|
| .. | ||
| src | 887a74a6cb fix: telemetry report error on windows | 2 年之前 |
| test | 21bb209fb1 feat: added support for auditing API and CLI activity in logs | 2 年之前 |
| README.md | ddd68eff22 docs: add emqx_telemetry README | 2 年之前 |
| rebar.config | 4a2e583e3f refactor: move telemetry to its own app | 2 年之前 |
In order for EMQ to understand how EMQX opensource edition is being used, this app reports some telemetry data to EMQ's telemetry server
To turn it off, you can set telemetry.enable = false in emqx.conf,
or start EMQX with environment variable EMQX_TELEMETRY__ENABLE=false.
This application is only relesaed in EMQX opensource edition. There is nothing in the reported data which can back-track the origin. The report interval is 7 days, so there is no performance impact.
Here is the full catalog of the reported data.
More introduction about Telemetry.
See HTTP API docs to Enable/Disable telemetry, Get the enabled status and Get the data of the module collected.