feat: add noisebell observability

This commit is contained in:
Jet 2026-05-27 20:09:44 -07:00
parent b57927a395
commit e6c1b82679
No known key found for this signature in database
24 changed files with 2289 additions and 137 deletions

5
Cargo.lock generated
View file

@ -886,7 +886,6 @@ dependencies = [
"serde",
"serde_json",
"tokio",
"tower-http",
"tracing",
"tracing-subscriber",
]
@ -912,7 +911,6 @@ dependencies = [
"serde_json",
"serenity",
"tokio",
"tower-http",
"tracing",
"tracing-subscriber",
]
@ -940,7 +938,6 @@ dependencies = [
"noisebell-common",
"reqwest",
"tokio",
"tower-http",
"tracing",
"tracing-subscriber",
]
@ -955,7 +952,6 @@ dependencies = [
"reqwest",
"serde",
"tokio",
"tower-http",
"tracing",
"tracing-subscriber",
]
@ -1808,7 +1804,6 @@ dependencies = [
"tower",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]