1. 13 1月, 2022 1 次提交
  2. 12 1月, 2022 1 次提交
  3. 04 1月, 2022 1 次提交
  4. 06 12月, 2021 1 次提交
  5. 02 12月, 2021 1 次提交
  6. 19 11月, 2021 1 次提交
  7. 26 10月, 2021 1 次提交
  8. 15 10月, 2021 1 次提交
  9. 13 10月, 2021 1 次提交
    • wu-sheng's avatar
      Message Queue performance and consuming latency monitoring (#7918) · fc0d0e1e
      wu-sheng 提交于
      * Support `!= null` in OAL engine.
      * Add `Message Queue Consuming Count` metric for MQ consuming service and endpoint.
      * Add `Message Queue Avg Consuming Latency` metric for MQ consuming service and endpoint.
      * Document with a new menu in the `tracing` catalog is added
      fc0d0e1e
  10. 11 10月, 2021 1 次提交
  11. 25 9月, 2021 1 次提交
    • wu-sheng's avatar
      Begin 8.9.0 iteration (#7801) · 8b681053
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v8.8.0
      
      * [maven-release-plugin] prepare for next development iteration
      
      * Create changes-8.8.0.md
      
      * Reset changelog for 8.9.0
      8b681053
  12. 24 9月, 2021 1 次提交
  13. 06 9月, 2021 1 次提交
  14. 30 8月, 2021 2 次提交
  15. 23 8月, 2021 1 次提交
  16. 18 8月, 2021 2 次提交
  17. 17 8月, 2021 1 次提交
  18. 14 8月, 2021 1 次提交
    • W
      fix: Fix MultiScopesAnalysisListener#setPublicAttrs log warn frequently (#7271) · 4b66f1e0
      wallezhang 提交于
      * fix: Fix MultiScopesAnalysisListener#setPublicAttrs log warn frequently. #6562
      
      1. Rename current STATUS_CODE to HTTP_RESPONSE_STATUS_CODE, real tag key should be http.status_code.
      2. Add a new string tag RPC_RESPONSE_STATUS_CODE to hold all string type value tag. The key is `rpc.status_code`.
      3. At the backend, keep responseCode for HTTP_RESPONSE_STATUS_CODE tag, but add @Deprecated. Also, add httpResponseStatusCode(a duplicate of responseCode) and rpcStatusCode(for RPC_RESPONSE_STATUS_CODE) fields for OAL.
      
      * Modify `Tags.STATUS_CODE` field name to `Tags.HTTP_RESPONSE_STATUS_CODE` and type from `StringTag` to `IntegerTag`, add `Tags.RPC_RESPONSE_STATUS_CODE` field to hold rpc response code value.
      
      * Add `rpcStatusCode` for `rpc.status_code` tag in the OAL objects. The `responseCode` field is marked as deprecated and replaced by `httpResponseStatusCode` field. 
      
      * Tag `status_code` is still supported in the backend for forward compatbility. Will be removed one year later.
      Co-authored-by: wu-sheng's avatar吴晟 Wu Sheng <wu.sheng@foxmail.com>
      4b66f1e0
  19. 12 8月, 2021 1 次提交
  20. 11 8月, 2021 1 次提交
  21. 10 8月, 2021 1 次提交
  22. 06 8月, 2021 1 次提交
  23. 30 7月, 2021 1 次提交
    • wu-sheng's avatar
      Begin 8.8.0 iteration (#7395) · 1c5e22a7
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v8.7.0
      
      * [maven-release-plugin] prepare for next development iteration
      1c5e22a7
  24. 29 7月, 2021 1 次提交
  25. 21 7月, 2021 1 次提交
  26. 13 7月, 2021 1 次提交
  27. 09 7月, 2021 1 次提交
  28. 07 7月, 2021 1 次提交
  29. 29 6月, 2021 2 次提交
    • K
      Perf: cache regex pattern and result, optimize string concatenation (#7199) · 84a7fe30
      kezhenxu94 提交于
      The possible metrics names are relatively fixed in an OAP run, we previously always escape the metrics names, building a new regex Pattern from scratch, which is cpu-consuming.
      
      In this patch, I cache the escaped metrics names, and if it missed, use a pre-compiled regex Pattern to escape the metrics name.
      
      This patch also replace string concatenation `+` with `StringBuilder` in generated classes, which won't get optimized by Java compiler
      
      This may reduce 1~1.5 vCPU under 20K RPS environment.
      84a7fe30
    • Z
      fix slow db dynamic config bug (#7192) · b8fadec0
      zhyyu 提交于
      b8fadec0
  30. 28 6月, 2021 1 次提交
  31. 24 6月, 2021 1 次提交
  32. 20 6月, 2021 1 次提交
  33. 19 6月, 2021 1 次提交
  34. 11 6月, 2021 1 次提交
  35. 08 6月, 2021 1 次提交
  36. 05 6月, 2021 2 次提交