Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

源数据中的时间戳问题 #15

Open
water423 opened this issue Dec 15, 2022 · 5 comments
Open

源数据中的时间戳问题 #15

water423 opened this issue Dec 15, 2022 · 5 comments

Comments

@water423
Copy link

您好,我想请问一下,对于一条trace,其中请求顺序为 A -> B -> C -> D,那么对于一个调用对A->B,对应需要采集timestamp endstamp的时间信息,那么这个timestamp和endstamp是对应调用过程中的什么时间呢(比如A发出请求的时间、B接受请求的时间、B返回请求结果的时间、A接受B返回结果的时间)?

@water423
Copy link
Author

以及请问每条trace的label是什么?

@lizeyan
Copy link
Member

lizeyan commented Dec 16, 2022

您好,我想请问一下,对于一条trace,其中请求顺序为 A -> B -> C -> D,那么对于一个调用对A->B,对应需要采集timestamp endstamp的时间信息,那么这个timestamp和endstamp是对应调用过程中的什么时间呢(比如A发出请求的时间、B接受请求的时间、B返回请求结果的时间、A接受B返回结果的时间)?

应该是接受请求和发出响应的时间(我也记不太清了,原始数据没了,应该是)

@lizeyan
Copy link
Member

lizeyan commented Dec 16, 2022

以及请问每条trace的label是什么?

label 表示这条 trace 是不是 abnormal trace

@water423
Copy link
Author

water423 commented Mar 2, 2023

你好,请问label对应的abnormal是指在trace中就有信息表明存在故障的abnormal吗,比如由于故障发生导致的trace断掉并将故障信息返回到上游?是否包含隐性的delay方面的abnormal呢?

@lizeyan
Copy link
Member

lizeyan commented Mar 2, 2023

你好,请问label对应的abnormal是指在trace中就有信息表明存在故障的abnormal吗,比如由于故障发生导致的trace断掉并将故障信息返回到上游?是否包含隐性的delay方面的abnormal呢?

我们标注的方式是把在故障注入时间段内所有经过了被注入故障的服务、容器或者 API 的 trace 都标注为异常。这里面可能包括 trace 断掉的异常也可能包括 delay 的异常

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants