1. 30 3月, 2021 2 次提交
  2. 02 3月, 2021 1 次提交
  3. 05 2月, 2021 1 次提交
  4. 27 1月, 2021 1 次提交
  5. 19 1月, 2021 1 次提交
  6. 08 1月, 2021 1 次提交
  7. 03 1月, 2021 1 次提交
  8. 02 1月, 2021 1 次提交
  9. 01 1月, 2021 1 次提交
  10. 27 11月, 2020 1 次提交
  11. 17 11月, 2020 1 次提交
  12. 11 11月, 2020 1 次提交
  13. 09 11月, 2020 1 次提交
  14. 03 11月, 2020 1 次提交
  15. 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
  16. 15 10月, 2020 1 次提交
  17. 13 9月, 2020 1 次提交
  18. 21 8月, 2020 1 次提交
  19. 22 6月, 2020 1 次提交
  20. 09 5月, 2020 1 次提交
  21. 10 4月, 2020 2 次提交
    • wu-sheng's avatar
      Set up restrict length rules for service, instance and endpoint (#4633) · 44cae97c
      wu-sheng 提交于
      * Set up restrict length rules for service, instance and endpoint
      
      * Adjust two env names.
      44cae97c
    • 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
  22. 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
  23. 25 12月, 2019 1 次提交
    • wu-sheng's avatar
      Update JDK compiling level to 8, and remove zip dist. (#4119) · b5709960
      wu-sheng 提交于
      * Update JDK compiling level to 8, and remove zip dist.
      
      * Exclude annotation and shade API.
      
      * Fix more exclusion.
      
      * 1. Update grava and gson 2. Fix compile issue. 3. Keep protoc and maven plugin in old version. Some incompatible of 3rd party grpc proto.
      
      * Fix dependency conflicts, license and notice issue, and dependency check script issue
      Co-authored-by: Nkezhenxu94 <kezhenxu94@163.com>
      b5709960
  24. 30 10月, 2019 1 次提交
  25. 13 6月, 2019 1 次提交
  26. 10 6月, 2019 1 次提交
  27. 31 5月, 2019 1 次提交
  28. 28 5月, 2019 1 次提交
  29. 19 5月, 2019 1 次提交
  30. 17 5月, 2019 1 次提交
  31. 10 5月, 2019 2 次提交
  32. 31 3月, 2019 1 次提交
    • wu-sheng's avatar
      Reorganize the receiver proto (#2426) · 315c0e69
      wu-sheng 提交于
      * Move all receiver proto files together, in case the class conflict in gogoproto.
      
      * Add jaeger proto and its dependency proto. Also license provided.
      
      * Fix rat.
      315c0e69
  33. 12 3月, 2019 1 次提交
    • wu-sheng's avatar
      Make k8s-Coordinator works in role mode. (#2347) · 0951b943
      wu-sheng 提交于
      * Make k8s-Coordinator back in role mode.
      
      * Start query API server after the core started.
      
      * Do lock when port has been intialized.
      
      * Rename service.
      
      * Fix text cases.
      
      * Declare ConfigService.class in core module.
      
      * Implement in an easier way.
      
      * Envoy print whole metric, now in debug.
      
      * Forcedly fix envoy timestamp issue.
      0951b943
  34. 08 3月, 2019 2 次提交
  35. 07 3月, 2019 1 次提交
    • wu-sheng's avatar
      Envoy metric support and a bug fix (#2321) · b4cb7e0b
      wu-sheng 提交于
      * Extend envoy metric service, scope and OAL lexer/parser.
      
      * Finish metric extension and oal.
      
      * Make test env works.
      
      * Finish test of envoy connection and memory metric.
      
      * Change document.
      
      * Finish docker compose test.
      b4cb7e0b
  36. 01 3月, 2019 1 次提交