Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我添加了跟踪以测量在 GCP 上运行的某些代码的执行情况。跟踪出现在 StackDriver 页面的跟踪列表中,我可以看到它们的持续时间。我找不到的是发出到达跟踪的次数。这个数字出现在哪里?
因此,评论确认 StackDriver Trace 不能用于收集有关沿时间线的事件数量(密度)的信息。我希望从跟踪中获取这些数据,但必须找到其他工具来获取它。