-
- Downloads
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!
Showing
- changelog.d/5544.feature 2 additions, 0 deletionschangelog.d/5544.feature
- changelog.d/5544.misc 0 additions, 1 deletionchangelog.d/5544.misc
- changelog.d/5712.feature 2 additions, 0 deletionschangelog.d/5712.feature
- docs/sample_config.yaml 31 additions, 14 deletionsdocs/sample_config.yaml
- synapse/config/tracer.py 41 additions, 22 deletionssynapse/config/tracer.py
- synapse/logging/opentracing.py 19 additions, 23 deletionssynapse/logging/opentracing.py
- synapse/logging/scopecontextmanager.py 1 addition, 3 deletionssynapse/logging/scopecontextmanager.py
Loading
Please register or sign in to comment