Expand description
Exporters for the unified telemetry layer. Each exporter implements the TraceExporter trait and handles writing events to a specific backend (SQLite, Scuba, glog, etc).
Modulesยง
- glog
- Glog-formatted text sink for trace events. Replicates the behavior of the fmt::Layer with glog formatting.
- perfetto
- Perfetto sink that writes trace events directly to .pftrace files on disk.
- sqlite
- SQLite sink with batched writes and transactions. Runs on background thread to avoid blocking application threads.