Add span stats processor

This commit is contained in:
Louis Dureuil
2024-01-24 09:50:51 +01:00
parent 6e23040464
commit a61d8c59ff
3 changed files with 96 additions and 0 deletions

View File

@ -1,2 +1,3 @@
pub mod firefox_profiler;
pub mod fmt;
pub mod span_stats;