Skip to content

Commit 056f584

Browse files
authored
refactor: refactor metric tracking (#318)
1 parent 06842a4 commit 056f584

File tree

10 files changed

+270
-1120
lines changed

10 files changed

+270
-1120
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ tracing.workspace = true
4646
uuid.workspace = true
4747
validator.workspace = true
4848
posthog-rs.workspace = true
49+
once_cell = "1.20.2"
4950

5051
[dev-dependencies]
5152
testcontainers-modules = { workspace = true, features = ["mongo", "redis"] }

api/src/logic/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ pub mod events;
3434
pub mod knowledge;
3535
pub mod metrics;
3636
pub mod oauth;
37-
pub mod openapi;
3837
pub mod passthrough;
3938
pub mod platform;
4039
pub mod platform_page;

api/src/logic/openapi/builder.rs

Lines changed: 0 additions & 620 deletions
This file was deleted.

api/src/logic/openapi/mod.rs

Lines changed: 0 additions & 372 deletions
This file was deleted.

0 commit comments

Comments
 (0)