提交 3c44572d 编写于 作者: wu-sheng's avatar wu-sheng

Add a log field.

上级 b00cadb9
......@@ -259,6 +259,7 @@ public class Span implements ISerializable<SpanMessage> {
*/
public Span log(Throwable t) {
Map<String, String> exceptionFields = new HashMap<String, String>();
exceptionFields.put("event", "error");
exceptionFields.put("error.kind", t.getClass().getName());
exceptionFields.put("message", t.getMessage());
exceptionFields.put("stack", ThrowableTransformer.INSTANCE.convert2String(t, 4000));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册