Commit Graph

67 Commits

Author SHA1 Message Date
hailin0 3e6d47a930
Update docs README.md (#5895) 2020-11-25 23:44:03 +08:00
吴晟 Wu Sheng d1c8831d31
Add FAQ about VNode on the UI. (#5768)
* Add FAQ about VNode on the UI.

Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2020-11-02 15:51:21 +08:00
kezhenxu94 f6858cf25f
docs: remove dead links (#5729) 2020-10-26 18:16:44 +08:00
zhang-wei 7ef8b3e476
Support Browser protocol at OAP (#4228) 2020-08-31 15:46:37 +08:00
吴晟 Wu Sheng 78a355e6c3
Update README.md (#5206) 2020-07-30 19:02:48 +08:00
吴晟 Wu Sheng bebaf9bd4d
Update doc links for adopting the 2 nodejs agents. (#5182) 2020-07-27 17:28:50 +08:00
吴晟 Wu Sheng 2c676ead24
Add OAP configuration vocabulary documentation. (#5149) 2020-07-23 08:24:40 +08:00
吴晟 Wu Sheng dacacf7bbd
Update README.md (#4908) 2020-06-11 20:07:20 +08:00
吴晟 Wu Sheng 98e29a6028
Update README.md (#4870)
Fix a missing link
2020-06-08 11:11:06 +08:00
吴晟 Wu Sheng 6fe2041b47
Make 8.0.0 Core available. New protocol and register removed. (#4599)
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.
2020-04-10 11:03:24 +08:00
吴晟 Wu Sheng 5d12e586c3
Add the UI usage documentation (#4533)
* Add UI documentation.

* Fix

* Fix size.
2020-03-18 12:16:57 +08:00
吴晟 Wu Sheng c7ed8cde21
Update README.md (#4302) 2020-01-31 18:33:51 +08:00
zhang-wei 23b15e645b Update README.md (#4175)
* update doc version

* ref 6.x branch

* ref 6.x branch

* update doc/README.md

* remove 5.x ...
2020-01-05 18:59:35 +08:00
Videl Smith daabc1f5b6 Documentation proofreading (#3999)
* Fixes: README.md

* Adds: new FAQ

See issues #3924, #3935, #3975

* Fixes: setup documentation

* Update README.md
2019-12-13 11:08:36 +08:00
kezhenxu94 3f2f75a666
Add SkyWalking CLI download links (#4038) 2019-12-10 21:20:10 +08:00
alexkarezin 1b433da7e4 Add documentation link - illustrate module hierarchy and call flow (#3888)
* Add reference to module architecture diagrams

* Changed order of the links according to PR comment
2019-11-19 07:47:33 +08:00
吴晟 Wu Sheng 05761ef522
Add plugin test framework doc (#3786)
* Add SkyWalking plugin test framework doc

* Remove Chinese.

* Add a description to the env variable, CASE_SERVER_IMAGE_VERSION

* Fix typo

* Change paragraph structure.
2019-11-05 17:03:21 +08:00
吴晟 Wu Sheng af51e23b72 Reorganize the doc, and provide catalog (#3563) 2019-10-06 15:34:03 +08:00
康智冬 2dcf27b799 Update all "incubator-skywalking" to "skywalking" ,"incubator-servicecomb-java-chassis" to "servicecomb-java-chassis" correctly, and ".gitmodules" will update at #2531 (#2548) 2019-04-28 15:47:14 +08:00
吴晟 Wu Sheng 9c61bedc20
Update README.md (#2500) 2019-04-21 16:53:18 +08:00
Jared Tan c50c804bc8
remove cn docs. (#2315) 2019-03-04 22:48:54 +08:00
吴晟 Wu Sheng 7ad619ac91
Prepare new doc for v6 (#1695)
* 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
2018-10-07 09:51:29 +08:00
吴晟 Wu Sheng 64d886f197
Add document of contributions and some guides (#1672)
* Change oal doc.

* Remove typo

* Remove document WIP tag.

* Fix few words.

* no message

* Adjust contribution guides.
2018-09-13 21:01:36 +08:00
Wu Sheng 1b0d80c5fc Add a lot of documents. @peng-yongsheng @hanahmily . Also @hanahmily , the k8 cluster management document and deploy document need you to add. 2018-09-01 23:32:59 +08:00
吴晟 Wu Sheng de7994ff71
Update README.md 2018-09-01 19:58:06 +08:00
Wu Sheng 6d74e7829c Fix CI and release guide. 2018-08-31 22:57:19 +08:00
Wu Sheng 1a5cf2b536 Prepare for merging 6.0 into master 2018-08-30 13:50:30 +08:00
Wu Sheng a26e6af6c7 Finish more documents about high level design of SkyWalking 6. 2018-07-09 23:03:35 -07:00
Wu Sheng 4cd4d247d8 Finish initial documents of overview, project goals and probe-introduction in concepts and designs. 2018-07-09 16:48:14 -07:00
Wu Sheng f121730ede Finish the new document structure. 2018-07-08 21:04:50 -07:00
Wu Sheng b34350e249 Add comments about Filter and Functions. 2018-07-06 17:40:35 -07:00
吴晟 Wu Sheng 6605fcd3a8
Add architecture design doc (#1366)
* 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
2018-06-19 09:28:39 +08:00
吴晟 Wu Sheng ecc0f944d4
Zipkin receiver in SkyWalking collector (#1273)
* Add Zipkin receiver
2018-06-18 23:36:15 +08:00
林嘉琦 Lin Jiaqi 6279c8dd3c support shardingjdbc database storage feature (#1347)
* support shardingjdbc database storage feature
2018-06-14 22:21:03 +08:00
吴晟 Wu Sheng 65299892e3
Change index page of Incubating and optional plugin documents (#1340)
* Reorganize incubating and optional docs.
2018-06-11 22:50:20 +08:00
吴晟 Wu Sheng 975c04007c
Deploy document reformat (#1337)
* Refactor English documents to guide end users.
2018-06-11 16:23:35 +08:00
hardzhang 43da4e65d9 way to solve Import-Project-Eclipse-RequireItems-Exception (#1264)
* 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.
2018-05-27 12:45:19 +08:00
SevenPointOld a7ecb9aa9c Add introduce doc to incubating features menu (#1265)
* 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
2018-05-25 17:55:57 +08:00
lican 04579a5617 Update FAQ doc (#1184)
* update faq doc

* update faq

* update faq
2018-05-08 19:36:14 +08:00
吴晟 Wu Sheng 771bc87e7a
Add document of component library settings and incuating features abstract. (#1185) 2018-05-08 11:24:31 +08:00
彭勇升 pengys 6cb266b6bd Collector table description for develop guide. (#995)
* 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.
2018-05-05 11:40:21 +08:00
吴晟 Wu Sheng 7120001dde Add optional plugins document. (#1134) 2018-04-30 08:26:36 +08:00
姬文刚 HanSenJ 09ce8b097d FAQ about protoc plugin fails when build (#1117)
* Protoc plugin fails when build
2018-04-27 16:00:55 +08:00
lican 59c945a2b8 Fix document error (#1087) 2018-04-17 18:03:57 +08:00
carlvine500 daceca28ee add doc for TraceCrossThread (#1067)
* add doc for TraceCrossThread
2018-04-13 08:57:06 +08:00
吴晟 Wu Sheng 564239f1a2
Update README.md (#1066) 2018-04-11 16:30:36 +08:00
吴晟 Wu Sheng 51014213ba
Update README.md (#1063)
Add an incubating feature in SkyWalking documents.
2018-04-11 14:28:29 +08:00
彭勇升 pengys 931f3cfb50 Collector 5.0.0-alpha version upgrade FAQ. (#1052)
* Collector 5.0.0-alpha version upgrade FAQ.

* Update Upgrade.md

Reformat document and adjust some English.

* Add link.
2018-04-10 22:13:56 +08:00
吴晟 Wu Sheng 7a733ce458
Provide advanced features document (#1014)
* Provide document for TLS

* Provide direct uplink doc.

* Add namespace document.

* Provide token auth doc.

* Provide setting override document.

* Fix two typo.

* Fix more typos.
2018-04-02 17:18:17 +08:00
彭勇升 pengys dcd6a71fce Asf/5.0 alpha/release (#959)
* Update docs for alpha release

* Delete a comma.

* Update How-to-build.md

* Add data-set licenses file

* Rename LICENSES-data-set to LICENSE-data-set

* Update LICENSE

* Remove fastclick from LICENSE

* Make the git submodule command to be a maven profile plugin. Let this command not execute by default install command.

* [maven-release-plugin] prepare release apm-5.0.0-alpha

* [maven-release-plugin] prepare for next development iteration

* Product name is not correct

* Add more documents for release.

* Change profile id.

* Add CHANGES file in distribution file.

* Revert "[maven-release-plugin] prepare for next development iteration"

This reverts commit ac81501929f72ab3a276b8d782759eb6f652bfa3.

* Revert "[maven-release-plugin] prepare release apm-5.0.0-alpha"

This reverts commit 095597c9189589667c2a333d85bd46f6dca90c80.

* Add rat plugin to check dependency license and add license head into missing files.

* Fix docs.

* Exclude web ui config file.

* Next release guide.

* UI update.

* Update docs.

* Build source shell.
2018-03-19 06:09:09 +08:00