彭勇升 pengys
ee46760dc6
Buffer file implementation ( #1607 )
...
* Buffer stream.
* Buffer file reader.
2018-08-30 12:55:05 +08:00
peng-yongsheng
d2753037bb
Upgrade version to 6.0.0 alpha.
2018-07-07 10:46:41 +08:00
吴晟 Wu Sheng
a6e04c97ec
Update version to beta2 for next iteration. ( #1233 )
2018-05-16 21:21:30 +08:00
lican
b4ded22c87
add some basic testcase(apm-util and partial collector-ui-jetty-provider) ( #1072 )
...
* commons testcase
* some ui module query testcase
* add testcase
* fix some checkStyle issue
* add some null testcase
* remove
* add license
* fix author error
* remove invalid tag @date
* add license which has been missed
2018-04-13 23:58:47 +08:00
吴晟 Wu Sheng
08267611a2
Prepare beta iteratoration ( #944 )
...
* [maven-release-plugin] prepare release apm-5.0.0-alpha
* [maven-release-plugin] prepare for next development iteration
2018-03-13 23:47:38 -05:00
wusheng
f7fdd9f854
Fix assmbly for mvn clean install -Papache-release and update version to SNAPSHOT for SNAPSHOT release.
2018-02-26 23:22:10 +08:00
wu-sheng
158b6ff884
Fixing javadoc. And try to trigger a ci fail in this commit, in order to make sure javadoc will be checked in further pull request.
2018-02-26 09:15:10 +08:00
wusheng
8f49c973be
Protect the background processes.
2018-01-11 15:53:40 +08:00
goldon
f3847972e3
Update StringUtil.java
...
clean code
2018-01-03 14:14:40 +08:00
wu-sheng
6e152b4fb0
Move `apm-network` module under the new root module `apm-protocol`. And add `apm-ui-query` under the `apm-protocol` module.
2017-12-25 09:51:26 +08:00
wu-sheng
678f30097b
Support to set consume cycle. And invoke the existed callbacks when the message blocked at first time.
2017-12-20 14:30:15 +08:00
gaohongtao
318c3db7c9
Update version to 5.0.0-alpha with `mvn versions:set -DnewVersion=5.0.0-alpha`
2017-12-15 10:40:23 +08:00
wusheng
15328202b8
Revove duplicate license headers.
2017-12-11 15:04:26 +08:00
wusheng
05b818e709
Update package name to org.apache.skywalking
2017-12-10 16:32:39 +08:00
wusheng
b16d23c148
Update artifactId to "org.apache.skywalking"
2017-12-10 08:21:20 +08:00
wusheng
23133f7d97
Update copyright to Apache Foundation.
2017-12-09 23:38:32 +08:00
wusheng
d458622bb4
Update version to 5.0-2018-preview for new iteration.
2017-12-06 22:06:54 +08:00
wusheng
055c760bc0
Set versions, and documents ready for releasing 3.2.6
2017-12-04 22:04:28 +08:00
peng-yongsheng
b322b55af6
Upgrade the version from 3.2.5 to 3.3.0.
2017-11-22 15:12:00 +08:00
peng-yongsheng
eaa0254512
Test success with standalone and cluster mode.
2017-11-19 22:25:11 +08:00
wu-sheng
f601293b22
Update the version to 3.2.5
2017-11-16 12:14:26 +08:00
wusheng
1e0e052496
Merge branch 'master' into feature/collector-modelization
...
* master:
Update version for 3.2.4 release.
add exception handler for disruptorQueue
support jdbc4 api of postgresql
support for logback MDC
AgentStream NullPointerException with RemoteWorker
2017-11-06 23:08:12 +08:00
wusheng
4bdea9e2c9
Update version for 3.2.4 release.
2017-11-06 22:45:00 +08:00
wu-sheng
e9a74c85bb
Fix a test case.
2017-11-01 15:12:27 +08:00
wu-sheng
04771ffc8c
Adjust log APIs.
2017-10-18 16:46:56 +08:00
peng-yongsheng
fdb1dc69f5
Check style error
2017-10-13 14:41:16 +08:00
peng-yongsheng
35f0c69598
no message
2017-10-13 13:40:15 +08:00
wusheng
c4098a23f9
Revert "Support javadoc generation."
...
This reverts commit 5c56d41aa2 .
2017-10-12 22:43:43 +08:00
wusheng
5c56d41aa2
Support javadoc generation.
2017-10-12 21:43:10 +08:00
peng-yongsheng
52f1420670
Add copyright head in all java files and copyright head check style
2017-10-10 22:27:57 +08:00
wusheng
b16963a4bf
Change version for next iteration.
2017-09-29 17:18:14 +08:00
peng-yongsheng
0d13b27362
Version change
2017-09-28 10:54:16 +08:00
wusheng
099877c2ce
Prepare for 3.2 iteration.
2017-09-17 07:54:25 +08:00
wusheng
4fda33b16c
Support retry when use IF_POSSIBLE strategy.
2017-07-28 21:10:14 +08:00
wusheng
cba4dc2883
Make sure the JVM stop hook works #295
2017-07-18 21:47:24 +08:00
ascrutae
8143a5b096
independent data carrier project
2017-07-14 10:07:17 +08:00
wusheng
eb82d2c989
Update version for next iteration.
2017-06-17 22:40:42 +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
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
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
wusheng
951192d0b6
Provide new data protocol for segment messages.
2017-06-05 21:21:03 +08:00
wusheng
8928716f70
Revert "Add new trace segment for improving sampling performance."
...
This reverts commit 323468f056 .
2017-06-04 20:11:13 +08:00
wusheng
d2fe1b77ae
Revert "Revert "Add new trace segment for improving sampling performance.""
...
This reverts commit 5b853ec38b .
2017-06-04 20:11:02 +08:00
wusheng
5b853ec38b
Revert "Add new trace segment for improving sampling performance."
...
This reverts commit 323468f056 .
2017-06-04 18:48:58 +08:00
wusheng
323468f056
Add new trace segment for improving sampling performance.
2017-06-04 18:46:36 +08:00