feat(obs): integrate dial9-tokio-telemetry for runtime tracing (#2285)

Co-authored-by: heihutu <heihutu@gmail.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: houseme <4829346+houseme@users.noreply.github.com>
This commit is contained in:
houseme
2026-03-25 14:23:58 +08:00
committed by GitHub
parent 2681731443
commit fb2ced4d27
22 changed files with 1300 additions and 10 deletions
+2
View File
@@ -85,6 +85,7 @@
# Set environment variables for build
PROTOC = "${pkgs.protobuf}/bin/protoc";
RUSTFLAGS = "--cfg tokio_unstable";
doCheck = false;
@@ -122,6 +123,7 @@
];
PROTOC = "${pkgs.protobuf}/bin/protoc";
RUSTFLAGS = "--cfg tokio_unstable";
};
}
);