Commit Graph

38 Commits

Author SHA1 Message Date
pengys5 38aeb92e54 collector compile successful 2017-07-17 22:33:15 +08:00
pengys5 9f10f8e4eb Add worker module framework 2017-07-17 21:57:12 +08:00
pengys5 972b66654f Cluster module with zookeeper, redis, h2.
#266
2017-07-12 23:18:58 +08:00
pengys5 116fca8a42 module install
#266
2017-07-11 23:37:12 +08:00
pengys5 b0003f0161 Provide modular development framework 2017-07-10 15:35:19 +08:00
pengys5 a470b286f1 fixed the first item in #254: lookup the grpc services listening port 2017-07-05 12:14:38 +08:00
pengys5 d1591e3ac5 fixed the second item in #254: Use GRPC-java instead of HTTP rest which receive the trace segment from agent. 2017-07-04 15:08:15 +08:00
wusheng b3c39aea53 Merge branch 'master' into feature/high-performance-agent
* master:
  add test case and fix logical error
  Fix windows script start collector failure.
  fix skywalking container start failure
  fix  lost tags
  Add mechanism to set default status(on/off) of plugin
  Add layer tag value: mq.

# Conflicts:
#	apm-sniffer/apm-agent-core/src/main/java/org/skywalking/apm/agent/core/context/trace/Span.java
2017-06-28 09:07:06 +08:00
wusheng 947fed4865 Begin to refactor for performance. 2017-06-26 23:43:18 +08:00
ascrutae 37ecd3a2d6 Fix windows script start collector failure. 2017-06-26 18:42:50 +08:00
ascrutae 19be41675a Fix start collector image failed 2017-06-18 17:32:13 +08:00
wusheng eb82d2c989 Update version for next iteration. 2017-06-17 22:40:42 +08:00
吴晟 Wu Sheng e64efbc04f Merge branch 'master' into feature/sampling 2017-06-16 22:11:56 +08:00
pengys5 69ccf4bbb8 fixed #220
1. Change dag graph layout from hierarchical to relationship
2. Change node style from square to round
2017-06-16 13:35:46 +08:00
吴晟 Wu Sheng 6de897300a Merge branch 'master' into feature/sampling 2017-06-15 09:11:17 +08:00
pengys5 6c41373b28 fixed #164
1. add global trace id column into segment cost index.
2. just query from segment cost index when query top segment record with condition, e.g. operation name, global trace id, cost
2017-06-14 23:28:37 +08:00
pengys5 d1932b6357 fixed testcase bug 2017-06-14 23:12:05 +08:00
吴晟 Wu Sheng b109251c2a Merge branch 'master' into feature/sampling 2017-06-14 23:02:41 +08:00
pengys5 61ce4470a8 fixed #218
1. add global trace id column into segment cost index.
2. just query from segment cost index when query top segment record with condition, e.g. operation name, global trace id, cost
2017-06-14 22:56:22 +08:00
吴晟 Wu Sheng 1edbb81ed4 Update comments about WorkerInvokeException 2017-06-14 09:00:11 +08:00
吴晟 Wu Sheng 991bcd5db6 Update comment about ArgumentsParseException 2017-06-14 08:55:31 +08:00
pengys5 4dfe4e55f8 Refactor exception 2017-06-13 23:36:09 +08:00
pengys5 e38b6ad1bd 1. Classify http servlet interface to get, post, stream post.
2. Change the http servlet worker from local asynchronous call to local synchronous call.
2017-06-11 23:49:52 +08:00
wusheng f0e626ff2c 1. Remove the “apm-trace” module, isolate the trace structure between agent and collector for considering performance.
2. Change the head name.
3. Provide potienal mechanism for ignore trace with certain suffix.
2017-06-10 22:46:16 +08:00
pengys5 cf3d287f8d Merge branch 'master' into feature/208-collectorside 2017-06-09 14:29:59 +08:00
pengys5 bec40b6e8b fixed testcase error 2017-06-07 21:36:32 +08:00
wusheng 5ff0e98746 Merge branch 'master' of https://github.com/wu-sheng/sky-walking
* 'master' of https://github.com/wu-sheng/sky-walking:
  update docker image version
  Update the http port of collector server
  Provide new data protocol for segment messages.
  chore(collector): add a check for process id in startup script
2017-06-07 20:01:39 +08:00
pengys5 7e17692d14 add comment 2017-06-07 16:31:27 +08:00
pengys5 753cb28413 temporary storage 2017-06-07 11:55:35 +08:00
pengys5 646482de8e Merge branch 'master' into feature/208-collectorside 2017-06-07 10:13:19 +08:00
pengys5 6284fcbf51 temporary storage 2017-06-06 22:50:17 +08:00
wusheng 8c5bac9bce Fix class name. 2017-06-06 21:35:32 +08:00
吴晟 Wu Sheng d39cff6ddc Merge pull request #188 from xcaspar/feature/180
chore(collector): add a check for process id in startup script
2017-06-06 11:08:48 +08:00
wusheng c7f1f6eb6d Fix startup fail. 2017-06-05 22:19:46 +08:00
xcaspar 39e414b680 chore(collector): add a check for process id in startup script 2017-05-01 21:46:22 +08:00
wusheng d77601b793 Rename the "apm-api" module to "apm-agent-core”. Relate #181 2017-04-29 07:11:04 +08:00
ascrutae c5f4f82bd0 fix functional issues after update new package name 2017-04-28 15:42:09 +08:00
pengys5 b2b36fee00 Change groupId and artifactId 2017-04-28 01:17:09 +08:00