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

@@ -9,6 +9,7 @@ use rocket::get;
///
/// Get information on this server's supported feature set and other relevent capabilities.
#[cfg_attr(feature = "conduit_bin", get("/_matrix/client/r0/capabilities"))]
#[tracing::instrument]
pub async fn get_capabilities_route() -> ConduitResult<get_capabilities::Response> {
let mut available = BTreeMap::new();
available.insert(