浏览代码

Merge pull request #103 from fretn/master

fixed a small path typo in playbook telemetry docs
pull/105/head
Slavi Pantaleev 7 年前
committed by GitHub
父节点
当前提交
d360c67465
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      docs/configuring-playbook-telemetry.md

+ 2
- 2
docs/configuring-playbook-telemetry.md 查看文件

@@ -10,7 +10,7 @@ growth of the Matrix community, and helps to make Matrix a success.


## Enabling Telemetry ## Enabling Telemetry


If you'd like to **help by enabling submission of anonymized usage statistics** for your homeserver, add this to your configuration file (`inventory/matrix.<your-domain>/vars.yml`):
If you'd like to **help by enabling submission of anonymized usage statistics** for your homeserver, add this to your configuration file (`inventory/host_vars/matrix.<your-domain>/vars.yml`):


```yaml ```yaml
matrix_synapse_report_stats: true matrix_synapse_report_stats: true
@@ -41,4 +41,4 @@ If statistics reporting is enabled, the information that gets submitted to the m


- cache setting information - cache setting information


- CPU and memory statistics for the homeserver program
- CPU and memory statistics for the homeserver program

正在加载...
取消
保存