1. 20 4月, 2022 1 次提交
  2. 19 4月, 2022 2 次提交
  3. 15 4月, 2022 1 次提交
  4. 14 4月, 2022 4 次提交
  5. 13 4月, 2022 1 次提交
  6. 12 4月, 2022 1 次提交
    • wu-sheng's avatar
      Support BanyanDB global index for entities (#8852) · 6d9decdd
      wu-sheng 提交于
      * Move ElasticSearch and BanyanDB specific configurations out of column.
      * Support BanyanDB global index for entities. Log and Segment record entities declare this new feature.
      * Remove unnecessary analyzer settings in columns of templates. Many were added due to analyzer's default value.
      * Move SQLDatabase(H2/MySQL/PostgreSQL) specific configurations out of column.
      6d9decdd
  7. 11 4月, 2022 1 次提交
  8. 10 4月, 2022 2 次提交
  9. 08 4月, 2022 2 次提交
  10. 06 4月, 2022 2 次提交
  11. 05 4月, 2022 2 次提交
  12. 04 4月, 2022 2 次提交
  13. 02 4月, 2022 1 次提交
  14. 01 4月, 2022 4 次提交
  15. 31 3月, 2022 4 次提交
  16. 30 3月, 2022 2 次提交
  17. 29 3月, 2022 1 次提交
  18. 28 3月, 2022 1 次提交
  19. 27 3月, 2022 1 次提交
  20. 26 3月, 2022 1 次提交
    • 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
  21. 24 3月, 2022 2 次提交
  22. 23 3月, 2022 1 次提交
  23. 21 3月, 2022 1 次提交