alibaba / transmittable-thread-local

📌 a missing Java std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.
https://github.com/alibaba/transmittable-thread-local
Apache License 2.0
7.59k stars 1.69k forks source link

请问此探针与 pinpoint 探针是否兼容? #225

Closed DC-ET closed 3 years ago

DC-ET commented 3 years ago

如题

oldratlee commented 3 years ago

PinPoint我这边没有使用。

有Issue提过,一起使用 TransmittableThreadLocalPinPoint

你可以 实际使用验证一下。 @DC-ET


Issue #158 :Error when pinpoint integrate TtlAgent | pinpoint集成TtlAgent报错

nepoch commented on 12 Dec 2019

@nepoch 使用新版本测试一下,是不是 OK了?

@oldratlee 更新后测试正常,谢谢啦。

&

Issue #174: 如何在已有的javaagent加上TTL Agent的逻辑而不用配置-Xbootclasspath/a

oldratlee commented 3 years ago

2个AgentTTL Agent + PinPoint Agent)应该是没有问题。 @DC-ET

如果有问题,注意 https://github.com/alibaba/transmittable-thread-local/issues/226#issuecomment-739469983 中所说的:

我们目前的解决方案是

TTL agent放在最前位置,可以保证TTL agent 正常工作。 已在开发、测试环境得到验证。


欢迎反馈你的使用结果 @DC-ET 如果有问题继续讨论,Issue先Close了