1. 12 6月, 2020 2 次提交
  2. 11 6月, 2020 2 次提交
  3. 07 6月, 2020 1 次提交
  4. 01 6月, 2020 1 次提交
  5. 31 5月, 2020 1 次提交
  6. 26 5月, 2020 1 次提交
  7. 09 5月, 2020 1 次提交
  8. 07 5月, 2020 1 次提交
  9. 03 5月, 2020 1 次提交
  10. 01 5月, 2020 1 次提交
    • B
      Increase Vert.x Compatability (#4736) · 4fc57a66
      Brandon Fergerson 提交于
      * vertx web plugin re-impl attempt
      
      * added license
      
      * update test for new plugin structure
      
      * got rid of registryItems
      
      * remove unnecessary dependencies
      
      * re-impl eventbus scenario
      
      * more precise naming
      
      * fix expected data
      
      * removed unsupported versions and removed vertx caching (avoids permission error)
      
      * rewrote to remove copied code
      
      * Update plugins-test.3.yaml
      
      * fixes issue of .vertx files remaining on v3.0.0
      
      * only present in v3.0.0
      
      * consistency
      
      * add more supported versions
      
      * track status code
      
      * spelling fix
      
      * track status code
      
      * more correct naming
      
      * reverts 213f5a69 (status code isn't sent at this point)
      
      * made HttpServerResponseImplEndInstrumentation more strict based on version
      added status code tracking
      fixes issue not finishing async spans
      
      * works 3.0.0,3.7.0
      
      * increase compatibility
      
      * 3.9.0 default
      
      * versioned witness classes (advice from wu-sheng)
      Co-authored-by: wu-sheng's avatar吴晟 Wu Sheng <wu.sheng@foxmail.com>
      Co-authored-by: Nzhang-wei <pknfe@outlook.com>
      4fc57a66
  11. 25 4月, 2020 1 次提交
  12. 21 4月, 2020 2 次提交
  13. 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
  14. 31 3月, 2020 1 次提交
  15. 27 3月, 2020 1 次提交
    • Indifer's avatar
      fix elasticsearch-5.x-plugin when use es6.x TransportClient error (#4517) · 1bc40828
      Indifer 提交于
      * up ui
      
      * up ui
      
      * fix elasticsearch-5.x-plugin on es6.x TransportClient error, Found class org.elasticsearch.common.transport.TransportAddress, but interface was expected
      up elasticsearch-6.x-plugin support TransportClient
      
      * fix elasticsearch-5.x-plugin on es6.x TransportClient error, Found class org.elasticsearch.common.transport.TransportAddress, but interface was expected
      up elasticsearch-6.x-plugin support TransportClient
      
      * fix elasticsearch-5.x-plugin on es6.x TransportClient error, Found class org.elasticsearch.common.transport.TransportAddress, but interface was expected
      up elasticsearch-6.x-plugin support TransportClient
      
      * const string witnesses
      add some unit test
      recommended to change ; to ,
      
      * const string witnesses
      add some unit test
      recommended to change ; to ,
      
      * up ES6.X test-plugin
      
      * up es6.x test-plugin
      
      * up es6.x test-plugin
      
      * up es6.x test-plugin
      
      * add DeleteIndexRequest
      
      * up es6.x test-plugin
      
      * remove TransportCaseController.java
      
      * fix TransportActionNodeProxyExecuteMethodsInterceptorTest
      Co-authored-by: Nyi.liang <yi.liang@zhangmen.cn>
      Co-authored-by: wu-sheng's avatar吴晟 Wu Sheng <wu.sheng@foxmail.com>
      Co-authored-by: N梁懿 <liangyi@xforceplus.com>
      Co-authored-by: Naderm <394102339@qq.com>
      1bc40828
  16. 26 3月, 2020 1 次提交
  17. 22 3月, 2020 1 次提交
  18. 20 3月, 2020 2 次提交
  19. 19 3月, 2020 1 次提交
  20. 13 3月, 2020 2 次提交
  21. 11 3月, 2020 1 次提交
    • Y
      Add finagle plugin (#4441) · ced5cb28
      yoje 提交于
      * Add finagle plugin (#4433)
      
      * fix failed checks for pr(#4441)
      * Add licenses for some files
      * Update Supported doc
      * Add finagle to test component-libraries.yml
      
      * Add finagle automatic tests into CI
      
      * Add comments
      
      * update comments
      
      * Remove CompatibilityChecker
      
      * Move query-protocol submodule to the right version
      
      * Remove `enhancedInstance.setSkyWalkingDynamicField` in `ClientTracingFilterInterceptor`.
      
      * Update expectedData.yaml of finagle tests
      
      * Use lazy ContextCarrier injection.
      
      * Add comments for `ContextCarrierHelper`
      
      * Fix ContextHolderFactory to avoid context pollution
      Co-authored-by: Nhuangyongjie <huangyongjie@tigerbrokers>
      Co-authored-by: wu-sheng's avatar吴晟 Wu Sheng <wu.sheng@foxmail.com>
      ced5cb28
  22. 21 2月, 2020 1 次提交
  23. 19 2月, 2020 2 次提交
  24. 18 2月, 2020 1 次提交
  25. 17 2月, 2020 1 次提交
  26. 15 2月, 2020 1 次提交
    • K
      Adjust Armeria plugin to adapt 0.98.0 (#4362) · ae33ac81
      kezhenxu94 提交于
      Motivation:
      
      Support Armeria 0.98.0 in its plugin.
      
      Modifications:
      
      Add an intercept point that is refactored in Armeria 0.98.
      
      Result:
      
      Now Armeria plugin supports 0.98.0, and 0.98.1
      ae33ac81
  27. 13 2月, 2020 1 次提交
  28. 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
  29. 05 2月, 2020 2 次提交
  30. 01 2月, 2020 1 次提交
  31. 30 1月, 2020 2 次提交
  32. 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