1. 11 6月, 2021 1 次提交
  2. 10 6月, 2021 1 次提交
  3. 05 6月, 2021 1 次提交
  4. 10 5月, 2021 1 次提交
  5. 08 5月, 2021 1 次提交
  6. 28 4月, 2021 1 次提交
  7. 27 4月, 2021 1 次提交
  8. 26 4月, 2021 1 次提交
  9. 27 2月, 2021 1 次提交
  10. 20 2月, 2021 1 次提交
  11. 05 2月, 2021 1 次提交
  12. 30 11月, 2020 1 次提交
  13. 09 11月, 2020 1 次提交
  14. 03 11月, 2020 1 次提交
  15. 01 11月, 2020 1 次提交
  16. 29 10月, 2020 1 次提交
    • K
      Improve Kubernetes service registry for ALS analysis (#5722) · 92bb474c
      kezhenxu94 提交于
      The current implementation of envoy ALS K8S analysis is based on the hierarchy, pod -> StatefulSet -> deployment, StatefulSet, or others. It's freaky and different from the Istio Kubernetes registry.
      
      The new path is pod -> endpoint -> service, and we should leverage Informer API instead of raw Kubernetes API.
      92bb474c
  17. 21 10月, 2020 1 次提交
  18. 16 10月, 2020 1 次提交
  19. 03 10月, 2020 1 次提交
  20. 29 9月, 2020 1 次提交
  21. 05 9月, 2020 1 次提交
  22. 14 8月, 2020 1 次提交
  23. 30 7月, 2020 1 次提交
  24. 25 7月, 2020 1 次提交
  25. 21 7月, 2020 1 次提交
  26. 22 6月, 2020 1 次提交
  27. 08 6月, 2020 1 次提交
  28. 06 6月, 2020 1 次提交
    • S
      Remove nacos (#4867) · f3d907bf
      songzhendong 提交于
      * Add annotation(AlarmCore.start)
      
      * Upgrade nacos version to 1.2.0
      
      * Revert "Upgrade nacos version to 1.2.0"
      
      This reverts commit 4d7b06f6d20ee09ad377ad6ef736aeab429314e0.
      
      * Update nacos version to 1.2.0(Solve the security problem of the old version of fastsjon)
      
      * Recovery annotation
      
      * Recovery annotation
      
      * Update nacos version to 1.2.0
      
      * Update tls_key_generate.sh path
      
      Update tls_key_generate.sh path
      
      * Add annotation(AlarmCore.start)
      
      * Revert "Upgrade nacos version to 1.2.0"
      
      This reverts commit 4d7b06f6d20ee09ad377ad6ef736aeab429314e0.
      
      * Update nacos version to 1.2.0(Solve the security problem of the old version of fastsjon)
      
      * Recovery annotation
      
      * Recovery annotation
      
      * Update tls_key_generate.sh path
      
      * Execution Authority
      
      * Remove nacos
      
      * remove nacos code
      
      * remove nacos
      
      remove nacos
      
      * remove nacos
      
      remove nacos
      
      * remove nacos
      
      * remove nacos
      Co-authored-by: Nsongzhendong <289505773@qq.com>
      Co-authored-by: Nsongzhendong <songzhendong@xiaomi.com>
      Co-authored-by: wu-sheng's avatar吴晟 Wu Sheng <wu.sheng@foxmail.com>
      f3d907bf
  29. 07 5月, 2020 1 次提交
  30. 22 4月, 2020 1 次提交
  31. 21 4月, 2020 1 次提交
  32. 15 4月, 2020 1 次提交
  33. 13 4月, 2020 1 次提交
  34. 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
  35. 15 3月, 2020 2 次提交
  36. 06 3月, 2020 1 次提交
  37. 04 3月, 2020 1 次提交
  38. 19 2月, 2020 1 次提交
  39. 02 2月, 2020 1 次提交
    • 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