Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add OpenTracing for database activity. #10113

Merged
merged 6 commits into from
Jun 3, 2021
Merged

Add OpenTracing for database activity. #10113

merged 6 commits into from
Jun 3, 2021

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    526b121 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c503b32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    171fd31 View commit details
    Browse the repository at this point in the history
  4. opentracing: add tracing for each database "interaction"

    These are the things that we tend to call "transactions" in Synapse-land, but
    can actually end up being multiple transactions as seen by the database
    (particularly if we get a locking error, in which case we will retry the
    transaction).
    richvdh committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    336e501 View commit details
    Browse the repository at this point in the history
  5. changelog

    richvdh committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    3ba6971 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Update synapse/storage/database.py

    Co-authored-by: Erik Johnston <erik@matrix.org>
    richvdh and erikjohnston authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    c190539 View commit details
    Browse the repository at this point in the history