TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Diagnostics with Tracing, a Unified Instrumentation System for Rust

89 点作者 thramp将近 6 年前

3 条评论

mycoliza将近 6 年前
Hi! I'm the author of the post & the primary maintainer of `tracing`— happy to answer any questions!
评论 #20724391 未加载
评论 #20723760 未加载
评论 #20723884 未加载
stephen将近 6 年前
Does this use a thread local approach, or a Go-style ctx parameter? Since it's async I expected to see the ctx approach, unless the underlying async executor/framework also supports a thread local-ish capability?
评论 #20725379 未加载
agumonkey将近 6 年前
I wonder how much can be infered from runtime execution to create useful traces..