1. 11 6月, 2020 1 次提交
  2. 08 6月, 2020 1 次提交
  3. 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
  4. 18 3月, 2020 1 次提交
  5. 31 1月, 2020 1 次提交
  6. 05 1月, 2020 1 次提交
    • Z
      Update README.md (#4175) · 23b15e64
      zhang-wei 提交于
      * update doc version
      
      * ref 6.x branch
      
      * ref 6.x branch
      
      * update doc/README.md
      
      * remove 5.x ...
      23b15e64
  7. 13 12月, 2019 1 次提交
  8. 10 12月, 2019 1 次提交
  9. 19 11月, 2019 1 次提交
  10. 05 11月, 2019 1 次提交
    • wu-sheng's avatar
      Add plugin test framework doc (#3786) · 05761ef5
      wu-sheng 提交于
      * Add SkyWalking plugin test framework doc
      
      * Remove Chinese.
      
      * Add a description to the env variable, CASE_SERVER_IMAGE_VERSION
      
      * Fix typo
      
      * Change paragraph structure.
      05761ef5
  11. 06 10月, 2019 1 次提交
  12. 28 4月, 2019 1 次提交
  13. 21 4月, 2019 1 次提交
  14. 04 3月, 2019 1 次提交
  15. 07 10月, 2018 1 次提交
    • wu-sheng's avatar
      Prepare new doc for v6 (#1695) · 7ad619ac
      wu-sheng 提交于
      * Replace v5 changes by a link to 5.x branch. New v6 changelog.
      
      * Finish query doc and fix a missing field in alarm doc.
      
      * Add link to official oal in alarm doc.
      
      * Fix words.
      
      * Fix some doc
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      7ad619ac
  16. 13 9月, 2018 1 次提交
  17. 01 9月, 2018 2 次提交
  18. 31 8月, 2018 1 次提交
  19. 30 8月, 2018 1 次提交
  20. 25 8月, 2018 1 次提交
    • C
      add the function of the specified agent config (#1584) · 6e6e13b9
      caoyixiong 提交于
      * Fix bug stop stopSpan when not createSpan
      
      * Fix bug stop stopSpan when not createSpan
      
      * change the agent log level to millisecond
      
      * add the function of the specified-agent-config
      
      * Update README_ZH.md
      
      * Use -D  to set the specified config path
      
      * add docs
      
      * update docs
      
      * change method name
      
      * add link
      
      * change the function name
      
      * change the key
      
      * format doc
      6e6e13b9
  21. 10 7月, 2018 2 次提交
  22. 09 7月, 2018 1 次提交
  23. 07 7月, 2018 1 次提交
  24. 19 6月, 2018 1 次提交
    • wu-sheng's avatar
      Add architecture design doc (#1366) · 6605fcd3
      wu-sheng 提交于
      * Create Architecture.md
      
      * Update Architecture.md
      
      * Update Architecture.md
      
      * Update Architecture.md
      
      * Update Architecture.md
      
      * Update Architecture.md
      
      * Update README.md
      
      Add link in menu. Also related to #1360
      
      * Update Architecture.md
      
      * Update Architecture.md
      
      * Update Architecture.md
      
      * Update Architecture.md
      
      * Update Architecture.md
      
      * Update Architecture.md
      6605fcd3
  25. 18 6月, 2018 1 次提交
  26. 14 6月, 2018 1 次提交
  27. 11 6月, 2018 2 次提交
  28. 27 5月, 2018 1 次提交
    • Feng286388219's avatar
      way to solve Import-Project-Eclipse-RequireItems-Exception (#1264) · 43da4e65
      Feng286388219 提交于
      * To bring forward a way to solve Import-Project-Eclipse-RequireItems-Exception
      
      * way to solve Import-Project-Eclipse-RequireItems-Exception
      
      * To bring forward a way to solve Import-Project-Eclipse-RequireItems-Exception
      
      * Required items could not be found, when import project into Eclipse.
      
      * using markdown style to quote the errors.
      43da4e65
  29. 25 5月, 2018 1 次提交
    • S
      Add introduce doc to incubating features menu (#1265) · a7ecb9aa
      SevenPointOld 提交于
      * provides a optional-plugin for tracking ignores enhancement(#1203)
      
      * trace ignore plugin config support override by system.env
      
      * optimize the trace ignore plugin and make normalization of pom
      
      * add AntPathMatcher and an junit test for it
      
      * No longer rely on the spring framework
      
      * add license at file header
      
      * rebuild pom and rewrite README
      
      * rebuild optional-plugins pom
      
      * clean up useless code
      
      * modify junit
      
      * rewrite the ant path match logic
      
      * rename the matcher class
      
      * add the trace ignore plugin introduce doc to incubating features menu.
      
      * modify the README doc.
      
      * remove Chinese in English doc.
      
      * remove superfluous content of EN-doc.
      
      * Update README.md
      a7ecb9aa
  30. 08 5月, 2018 2 次提交
  31. 05 5月, 2018 1 次提交
    • Collector table description for develop guide. (#995) · 6cb266b6
      彭勇升 pengys 提交于
      * Register table description.
      
      * Update Collector-Table-Description.md
      
      Review and update the docs
      
      * Update Collector-Table-Description.md
      
      * Test link.
      
      * Update Collector-Table-Description.md
      
      * Tables of JVM Metric related finish.
      
      * Table description finish.
      
      * Update Collector-Table-Description.md
      
      * Update Collector-Table-Description.md
      
      * Module class rename to ModuleDefine, Module is the JDK9 class.
      
      * Revert "Module class rename to ModuleDefine, Module is the JDK9 class."
      
      This reverts commit 097665b97ea53b27565e362d28c2e8202710f4cd.
      
      * Modify short column name.
      
      * Modify the description of transaction metrics.
      
      * Add section about collector table description in readme.
      6cb266b6
  32. 30 4月, 2018 1 次提交
  33. 27 4月, 2018 1 次提交
  34. 17 4月, 2018 1 次提交
  35. 13 4月, 2018 1 次提交
  36. 11 4月, 2018 1 次提交