吴晟 Wu Sheng
c05e63353d
Sync latest ALS from Envoy API ( #3507 )
2019-09-23 10:02:33 +08:00
Kdump
058335f21a
Query server time info ( #3498 )
...
* sync ui
* query-server-time-info
* query-server-time-info
* query-server-time-info
* query-server-time-info
* query-server-time-info
* sync skywalking-query-protocol
* sync ui
* sync ui
* sync skywalking-query-protocol
* sync skywalking-query-protocol
2019-09-22 19:06:33 +08:00
吴晟 Wu Sheng
8ebf3aac04
Support timeout configuration in agent and backend. ( #3491 )
...
* Support timeout configuration in agent and backend.
* Fix CI
* no message
2019-09-20 15:02:28 +08:00
Gao Hongtao
09064e97a8
Set telemetry instanced id for etcd and nacos plugin ( #3492 )
...
* Update docker-entrypoint.sh
* Set telemtry instance id in etcd and nacos plugins
2019-09-20 11:35:22 +08:00
吴晟 Wu Sheng
6942ec8fcf
Language of instance could be NULL ( #3485 )
...
* Language of instance could be NULL
* Fix style check.
* Fix duplicated test cases.
2019-09-19 00:23:11 +08:00
Louis Tsui
72f07b812a
Add Light4j plugin ( #3323 )
...
* Add Light4J 1.6.x plug-in
* Add unit test for Light4J plug-in
* Add missing id to server-starter
* Remove mentions of version 1.6.x
Some local testing showed that the plugin successfully generated traces for a light4j project built with light-codegen v2.x. Therefore, there is no need for a separate plugin for v2.x and no distinction needs to be made with light4j v1.6.x.
* Update supported light4j versions
* Use ContextSnapshot to maintain trace
In a typical Light4j project, the ExceptionHandler#handleRequest is the asynchronous execution point. The flow is ExceptionHandler#handleRequest -> HttpServerExchange#dispatch -> ... -> ExceptionHandler#handleRequest. This means that handleRequest is being intercepted twice and each time a LocalSpan is created. Without handling thread propagation, the trace segment gets split up.
By saving a ContextSnapshot into the enhanced object (ExceptionHandler), we can determine if it is necessary to continue the segment.
* Update logic for span creation in trace
By default, the Light4J plugin now overrides the Undertow plugin's entry span with its own. This new entry span is created just before execution of the ExceptionHandler#handleRequest in the I/O thread. The entry span is generated here because it is considered the starting point of the Light4J handler chain.
There is now also the option to enable detailed span creation when tracing requests through Light4J. These local spans mark which middleware and business handlers are involved with handling the HTTP request to a Light4J service.
* Update skywalking version
* Update light4j version
* Fix LightInstrumentation javadoc
* Remove import violating checkstyle
This import was added from the link reference in the javadoc. The javadoc has now been changed to just reference the method name.
* Move light4j agent config property
* Sync UI
2019-09-18 21:43:17 +08:00
Jared Tan
6c347a1169
agent support custom properties. ( #3367 )
...
* agent support custom properties.
2019-09-17 14:44:42 +08:00
吴晟 Wu Sheng
06c357da6c
Make sure the cluster register happens before streaming process. ( #3471 )
2019-09-17 08:53:02 +08:00
stone.wlg
bb0b3d369f
provide cassandra java driver 3.x plugin ( #3410 )
...
* add cassandra java driver 3.x plugin
2019-09-12 16:14:48 -07:00
kezhenxu94
721f86485c
Add TTL E2E test ( #3437 )
...
* Add TTL E2E test
* Add to Jenkins stage and minor bugfix
* Upgrade e2e container version
* Polish and minor fix
* Polish
2019-09-09 22:06:57 -07:00
吴晟 Wu Sheng
ce20fe107d
Move to 6.5.0 ( #3439 )
...
* [maven-release-plugin] prepare release v6.4.0
* [maven-release-plugin] prepare for next development iteration
2019-09-08 16:24:21 -07:00
于玉桔
a690f6704f
add gateway.yml to avoid unnecessary errors ( #3426 )
2019-09-06 08:12:45 -07:00
Jared Tan
dbbf22a177
support es https ssl config. ( #3370 )
...
* support es https ssl config.
* update
* update docs.
* refactoring var name.
* fix
* update docs.
* add config in es section.
* fix logical.
2019-09-02 11:15:43 +08:00
吴晟 Wu Sheng
2a2679eefb
Fix Pxx calculate bug. ( #3391 )
2019-09-02 10:14:33 +08:00
康智冬
70b825ce43
fix typo ( #3388 )
2019-09-01 08:35:32 +08:00
kezhenxu94
6fd85c8303
Avoid unnecessary resetting when service mapping id is already 0 ( #3383 )
...
* Avoid unnecessary resetting when service mapping id is already 0
* Avoid as early as possible and minor optimization
* Remove unused import
* Polish
2019-08-30 23:54:54 +08:00
kezhenxu94
54614a0594
Support gateway without agent ( #3308 )
...
* Support Gateway without agent
2019-08-30 16:17:41 +08:00
Andy Ai
8bf7e346ee
Support play 2.x ( #3207 )
...
* Support play 2.x
2019-08-29 17:00:51 +08:00
Jared Tan
cadaab03ae
set alarm record ordered by start time desc. ( #3353 )
2019-08-28 09:56:55 +08:00
彭勇升 pengys
3264fd4e31
Fixed #3328 , keyword data type is not long enough for saving PXX metrics. ( #3332 )
2019-08-26 16:33:55 +08:00
webb2019
429c9b3c9c
Data binary limit ( #3321 )
...
* fix "DATA_BINARY" limit VARCHAR(20000)
2019-08-26 09:40:37 +08:00
webb2019
f0acf9b61f
slow sql long string trim ( #3318 )
...
* slow sql long string trim
* fix slow sql has long string
2019-08-25 21:21:48 +08:00
Daming
49b20dd0cb
Support Zookeeper ACL ( #3273 )
...
* support ACL
* support digest only
2019-08-21 09:23:43 +08:00
吴晟 Wu Sheng
dc0f6530cb
Fix TTL issue. ( #3292 )
...
* Fix TTL issue.
* Fix issue.
* Rename `getSecondTimeBucket` to `getRecordTimeBucket`.
2019-08-20 15:36:31 +08:00
吴晟 Wu Sheng
8888029e9a
Module config set override is not working ( #3283 )
...
* set Override is not working.
* Submodule update
* Add header.
2019-08-17 10:10:30 +08:00
kezhenxu94
db9759fcc2
Check license header strictly ( #3274 )
...
* Check license header strictly
* Ignore header template
* Include more files to check list
2019-08-16 14:37:44 +08:00
于玉桔
a0e816771c
Webflux plugin optimization ( #3243 )
...
* webflux
2019-08-13 22:52:01 +08:00
于玉桔
73cf05c5b9
fix component-libraries typo ( #3241 )
2019-08-10 17:07:18 +08:00
Jared Tan
02affffa50
support elasticsearch address configuration with http scheme. ( #3236 )
...
* support elasticsearch address configuration with http scheme.
* update logical.
2019-08-09 19:15:04 +08:00
yantaowu
1bfda1dd65
Modify the thread pool of grpc server. ( #3225 )
...
* Modify the thread pool of grpc server.
* add license header
* make param confingable
* Add sharing and Jaeger config.
* Remove grpc thread config from yml
2019-08-09 09:14:55 +08:00
吴晟 Wu Sheng
0df76e4e38
Remove the scope-meta file ( #3226 )
...
* Remove the meta file
2019-08-07 17:35:12 +08:00
kezhenxu94
37acc3dc99
Add dependency licenses check ( #3221 )
...
* Add dependency licenses check
2019-08-07 09:45:23 +08:00
吴晟 Wu Sheng
b247dc979e
Move project master branch to 6.4.0-SNAPSHOT ( #3220 )
...
* [maven-release-plugin] prepare release v6.3.0
* [maven-release-plugin] prepare for next development iteration
2019-08-05 21:19:17 +08:00
吴晟 Wu Sheng
e74637a261
GC time metrics should be total time. ( #3216 )
...
* GC time metrics should be total time.
* Add it to change log.
* FYI @hanamily you missed to change this in self observability.
2019-08-05 11:46:12 +08:00
li.can
6e837153f2
Add jdk http plugin ( #3171 )
...
* add http
* update plugin
* Add StaticMethodsAroundInterceptor to be injected.
* move to options plugin
* move folder
* update pom
* support https
* add witness class
* Make JDK9-11 available for bootstrap instrumentation
* Remove temp folder of old bootstrap instrumentation requirement.
* remove witness ,work for jdk6,7,8,9,10,11
* Make JDK 12 works.
* move jdk-http-plugin to bootstrap-plugins folder
* add httpsclient
* update README.md
2019-08-03 10:26:20 +08:00
kezhenxu94
49f50a24a4
Support upgrade backend w/o rebooting agents ( #3170 )
...
* Support upgrade backend w/o rebooting agents
2019-08-02 09:25:17 +08:00
kezhenxu94
e8f94d55c3
Fix bug: NetworkAddressInventory uses wrong builder to convert data ( #3183 )
2019-07-29 14:07:37 +08:00
Alan Lau
76d91635ee
Support etcd configuration. ( #2973 )
...
* Support etcd configuration.
2019-07-27 22:02:40 +08:00
彭勇升 pengys
16b8236506
1. All the inventories add last_update_time attribute, delete the mapping_last_update_time attribute in service inventory. ( #3168 )
...
2. Fixed the service inventory and net address inventory update bugs.
2019-07-26 14:02:27 +08:00
彭勇升 pengys
f658d9eb4d
Simplify the PxxMetrics and ThermodynamicMetrics to improve performance ( #3162 )
...
* Feature of database session
* Make it configurable.
* Change the metrics process flow.
before: metrics entrance -> aggregate worker -> remote worker -> trans worker -> minute, hour, day, month persistence worker -> storage
after: metrics entrance -> aggregate worker -> remote worker -> minute persistence worker -> trans worker -> hour, day, month persistence worker -> storage
* IntKeyLongValueHashMap instead of IntKeyLongValueArray.
* Make the OAP server can't startup.
* Finish
* Rename the method and fixed some test case issues.
* Rename field.
* no message
2019-07-25 19:08:36 +08:00
彭勇升 pengys
8605f4ccc0
Change the metrics process flow. ( #3157 )
...
* Feature of database session
* Make it configurable.
* Change the metrics process flow.
before: metrics entrance -> aggregate worker -> remote worker -> trans worker -> minute, hour, day, month persistence worker -> storage
after: metrics entrance -> aggregate worker -> remote worker -> minute persistence worker -> trans worker -> hour, day, month persistence worker -> storage
2019-07-24 18:18:20 +08:00
Gao Hongtao
924f25fec4
Self observability of OAP backend ( #3140 )
...
* First commit
* Fix e2e test and some nits
* Documenting so11y and setting default values of it in dev env
2019-07-24 16:08:56 +08:00
彭勇升 pengys
8d234a91e5
Feature of database session in OAP server. ( #3147 )
...
* Feature of database session
* Make it configurable.
* Make the OAP server can't startup.
2019-07-24 13:43:19 +08:00
吴晟 Wu Sheng
f83dc64602
Fix a wrong comment. ( #3134 )
2019-07-21 18:38:19 +08:00
彭勇升 pengys
8306ad4531
Reduce the number of threads to improve performance. ( #3133 )
...
* Refactor Persistence worker.
* 1. Provide InsertRequest and UpdateRequest interface for prepare persistence.
2. Implement the ids query for H2 metrics DAO.
* Refactor worker framework
* Use queue to receive asynchronous batch request.
* Rename the Datacarrier thread name.
* Fixed some mistake.
* New mistake.
2019-07-21 15:51:24 +08:00
吴晟 Wu Sheng
ab9bc9226b
Fix H2 metrics read bug, can't read expected existing metrics. ( #3132 )
...
Make agent mock works as usual.
2019-07-21 15:07:35 +08:00
彭勇升 pengys
594994ffae
1. Provide InsertRequest and UpdateRequest interface for prepare persistence. ( #3131 )
...
2. Implement the ids query for H2 metrics DAO.
2019-07-21 13:56:12 +08:00
彭勇升 pengys
6de3e55280
Too many EndOfBatchContext instance created. ( #3129 )
2019-07-21 00:26:17 +08:00
吴晟 Wu Sheng
d256fc348e
OAP internal RemoteService protocol change and code refactor ( #3128 )
...
* Remove the worker id, and add worker name for remote handler only.
* Remote metrics and inventory classes mapping too.
* Refactor codes.
2019-07-20 23:47:17 +08:00
彭勇升 pengys
6338de392f
Improve OAP server performance. ( #3127 )
...
* Improve OAP server performance.
2019-07-20 22:59:52 +08:00