Loong
修复Bug
- # fix: run OTLP batch processor on Tokio instead of futures_executor 这个问题在之前测试的时候没遇到过,当时可以正常导出遥测信号。 这个问题是batch_processor是同步的,不能在Tokio运行时运行,解决方案是换成async的batch_processor。
重构exporter+client builder
- clean code,重构exporter+client builder 用DeepSeek V4 Flash很快就重构完成了。今天手感火热🔥,强强联合🐳。