feat: opentelemetry/jaeger support

This commit is contained in:
Timo Kösters
2021-02-28 12:41:03 +01:00
parent 566b8ebabb
commit 4155a47db1
45 changed files with 457 additions and 116 deletions

View File

@@ -12,6 +12,7 @@ use rocket::put;
feature = "conduit_bin",
put("/_matrix/client/r0/rooms/<_>/redact/<_>/<_>", data = "<body>")
)]
#[tracing::instrument(skip(db, body))]
pub async fn redact_event_route(
db: State<'_, Database>,
body: Ruma<redact_event::Request<'_>>,