1. 06 4月, 2022 6 次提交
  2. 05 4月, 2022 4 次提交
  3. 04 4月, 2022 5 次提交
  4. 03 4月, 2022 1 次提交
  5. 02 4月, 2022 1 次提交
  6. 01 4月, 2022 6 次提交
  7. 31 3月, 2022 6 次提交
  8. 30 3月, 2022 2 次提交
  9. 29 3月, 2022 2 次提交
  10. 28 3月, 2022 3 次提交
  11. 27 3月, 2022 1 次提交
  12. 26 3月, 2022 2 次提交
    • K
      sync-ui (#8753) · 5a4d1fbb
      Kai 提交于
      5a4d1fbb
    • wu-sheng's avatar
      Enhance endpoint dependency analysis to support cross threads cases. (#8747) · d90e2e6e
      wu-sheng 提交于
      * [**Breaking Change**] Remove **Deprecated responseCode** from sources, including Service, ServiceInstance, Endpoint
      * Enhance endpoint dependency analysis to support cross threads cases. Refactor span analysis code structures.
      * Remove `isNotNormal` service requirement when use alias to merge service topology from client side. All RPCs' peer
        services from client side are always normal services. This cause the topology is not merged correctly.
      
      -----------
      
      In our showcase and Java agent scenarios, there are several cross-thread tracing cases, we were not generating endpoint dependency if ref exists in local and exit span. In this PR, I am adding this missing part back.
      Also, in case the downstream endpoint of the dependency is another local/exit span's operation name, which was not generating endpoint traffic before, I add traffic generation of both sides' endpoints of dependency.
      Another important point that drives me to fix this is, in the new Booster UI, metrics of endpoint dependency are shown in a separate dashboard, which requires the endpoints of both sides existing in metadata, otherwise, nothing shows up.
      
      For e2e, updated the Java agent to the latest.
      d90e2e6e
  13. 25 3月, 2022 1 次提交