1. 13 2月, 2020 3 次提交
  2. 12 2月, 2020 3 次提交
  3. 11 2月, 2020 4 次提交
  4. 10 2月, 2020 4 次提交
  5. 09 2月, 2020 1 次提交
  6. 08 2月, 2020 2 次提交
  7. 06 2月, 2020 2 次提交
  8. 05 2月, 2020 3 次提交
  9. 04 2月, 2020 3 次提交
  10. 03 2月, 2020 1 次提交
  11. 02 2月, 2020 3 次提交
    • K
      Clean up legacy v1 header logic, use built-in Base64 since JDK8 (#4307) · bf38e43d
      kezhenxu94 提交于
      ### Motivation:
      
      Codes clean up
      
      ### Modifications:
      
      - Remove v1 header, follow up #4244
      
      - Use built-in Base64 class (since JDK8)
      
      ### Result:
      
      - No more legacy v1 headers
      
      - No unnecessary codes concerns by using built-in ability
      bf38e43d
    • K
      Make traces verification loosely (#4306) · 408a777d
      kezhenxu94 提交于
      ### Motivation:
      
      Make E2E tests more stable.
      
      ### Modifications:
      
      Verify the traces loosely as other tests, and remove the `verify` method which verifies traces strictly, as we have preparation that also generates traces.
      
      ### Result:
      
      E2E tests are more stable.
      408a777d
    • K
      Performance tuning, replace AtomicInteger with AtomicIntegerFieldUpdater (#4305) · 360eae22
      kezhenxu94 提交于
      Motivation:
      
      Reduce unnecessary memory allocation in frequently used class.
      
      Modifications:
      
      Replace the `AtomicInteger` with `AtomicIntegerFieldUpdater`
      
      Result:
      
      We can save 4 bytes (for the reference to `AtomicInteger` itself) for each `TracingContext`, which saves credible memory in a high-concurrent agent service.
      360eae22
  12. 01 2月, 2020 1 次提交
  13. 31 1月, 2020 2 次提交
  14. 30 1月, 2020 3 次提交
  15. 29 1月, 2020 3 次提交
  16. 20 1月, 2020 2 次提交