diff options
author | Jorik Schellekens <joriksch@gmail.com> | 2019-07-23 13:31:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-23 13:31:16 +0100 |
commit | 18a466b84e52b6e8c51a878e612d86410d6af680 (patch) | |
tree | aa4901d9fe7ea8fa437717c0a115101beb0cc8f4 /changelog.d | |
parent | Merge pull request #5732 from matrix-org/erikj/sdnotify (diff) | |
download | synapse-18a466b84e52b6e8c51a878e612d86410d6af680.tar.xz |
Opentracing Utils (#5722)
* Add decerators for tracing functions * Use the new clean contexts * Context and edu utils * Move opentracing setters * Move whitelisting * Sectioning comments * Better args wrapper * Docstrings Co-Authored-By: Erik Johnston <erik@matrix.org> * Remove unused methods. * Don't use global * One tracing decorator to rule them all.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5722.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5722.misc b/changelog.d/5722.misc new file mode 100644 index 0000000000..f2d236188d --- /dev/null +++ b/changelog.d/5722.misc @@ -0,0 +1 @@ +Add a set of opentracing utils. |