吴晟 Wu Sheng
e64efbc04f
Merge branch 'master' into feature/sampling
2017-06-16 22:11:56 +08:00
wusheng
aed11d4a59
Finish codes about sampling, ignore. And related test cases.
2017-06-16 22:04:25 +08:00
吴晟 Wu Sheng
ea70bfba27
Adjust links to 3.1 snapshots
2017-06-16 21:35:35 +08:00
吴晟 Wu Sheng
12d10768a2
Add links to 3.1 topological graphs
2017-06-16 18:00:37 +08:00
吴晟 Wu Sheng
6653cadc0b
Merge pull request #226 from wu-sheng/feature/220
...
fixed #220
2017-06-16 16:10:07 +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
wusheng
112547b515
Finish almost all codes about ignore, sample and analytic trace mechanism. Left analytic trace only for collector.
2017-06-15 22:13:13 +08:00
wusheng
c88cf2aff8
Provide ignore mechanism for TracerContext.
2017-06-15 21:02:00 +08:00
吴晟 Wu Sheng
1d3f7ba665
Merge branch 'master' into feature/sampling
2017-06-15 11:34:28 +08:00
吴晟 Wu Sheng
0ddf39c66a
Merge pull request #225 from wu-sheng/add-code-of-conduct-1
...
Create CODE_OF_CONDUCT.md
2017-06-15 10:23:21 +08:00
吴晟 Wu Sheng
2184b48abd
Add link to code_of_conduct
2017-06-15 10:22:28 +08:00
吴晟 Wu Sheng
f1cc8dead1
Create CODE_OF_CONDUCT.md
2017-06-15 10:11:23 +08:00
吴晟 Wu Sheng
6de897300a
Merge branch 'master' into feature/sampling
2017-06-15 09:11:17 +08:00
吴晟 Wu Sheng
cfd3eb5b5f
Merge pull request #224 from wu-sheng/feature/164
...
Feature/164 add operation name to be a query condition in trace page.
2017-06-15 08:56:14 +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
wusheng
983dd8eac1
Provide AbstractSpan interface for the context.
2017-06-14 22:59:48 +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
ffaa3c7b37
Merge pull request #215 from wu-sheng/feature/208-collectorside
...
Support new segment protocol at collector side.
2017-06-14 09:30:48 +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
吴晟 Wu Sheng
fd5cb5e080
Merge branch 'master' into feature/208-collectorside
2017-06-14 08:47:49 +08:00
pengys5
4dfe4e55f8
Refactor exception
2017-06-13 23:36:09 +08:00
吴晟 Wu Sheng
73f9153dcd
Create README.md
...
sky-walking 1.0 and 2.0 are out-of-support.
2017-06-13 09:38:15 +08:00
吴晟 Wu Sheng
687c1cd786
Create ISSUE_TEMPLATE
2017-06-12 14:24:25 +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
cf3d2a4026
Add parts of ignore mechanism, and this is part of new sampling mechanism. All of these are providing higher performance.
2017-06-11 22:35:30 +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
wusheng
b8e1bd32c9
Merge branch 'master' into feature/sampling
...
* master:
add message/stack length check when skywalking convert throwable stack to string.
Delete _config.yml
# Conflicts:
# apm-commons/apm-trace/src/main/java/org/skywalking/apm/trace/Span.java
2017-06-09 22:41:54 +08:00
wusheng
903a2a17a0
Fix all compile issues.
2017-06-09 22:35:50 +08:00
吴晟 Wu Sheng
d06555cf88
Merge pull request #221 from ascrutae/zhangxin/fix/219
...
Fix OutofMemory of Span.ThrowableTransformer.convert2String
2017-06-09 22:34:08 +08:00
ascrutae
2e9c96bd3a
add message/stack length check when skywalking convert throwable stack to string.
2017-06-09 21:59:43 +08:00
wusheng
14f9154b21
Fix some test cases.
2017-06-09 21:52:11 +08:00
wusheng
ae9bc45ccf
Fix compile issues.
2017-06-09 20:50:25 +08:00
wusheng
5ff9a698f5
Revert license.
2017-06-09 20:35:45 +08:00
pengys5
cf3d287f8d
Merge branch 'master' into feature/208-collectorside
2017-06-09 14:29:59 +08:00
吴晟 Wu Sheng
db902e8deb
Delete _config.yml
...
Official website has already been provided. Don't need this file.
2017-06-09 14:15:42 +08:00
wusheng
4e2768d7a6
Fix some compile issues.
2017-06-08 22:21:43 +08:00
wusheng
6745e50f4e
Fix a test case.
2017-06-08 22:12:16 +08:00
wusheng
673b975738
Optimize span by removing tags map. (Unfinished.)
2017-06-08 21:49:53 +08:00
吴晟 Wu Sheng
777231702f
Create README.md
2017-06-08 10:45:06 +08:00
吴晟 Wu Sheng
15e7d4e192
Update contributors list
...
Add @xcaspar in the contributors list.
2017-06-08 10:11:01 +08:00
吴晟 Wu Sheng
282ecf0dc5
Merge pull request #216 from wu-sheng/fix/189
...
Fix witness class fail, because of different class loaders.
2017-06-08 09:42:36 +08:00
吴晟 Wu Sheng
06b5138b33
Create WitnessClassFinder.java
...
Fix the wrong key of poolMap
2017-06-08 08:54:23 +08:00
pengys5
bec40b6e8b
fixed testcase error
2017-06-07 21:36:32 +08:00
wusheng
c78bd4f157
Add a parameter comment
2017-06-07 20:55:39 +08:00
wusheng
d26d925c10
Fix witness class fail, because of different class loaders.
2017-06-07 20:38:08 +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