Commit Graph

117 Commits

Author SHA1 Message Date
pengys5 4582e9d9fa Support entry service id or entry service name argument to query service tree. 2017-09-08 17:15:54 +08:00
pengys5 8abad65f6b Register service do not return the id when value of 0. 2017-09-08 00:35:25 +08:00
吴晟 Wu Sheng ddac322272 Merge pull request #398 from ascrutae/feature/debugging
fix time bucket issue and fix issue  that check style failed
2017-09-07 11:24:59 +08:00
ascrutae 6d46e85a6f fix time bucket issue 2017-09-07 09:30:34 +08:00
pengys5 9267fde67a Just contains the exit span scene. 2017-09-07 09:01:08 +08:00
pengys5 40a9686a33 Merge branch 'feature/debugging' of https://github.com/wu-sheng/sky-walking into feature/debugging
# Conflicts:
#	apm-collector/apm-collector-boot/src/main/resources/application.yml
2017-09-04 23:34:14 +08:00
pengys5 f767431607 Single segment has entry span, but no exit span and no reference span test success. 2017-09-04 23:33:18 +08:00
ascrutae 73ae751882 modify the IP value of elastic search cluster node 2017-09-04 22:52:18 +08:00
pengys5 4437c8b9c0 Merge branch 'master' into feature/debugging 2017-09-04 22:02:24 +08:00
pengys5 6b5045ae5c Segment no entry span that will save a error service reference data 2017-09-03 23:46:04 +08:00
pengys5 752d19309b Segment no entry span that will save a error entry service data 2017-09-03 23:29:42 +08:00
pengys5 e81b2741ba add application id into mapping builder which inside of for. 2017-09-03 22:40:31 +08:00
pengys5 a41b037df3 Fixed instance register mistake that not return instance id but application 2017-09-03 21:23:12 +08:00
pengys5 2178a736a9 fixed check style error 2017-09-03 16:39:26 +08:00
pengys5 a9ff88fe95 Performance evaluation test result:
Because of laptop just have 100M network card and sata disk, so 100 million segment process by collector used 255 second, but cpu just used 28%
2017-09-03 16:19:44 +08:00
pengys5 bdf29e5a92 Jvm metric test success.
#365
2017-09-02 18:11:53 +08:00
pengys5 34c5263aa5 Fixed style check failure 2017-08-30 22:40:43 +08:00
pengys5 d3db2d7fd4 Service reference finish and test success.
#373
2017-08-30 22:24:05 +08:00
pengys5 167dc818b4 Delete service and node reference entity, rename service and node reference sum entity to reference. 2017-08-26 18:21:07 +08:00
pengys5 2db52c1fca Trace dag web ui test success.
#354
2017-08-25 16:05:56 +08:00
pengys5 166112074b Instance health web ui working with collector success.
#365
2017-08-21 23:59:03 +08:00
pengys5 0149dcf2af Merge branch 'feature/367' into feature/365
# Conflicts:
#	apm-collector/apm-collector-ui/src/main/java/org/skywalking/apm/collector/ui/dao/InstanceEsDAO.java

#365
2017-08-20 19:45:57 +08:00
pengys5 0bf8ec444c fixed check style failed 2017-08-20 15:29:58 +08:00
pengys5 5f30a3bbc0 1. Add remote module with grpc
2. Move all data define to storage module

#367
2017-08-20 15:17:12 +08:00
pengys5 a6d9111d7c no message 2017-08-20 14:27:08 +08:00
pengys5 c1c7d9b8a5 The rest interface for instance health web ui test success.
#360
2017-08-19 17:51:11 +08:00
pengys5 118713698d instance health web ui search interface finish but not test.
#360
2017-08-17 23:53:34 +08:00
pengys5 a84cb315c8 Provide the service that use for get last heart beat time.
#351
2017-08-17 16:34:46 +08:00
pengys5 b671d63420 Update instance heart beat time that receive from jam metric service.
#358
2017-08-16 23:05:01 +08:00
pengys5 5355fc462a Span web Ui test success.
#351
2017-08-11 22:47:39 +08:00
pengys5 883ee2f7e5 Trace stack web ui test success.
#351
2017-08-11 22:40:02 +08:00
pengys5 b9404f6a97 Throw UnexpectedException when invoke deserialize or serialize method in GC,CPU,MEMORY,MEMORY POOL data define. 2017-08-11 11:19:13 +08:00
pengys5 5012a9bc40 Fixed time bucket test error 2017-08-11 10:41:34 +08:00
pengys5 ce8eaa940d fixed package error 2017-08-10 22:36:21 +08:00
pengys5 258a870c89 Jvm metric save to es test success.
#346
2017-08-10 22:35:20 +08:00
pengys5 ecc050c63d Add gc metric record persistence, but not test 2017-08-10 00:50:53 +08:00
pengys5 b452cdd208 Add memory pool metric record persistence, but not test. 2017-08-10 00:33:20 +08:00
pengys5 e6907b2846 fixed package name mistake 2017-08-10 00:15:39 +08:00
pengys5 b560ef1f98 Add memory metric record persistence, but not test.
#346
2017-08-10 00:13:44 +08:00
pengys5 a798bb6498 Add cpu metric record persistence, but not test. 2017-08-09 23:47:20 +08:00
pengys5 a7c11a1baf delete the define id in every data define.
#336 #338
2017-08-08 10:03:34 +08:00
pengys5 eb72cb04ba Change the static json key name to full name in json reader. 2017-08-08 09:41:25 +08:00
pengys5 82f79a734d Service reference save to elastic search test success.
Entry service save to elastic search test success.

#338
2017-08-08 00:18:47 +08:00
pengys5 119d21d525 Service entry test success. 2017-08-06 23:26:17 +08:00
pengys5 6856b896e1 Fixed style check error 2017-08-06 22:15:12 +08:00
pengys5 911de3fe4a 1. Provide jetty http interface for application and instance register.
2. Provide jetty http interface for receive trace segment.
3. Test segment receive trace segment success. segment, node reference, node reference sum, node component, node mapping, global trace data are all correct.
2017-08-06 21:54:55 +08:00
pengys5 3492b0d86e fixed package error 2017-08-05 13:39:32 +08:00
pengys5 a0d1f5a752 Fixed package error 2017-08-05 13:21:24 +08:00
pengys5 82dd3c4474 Save exchanged and not exchanged data to storage. e.g. node reference, A -> B will be 1->2 or 1->10.0.0.1 2017-08-05 13:10:37 +08:00
pengys5 f71bb057a5 no message 2017-08-03 17:02:14 +08:00