Commit Graph

158 Commits

Author SHA1 Message Date
Wu Sheng 676e4ee930 Add a new scope ServiceInstance_JVM_GC 2018-08-06 15:08:15 +08:00
XiaoFu de048b448d add ActiveMQ support (#1524) 2018-08-05 18:31:39 +08:00
Wu Sheng c78be3af69 Change name. 2018-08-02 10:02:57 +08:00
Wu Sheng 454611db5e Add a missing word. 2018-07-30 17:32:00 +08:00
Wu Sheng c741e0afa2 Miss a format. 2018-07-30 17:06:15 +08:00
Wu Sheng e81f072fab Change scope document format. 2018-07-30 17:05:19 +08:00
Wu Sheng d28f91782c Add secondary scope for JVM. @hanahmily @peng-yongsheng 2018-07-30 17:02:19 +08:00
Wu Sheng 1a197c2221 Finish GraphQL protocol document. 2018-07-30 15:08:49 +08:00
吴晟 Wu Sheng 3cbf04feb8 Sync use cases to 6.0 2018-07-27 18:19:44 +08:00
Wu Sheng 7e4eccef08 Update a document sentence. 2018-07-27 15:47:21 +08:00
crystaldust eabf9a7da2 Polish the document 'overview and core concepts' (#1485) 2018-07-23 19:19:38 +08:00
Wu Sheng 48348efe74 @lemon @ascrutae I change the proto file path for preparing 6.0, but didn't change .net namespace. But I think if you sync the protocol submodule, you still need some changes. 2018-07-17 14:20:58 +08:00
Wu Sheng 736d7ae03f Fix some wrong in release doc. 2018-07-11 14:47:34 -07:00
彭勇升 pengys dcdfeb1e14 Feature/oap/cluster plugin (#1440)
* Cluster module implementation finished.
2018-07-10 23:50:08 -07:00
Wu Sheng e2009b294e Submit init version of Service Mesh probe protocol 2018-07-10 22:07:52 -07:00
Wu Sheng c81a4a30b3 Start to write protocol section. 2018-07-10 16:14:12 -07: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 7dcba74550 Remove 2018-07-08 21:59:04 -07:00
Wu Sheng 01320ddb5b Update gitbook settings. 2018-07-08 21:56:50 -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 e3f4e021be Merge branch 'master' into 6.0
# Conflicts:
#	README_ZH.md
2018-07-06 11:59:57 -07:00
Wu Sheng e6ca91c3bf Init branch 6.0 for our next big iteration. Change root readme. Format field document in table. Remove Chinese documents. 2018-07-06 11:52:56 -07:00
Wu Sheng 9f97f555f5 Finish the init doc of OAP and OAL. 2018-07-05 17:31:43 -07:00
吴晟 Wu Sheng fc87747dd1 Format release doc (#1417)
* Update How-to-release.md

* Update create_source_release.sh
2018-07-02 23:08:43 +08:00
Xin,Zhang c1efe6c83b Update 5.0.0-beta2 screen snapshot (#1414) 2018-06-30 20:23:44 +08:00
吴晟 Wu Sheng 8b91b431d5
Add CHANGELOG for beta2 (#1388)
* Prepare beta2 changelogs.
2018-06-27 14:04:11 +08:00
Gao Hongtao 38e4af8cbb Webapp/login (#1374)
* Add login filter

Username and password are stored in application.yml with
prefix "security.user"

* Modify startup script and add webapp.yml config file

* Update quick-start document for default login username/password

* Update deploy document for new webapp.yml config file

* Update license for new files.
2018-06-20 22:32:12 +08: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
李伟高 a6d9a605ed modify the document (#1331)
* add document

* modify the document

* format document style
2018-06-08 18:15:19 +08:00
haotian2015 ab82f644a0 Adjust Tomcat deploy doc (#1330) 2018-06-08 17:08:50 +08:00
Lei Zhiyuan a7d1dad013 add SOFARPC to support list (#1301) 2018-06-03 21:57:38 +08:00
kevinyyyy 43a4faaec4 modify launch link address to Apache (#1286) 2018-05-30 17:59:04 +08:00
彭勇升 pengys faaf3e829b Separated TTL from minute to minute, hour, day, month. (#1268)
* #1263

Separated TTL from minute to minute, hour, day, month.

* 1. Minute metric data ttl change to 90, because of the 1 hour duration condition in UI means 60 minutes.
And i prefer to setting the value up to above 50%.
2. Some description and logging.

#1263

* Add a config time named traceDataTTL for trace data TTL.

#1263

* Fixed the logger english sentence mistake.
2018-05-28 17:09:04 +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
吴晟 Wu Sheng cb84b1fd1e
Update How-to-release.md (#1267) 2018-05-27 08:37:57 +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
吴晟 Wu Sheng 9c4b95ab9f Update release doc and related script (#1252)
* Adjust release doc and script based on last release vote.

* Update UI declaimer file.

* Update create_source_release.sh

* Update How-to-release.md
2018-05-23 11:47:56 +08:00
ma-xiao-guang-64 4e047353f9 fix wrong description for chinese document (#1212)
fix wrong description for chinese document
2018-05-11 14:26:05 +08:00
吴晟 Wu Sheng 53b59f22f0
Update screenshot for new release. (#1209) 2018-05-10 17:51:10 +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
吴晟 Wu Sheng 028235c92c
New Change logs for next release (#1109)
* Update CHANGES.md
2018-05-07 15:05:27 +08:00
Bruce Wu bd28d447d1 Docs/fix grpc dirname (#1180)
* Update How-to-build-CN.md

* Update How-to-build.md
2018-05-06 13:33:24 +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