Commit Graph

4040 Commits

Author SHA1 Message Date
吴晟 Wu Sheng 1584eae6eb
Update README.md (#1443)
Add an announcement for 6.0
2018-07-11 23:29:00 -07:00
吴晟 Wu Sheng e0979ceed7
Update version to RC (#1446)
* Change version
2018-07-11 15:53:33 -07:00
吴晟 Wu Sheng ccf5ef4673
Make the icon font things more clear in NOTICE, include where they are in our source folder. Also move the text at the beginning of the distribution NOTICE file. (#1444) 2018-07-11 11:45:16 -07:00
Gao Hongtao dc1dfca010 Fix #1441 add icon files notice (#1442)
* Fix #1441 add icon files notice

* Amend notice file, add excluding icon folder in rat config
2018-07-10 20:12:53 -07:00
xinzhuxiansheng d0f15fc322 Update Quick-start-CN.md (#1436)
Sync English documents to Chinese.
2018-07-09 10:24:47 -07:00
歪脖大肚子Q 8eb2bef192 Add Junit test for ribbon's NIWSServerListClassName #1390 (#1407)
* Add Junit test for ribbon's NIWSServerListClassName

* Add License Head to Code file

* try to solve submodule skywalking-ui conflict
2018-07-09 10:08:42 +08:00
吴晟 Wu Sheng 02ab74ad81
Update create_source_release.sh (#1431) 2018-07-05 16:50:27 -07:00
歪脖大肚子Q 6a7e344dea fix zipkin provider can not receive full spans data (#1420) 2018-07-03 21:03:02 -07:00
彭勇升 pengys 5941e72f81
#1425 (#1426)
Fixed the bug of the result of GC count in query of GC trend service always 0.
2018-07-04 11:23:43 +08: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 8a1efb97bb
Add username/password for beta2 demo UI (#1413)
* Update README.md

* Update README_ZH.md
2018-06-30 14:31:50 +08:00
Gao Hongtao 3782b7aa18 Submodule/ui (#1412) 2018-06-30 13:32:44 +08:00
彭勇升 pengys b23ca45785
#1410 (#1411)
Error rate alarm is not triggered
2018-06-29 21:03:02 +08:00
Gao Hongtao 5f239f5509 Submodule/ui (#1408)
* Update submodule skywalking-ui

* Update submodule skywalking-ui

* Update submodule skywalking-ui

* Update submodule skywalking-ui
2018-06-29 12:14:03 +08:00
彭勇升 pengys 621ed2c0e3 [Collector] Add application id into service metric for UI (#1406)
* #1405
Add application id into service metric for the page jump from overview page to service page.

* Fixed test case error.
2018-06-29 07:02:27 +08:00
Gao Hongtao 8046aa089e Submodule/ui (#1402)
* Update submodule skywalking-ui

* Update submodule skywalking-ui

* Update submodule skywalking-ui
2018-06-28 14:56:11 +08:00
彭勇升 pengys 9b14d59c4c [Collector] Segment duration query error. (#1400)
* Fixed the wrong usage of elasticsearch filter.

* #1393

The array data type of service name column are nested. Change the data type to be just a one-dimensional array.
2018-06-28 13:49:26 +08:00
Gao Hongtao 8b385d0ed2 Submodule/ui (#1397)
* Update submodule skywalking-ui

* Update submodule skywalking-ui
2018-06-28 10:52:56 +08:00
彭勇升 pengys 1e0d9321c4 Fixed the wrong usage of elasticsearch filter. (#1396) 2018-06-27 23:35:12 +08:00
吴晟 Wu Sheng 8b91b431d5
Add CHANGELOG for beta2 (#1388)
* Prepare beta2 changelogs.
2018-06-27 14:04:11 +08:00
Gao Hongtao edef35c329 Fix #1390 mistake of NIWSServerListClassName (#1392) 2018-06-27 00:09:49 +08:00
Gao Hongtao 5e8410834d Update submodule skywalking-ui (#1387) 2018-06-26 07:24:29 +08:00
Gao Hongtao d8ba67f553 Update licenses of UI (#1386) 2018-06-25 23:11:00 +08:00
彭勇升 pengys b35eaace79 [Collector] Tolerate and ignore unsupport segments (#1385)
* #1207

Return true when segment parse throw exception to avoid parse the segment over and over again which read from buffer file.

* no message
2018-06-25 22:32:12 +08:00
彭勇升 pengys 5e03ec8845
[Collector] Topology query tuning, Batch Process instead of bulk. (#1384)
* #1202

1. Determine the log is enabled for the DEBUG level before printing message.
2. Make the columns initialize to be static attribute.
3. Topology build optimize: Cache query result to avoid repeating queries.

* #1202

Add elasticsearch batch process setting into application.yml.

* #1202

Fixed check style error.

* #1202

Use XContentFactory to build source to insert into elasticsearch.
2018-06-25 21:19:54 +08:00
林嘉琦 Lin Jiaqi 48dacdb3f8 Support multiple service names in segment duration table (#1380)
* support shardingjdbc database storage feature

* dependency and version should be defined in collector root pom.xml

* update the markdown file

* fix errors

* fix checkstyle errors

* add the Logger modifier "static" in pr #1347

* fix the issue #1376
2018-06-22 23:09:25 +08:00
吴晟 Wu Sheng 5139fa99af
Remove all license files of Apache 2.0 libs. And add a missing one. (#1381)
* Remove all license files of Apache 2.0 libs. And add a missing one.

* Restore the Groovy and httpclientcomponent licenses, add a new section in License file for unstandard Apache 2.0 license.
2018-06-22 19:39:18 +08:00
Xin,Zhang 1b74d1d842 Fix #1361: Remove the SkywalkingDynamicField property (#1375) 2018-06-21 11:29:06 +08:00
彭勇升 pengys aa9a89685a Accept multi entry spans in collector analysis (#1372)
* #1206

1. Support list data type attribute in streaming data.
2. Support multiple service names in segment duration index.

* Fixed the conflict.

* #1206

Add TODO description to notify linjiaqi.

* #1206

Remove @NotNull
2018-06-21 10:52:39 +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
Lemon da78420296 Add AspNet component. (#1363) 2018-06-17 22:02:07 +08:00
Xin,Zhang e36de08ee2 Fix #1356: Remove unused depencies package (#1357) 2018-06-16 18:11:59 +08:00
coder-yqj 787c64ec0d fix spymemcached plugin can't work (#1354) 2018-06-15 13:07:09 +08:00
林嘉琦 Lin Jiaqi 3a569dc20e Add the Logger modifier "static" in pr #1347 (#1353)
* add the Logger modifier "static" in pr
2018-06-15 12:20:46 +08:00
林嘉琦 Lin Jiaqi 6279c8dd3c support shardingjdbc database storage feature (#1347)
* support shardingjdbc database storage feature
2018-06-14 22:21:03 +08:00
lican cab42447a7 fix lowerCaseUrl (#1342) 2018-06-12 13:12:28 +08:00
lican 6ad2f53ac0 fix operation name (#1343) 2018-06-12 12:26:35 +08:00
Olaf Flebbe 337087410a Update spring boot (#1341) 2018-06-12 06:14:37 +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
吴晟 Wu Sheng 1b83b34401
Relied on grpc response for certain, to avoid OOM when collector is overloaded. (#1323) 2018-06-10 22:00:49 +08:00
Xin,Zhang 0f0b56db61 Fix #1280: Modify tomcat interceptor (#1325) 2018-06-10 18:17:03 +08:00
彭勇升 pengys 5f81c0068e #1176 (#1335)
Add application id and code into ServiceInfo.
2018-06-09 19:40:04 +08:00
彭勇升 pengys d56ad5ec5d #1232 (#1333)
RemoteDataMappingIdNotFoundException caused by remote entity did not registered.
Some remote entities in alarm module did not registered into remote module.
2018-06-09 17:34:06 +08:00
彭勇升 pengys c2a425f55a
Filter non-active service name when UI query. (#1262)
* #1124

Add heart beat time into service name index to filter non-active service name.

* Filter service name by heart beat time when query service name count.

* #1124
1. Add application id to be a query condition of searchService method.
2. Filter service name by given time which calculated by the minute metric TTL setting. ( CurrentTimeStamp - minuteMetricTTL )

* Fixed the auto test failure.

#1124
2018-06-09 16:33:05 +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