diff options
author | Neil Johnson <neil@matrix.org> | 2019-04-08 15:47:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-08 15:47:39 +0100 |
commit | b25e387c0d0eef77e0ba20cb9f12b67272664bae (patch) | |
tree | fa07bc3910ad6a2f9bcee968fdd36866eb4e45f2 /docs | |
parent | Merge pull request #5024 from matrix-org/rav/record_correct_server_in_serverkeys (diff) | |
download | synapse-b25e387c0d0eef77e0ba20cb9f12b67272664bae.tar.xz |
add context to phonehome stats (#5020)
add context to phonehome stats
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index f6b3fac6cd..a380b5f9a8 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -236,6 +236,9 @@ listeners: # - medium: 'email' # address: 'reserved_user@example.com' +# Used by phonehome stats to group together related servers. +#server_context: context + ## TLS ## |