1. 19 1月, 2021 1 次提交
  2. 18 1月, 2021 1 次提交
  3. 21 12月, 2020 1 次提交
  4. 29 11月, 2020 1 次提交
  5. 24 11月, 2020 1 次提交
    • L
      Spring-Kafka 1.x support (#5879) · d9623ec4
      Lu Jiajing 提交于
      * support spring-kafka 1.3.x and add test
      
      * add spring-kafka-1.3.x-scenario to github workflow
      
      * change kafka-plugin FAQ
      
      * add supported versions
      
      * update CHANGES.md
      d9623ec4
  6. 24 10月, 2020 1 次提交
  7. 15 10月, 2020 2 次提交
  8. 01 10月, 2020 1 次提交
  9. 29 9月, 2020 1 次提交
  10. 27 9月, 2020 1 次提交
  11. 09 9月, 2020 2 次提交
  12. 05 9月, 2020 1 次提交
  13. 26 8月, 2020 1 次提交
  14. 23 8月, 2020 1 次提交
  15. 20 8月, 2020 1 次提交
  16. 13 8月, 2020 1 次提交
  17. 10 8月, 2020 1 次提交
  18. 01 8月, 2020 1 次提交
  19. 31 7月, 2020 1 次提交
    • wu-sheng's avatar
      Begin 8.2.0 iteration. (#5211) · 2f2840cb
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v8.1.0
      
      * [maven-release-plugin] prepare for next development iteration
      2f2840cb
  20. 27 7月, 2020 1 次提交
  21. 21 7月, 2020 1 次提交
  22. 15 7月, 2020 1 次提交
  23. 12 6月, 2020 2 次提交
  24. 10 4月, 2020 1 次提交
    • wu-sheng's avatar
      Make 8.0.0 Core available. New protocol and register removed. (#4599) · 6fe2041b
      wu-sheng 提交于
      Here are the list of changes we made in this pull request. Top 3 are the principle changes, others are following these principles.
      1. New agent and mesh report protocol. 
      2. New agent header protocol. 
      3. Service register, instance register and network address register have been removed permanently.
      4. Service traffic, instance traffic and network alias metrics are added to replace the service, instance and network address inventory.
      5. Register process has been removed.
      6. Metrics stream process supports insert only mode, especially for traffic entities.
      7. Metrics stream process supports no-downsampling mode for traffic entities and network alias.
      8. Remove all register mechanism and cache in the java agent.
      9. Remove MONTH step in GraphQL query.
      10. Update UI to remove MONTH step query, the max query range is 60 days now.
      11. Simplify the TTL to metrics and record. And the unit has been formatted in Day unit. No specific TTL for ElasticSearch storage.
      12. Buffer mechanism of trace receiver and mesh receiver has been removed due to no register.
      13. New service id, instance id and endpoint id rules, including service relation, instance relation and endpoint relation id rules.
      14. Java agent support `keep tracing` mode, meaning, agent generating tracing context even the backend is unconnected/unavailable.
      15. Plugin test tool up to date, in order to support new protocol.
      16. Plugin tests expected data files updated.
      17. E2E tests updated.
      18. Telemetry of Grafana config has been merged into one.
      19. Documentation updates.
      20. [TBD] InfluxDB storage implementation is not available, need @dmsolr to fix later, in order to reduce the master change block by this PR.
      6fe2041b
  25. 31 3月, 2020 1 次提交
  26. 22 3月, 2020 1 次提交
  27. 20 3月, 2020 1 次提交
  28. 19 3月, 2020 1 次提交
  29. 13 3月, 2020 1 次提交
  30. 11 2月, 2020 1 次提交
    • K
      Set up more strict code styles and fix existing issues (#4337) · 5b255ba3
      kezhenxu94 提交于
      Motivation:
      
      Review code styles with some bots automatically.
      
      Modifications:
      
      Set up ReviewDog in GitHub Action to review code style.
      
      Add more check rules to checkstyle plugin.
      
      Result:
      
      Obvious code styles can be reviewed and commented automatically.
      5b255ba3
  31. 01 2月, 2020 1 次提交
  32. 03 1月, 2020 2 次提交
  33. 25 12月, 2019 1 次提交
  34. 24 12月, 2019 1 次提交
  35. 17 12月, 2019 1 次提交
  36. 15 12月, 2019 1 次提交
    • wu-sheng's avatar
      Remove the local/exit span register mechanism in Java agent scenario (#4059) · 4e501328
      wu-sheng 提交于
      * Remove the local span and exit span register mechanism in Java agent scenario.
      
      * Fix config, plugin, and document, as exit span is not required register anymore.
      
      * Try to fix the test case expected data due to no register for exit span.
      
      * Fix toolkit case.
      
      * Remove exit span from plugin test framework document.
      
      * Update protocol, FAQ, and CHANGELOG documents to highlight this change.
      
      * Fix NPE when no entry span in the whole segment. Set endpoint to null in segment entity.
      
      * Fix the snapshot and add inexistence operation name id.
      
      * Fix several async cases.
      
      * Fix undertow test case.
      
      * Fix wrong error log name.
      
      * Keep name consistent with 6.x concepts.
      
      * Try to fix 3 async scenarios.
      
      * Fix okhttp case.
      
      * Fix Spring Async case.
      
      * Fix another NPE
      
      * Fix NPE when first span has no endpoint id when it is local or exit span.
      
      * Still fill first operation name when no endpoint id.
      4e501328