1. 18 8月, 2021 1 次提交
  2. 17 8月, 2021 1 次提交
  3. 16 8月, 2021 1 次提交
  4. 15 8月, 2021 1 次提交
  5. 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
  6. 13 8月, 2021 2 次提交
  7. 12 8月, 2021 3 次提交
  8. 11 8月, 2021 3 次提交
  9. 10 8月, 2021 4 次提交
  10. 07 8月, 2021 1 次提交
  11. 06 8月, 2021 2 次提交
  12. 04 8月, 2021 2 次提交
  13. 03 8月, 2021 1 次提交
  14. 02 8月, 2021 1 次提交
  15. 30 7月, 2021 3 次提交
  16. 29 7月, 2021 5 次提交
  17. 27 7月, 2021 2 次提交
  18. 26 7月, 2021 1 次提交
  19. 25 7月, 2021 1 次提交
  20. 23 7月, 2021 2 次提交
  21. 22 7月, 2021 2 次提交