1. 21 10月, 2020 1 次提交
  2. 13 10月, 2020 1 次提交
  3. 12 10月, 2020 1 次提交
  4. 29 9月, 2020 1 次提交
  5. 15 9月, 2020 1 次提交
  6. 05 9月, 2020 1 次提交
  7. 04 9月, 2020 1 次提交
  8. 31 8月, 2020 1 次提交
  9. 30 8月, 2020 1 次提交
  10. 21 8月, 2020 1 次提交
  11. 15 8月, 2020 1 次提交
  12. 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
  13. 26 7月, 2020 1 次提交
  14. 25 7月, 2020 1 次提交
  15. 23 7月, 2020 1 次提交
  16. 19 7月, 2020 1 次提交
  17. 10 7月, 2020 1 次提交
  18. 05 7月, 2020 1 次提交
  19. 12 6月, 2020 1 次提交
  20. 11 6月, 2020 1 次提交
  21. 09 6月, 2020 1 次提交
  22. 08 6月, 2020 1 次提交
  23. 31 5月, 2020 1 次提交
  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. 19 3月, 2020 1 次提交
  27. 15 3月, 2020 2 次提交
  28. 13 3月, 2020 1 次提交
  29. 11 3月, 2020 1 次提交
    • wu-sheng's avatar
      Add file change detection mechanism (#4475) · 069b99bd
      wu-sheng 提交于
      * Add file change detection mechanism
      
      * Fix format.
      
      * Make file content changed monitor easier.
      
      * Add secondary round change and check the result.
      
      * Update to support multiple files change monitoring.
      069b99bd
  30. 06 3月, 2020 1 次提交
  31. 16 2月, 2020 1 次提交
  32. 14 2月, 2020 1 次提交
  33. 12 2月, 2020 1 次提交
    • J
      supprt gRPC alarm hook. (#4344) · 7ff9a0cf
      Jared Tan 提交于
      * support gRPC hook.
      
      * revert submodule commit.
      
      * revert submodule commitid.
      
      * finish logical.
      
      * remove author anonatation.
      
      * fix ci.
      
      * revert submodule.
      
      * update logical.
      
      * update logical.
      
      * update logical.
      
      * fix
      
      * fix
      
      * fix empty settings.
      
      * fix.
      Co-authored-by: wu-sheng's avatar吴晟 Wu Sheng <wu.sheng@foxmail.com>
      7ff9a0cf
  34. 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
  35. 17 1月, 2020 1 次提交
    • K
      Drop support of protocol v1 (sw3) (#4244) · 019af3e3
      kezhenxu94 提交于
      * Drop support of protocol v1 (sw3)
      
      * Remove versioning logic further
      
      * Remove more version5-only classes
      
      * Commit missing files
      
      * Update submodule and address review comment
      
      * Fix failed tests
      019af3e3
  36. 16 1月, 2020 1 次提交
  37. 12 1月, 2020 1 次提交
  38. 09 1月, 2020 1 次提交
    • 静夜思朝颜's avatar
      Provide profile task downstream to sniffer (#4172) · 4cf0600f
      静夜思朝颜 提交于
      * Provide profile task downstream to sniffer
      
      * fix agent unit testcase issue
      
      * add profile switch config on sniffer
      
      * fix es error
      
      * 1. add @DefaultImplementor on the sniffer profile task service
      2. change ProfileTaskExecutionService#PROFILE_TASK_READY_SCHEDULE to final and remove volatile
      2. fix style error
      
      * change timeFromStartMills use `<` to compare
      
      * 1. add `maxSamplingCount` to profile task
      2. make profile task limit to the common package
      
      * 1. change `agent.active_profile` to `profile.active` and make true on default
      2. add `maxSamplingCount` in profile task
      3. use `createTime` to check has new command list
      4. add task re-check before process profile task
      
      * 1. add `profile-receiver` document
      2. change `ProfileTaskExecutionService` use single schedule thread pool
      3. cache dont need fetch data when no data, use auto-fresh mechanism only
      
      * remove navigate time judge, fix comment wrong meaning
      4cf0600f
  39. 27 12月, 2019 1 次提交