summary refs log tree commit diff
path: root/tests/logging/test_tracing.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetryEric Eastwood2022-08-091-1/+73
| | | | | | Conflicts: synapse/logging/opentracing.py tests/logging/test_opentracing.py
* Use latested Twisted from source to fix contextvar issues causing OTEL ↵Eric Eastwood2022-08-031-5/+5
| | | | | | `Failed to detach context` errors See https://github.com/matrix-org/synapse/pull/13400#discussion_r936195492
* Fix lintsEric Eastwood2022-08-021-3/+3
|
* Clean up some opentracing text referencesEric Eastwood2022-08-021-1/+1
|
* Add test for what happens when side by side spans in with statementEric Eastwood2022-08-021-0/+18
|
* Remove type ignore commentsEric Eastwood2022-08-021-13/+0
| | | | See https://github.com/matrix-org/synapse/pull/13400#discussion_r935887649
* Fix lintsEric Eastwood2022-08-021-6/+9
|
* Fix tests and some lintsEric Eastwood2022-08-011-1/+1
|
* Passing tests and context manager doesn't seem to be neededEric Eastwood2022-07-291-56/+43
|
* Working second test although it's a bit pointless testing whether ↵Eric Eastwood2022-07-291-12/+14
| | | | opentelemetry works
* Move to start_active_spanEric Eastwood2022-07-291-0/+185