MatrixSynapse/docs
Richard van der Hoff 82345bc09a
Clean up opentracing configuration options (#5712)
Clean up config settings and dead code.

This is mostly about cleaning up the config format, to bring it into line with our conventions. In particular:
 * There should be a blank line after `## Section ##' headings
 * There should be a blank line between each config setting
 * There should be a `#`-only line between a comment and the setting it describes
 * We don't really do the `#  #` style commenting-out of whole sections if we can help it
 * rename `tracer_enabled` to `enabled`

While we're here, do more config parsing upfront, which makes it easier to use
later on.

Also removes redundant code from LogContextScopeManager.

Also changes the changelog fragment to a `feature` - it's exciting!
2019-07-18 15:06:54 +01:00
..
admin_api
privacy_policy_templates/en
sphinx
.sample_config_header.yaml
ACME.md
CAPTCHA_SETUP.rst
MSC1711_certificates_FAQ.md
README.rst
ancient_architecture_notes.rst
application_services.rst
architecture.rst
code_style.rst
consent_tracking.md
federate.md
log_contexts.rst
manhole.md
media_repository.rst
metrics-howto.rst
password_auth_providers.rst
postgres.rst
replication.rst
reverse_proxy.rst
sample_config.yaml Clean up opentracing configuration options (#5712) 2019-07-18 15:06:54 +01:00
server_notices.md
tcp_replication.rst
turn-howto.rst
url_previews.md
user_directory.md
workers.rst

README.rst

All matrix-generic documentation now lives in its own project at

github.com/matrix-org/matrix-doc.git

Only Synapse implementation-specific documentation lives here now
(together with some older stuff will be shortly migrated over to matrix-doc)