Zhenxu Ke
8d7d8650da
Add Dockerfile and build script for Java agent Docker image ( #6686 )
2021-04-06 21:52:31 +08:00
Wen Ming
0f43dd6172
doc: add Apache APISIX for Lua agent in README. ( #6692 )
2021-04-06 15:21:49 +08:00
Qiuxia Fan
5884b02ef3
sync ui ( #6693 )
2021-04-06 14:58:07 +08:00
Wing
4dadbfcb6d
Refine project-goals.md ( #6691 )
2021-04-06 14:23:21 +08:00
wankai123
f9096f5086
Support k8s monitoring ( #6479 )
2021-04-06 14:11:02 +08:00
吴晟 Wu Sheng
9661139428
Sync UI ( #6690 )
2021-04-06 11:54:49 +08:00
liqiangz
411bcf230d
Support @Trace, @Tag and @Tags work for static methods ( #6685 )
2021-04-06 09:04:38 +08:00
liqiangz
647e234d89
Fix CHANGES.md typo ( #6688 )
2021-04-06 07:47:01 +08:00
吴晟 Wu Sheng
c2c62620ff
Update Dockerfile.go ( #6689 )
2021-04-06 07:44:43 +08:00
吴晟 Wu Sheng
2b85ba1041
Fix `disable` statement not working ( #6687 )
2021-04-05 20:11:34 +08:00
吴晟 Wu Sheng
d7beac5bfc
Update the release doc, add clean part ( #6684 )
2021-04-05 09:05:36 +08:00
Kirs
2bc3b61355
Delete unused code (MachineInfo) ( #6679 )
2021-04-04 21:47:57 +08:00
liqiangz
776f19c702
Fix spanLayer is null in optional plugin(gateway-2.0.x-plugin gateway-2.1.x-plugin) ( #6683 )
2021-04-04 20:01:06 +08:00
Wing
f6e2467e09
Refine concepts and designs ( #6681 )
2021-04-04 17:09:37 +08:00
liqiangz
c986948c48
Fix springmvc reactive api can't collect HTTP statusCode. ( #6671 )
2021-04-03 22:09:48 +08:00
Wing
41bc528ae5
Refine concepts and designs ( #6677 )
2021-04-03 15:48:16 +08:00
Darcy
573c3359ca
Fix Agent Plugin "asynchttpclient" not record the status code of the … ( #6665 )
2021-04-03 15:42:59 +08:00
FrankyXu
0dd9cc1e18
Update oal.md ( #6666 )
2021-04-02 12:13:59 +08:00
Evan
2af77d4d03
make sync metrics concurrency ( #6642 )
...
* make sync metrics concurrency
* add changelog
* add changelog
* polish codes
* change default value
* remove unnecessary codes
Co-authored-by: Evan <evanljp@outlook.com>
Co-authored-by: Zhenxu Ke <kezhenxu94@apache.org>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2021-04-02 11:33:46 +08:00
Shengjun
fc7d8dcb5e
Redis Lettuce span UI doesn't show detailed Redis command parameters in 'db.statement' field ( #6614 )
2021-04-02 10:03:57 +08:00
Gao Hongtao
b8a040ea74
Append the root slash(/) to getIndex and getTemplate requests in ES client ( #6663 )
...
* Append the root slash(/) to getIndex and getTemplate requests
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
* Document this bug
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
2021-04-01 14:26:57 +08:00
Wing
75b52917df
Refine concepts and designs ( #6655 )
2021-04-01 07:01:24 +08:00
wankai123
4af2b61027
Fix ALS K8SServiceRegistry didn't remove the correct entry ( #6658 )
...
* Fix ALS K8SServiceRegistry didn't remove the correct entry
* Add changes
Co-authored-by: Zhenxu Ke <kezhenxu94@apache.org>
2021-04-01 06:14:01 +08:00
Gao Hongtao
7d06c210ae
Resolve envoy service name from a different position ( #6654 )
2021-03-31 12:09:18 +08:00
Alvin
9a3e8357cc
Fix NullPointerException when call "ReactiveRequestHolder.getHeaders" ( #6651 )
2021-03-31 07:11:30 +08:00
wankai123
523944a59f
Add arg `namespace` to func `retagByK8sMeta`, rebuild the relationship between pod and service by labels ( #6650 )
...
* Add `namespace` to func `retagByK8sMeta`, rebuild the relationship between pod and service by labels
* add param check
2021-03-30 08:48:22 +08:00
史精文
0c0a8d4393
Revise document description for #4651 ( #6638 )
2021-03-29 13:35:24 +08:00
liqiangz
56bebb8baf
Remove the close_before_method and close_after_method parameters of custom-enhance-plugin to avoid memory leaks ( #6632 )
...
* Remove the close_before_method and close_after_method parameters of custom-enhance-plugin to avoid memory leaks
* refine
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2021-03-29 10:50:27 +08:00
李文广
0047829b9f
Fixbug/springmvn-annotation-4.x-plugin, witness class does not exist in some versions ( #6629 )
2021-03-28 23:32:31 +08:00
Zhenxu Ke
db9cc26977
Remove binary files and download them in CI process instead ( #6631 )
2021-03-28 18:37:33 +08:00
史精文
ec043d5c6e
document description supplement for #6403 ( #6630 )
2021-03-28 11:48:02 +08:00
Tomasz Pytel
1a0a9388e8
added Component ID for Node Mongoose plugin ( #6628 )
2021-03-27 00:51:19 +08:00
Wing
f94bf971fd
Refine lal.md ( #6626 )
2021-03-26 12:04:55 +08:00
Kirs
f3ca0d0ea5
Timestamp in GlobalIdGenerator is implemented using ThreadLocalRandom ( #6623 )
2021-03-26 08:33:36 +08:00
wankai123
92c0cb856d
Add function `retagByK8sMeta` and opt type `K8sRetagType.Pod2Service` in MAL for k8s to relate pods and services. ( #6608 )
2021-03-25 20:50:58 +08:00
Wing
073fbbcab3
Refine event.md ( #6622 )
2021-03-25 14:29:23 +08:00
Stephen Ni
51b60ae218
Update the agent HBase plugin to support HBase Client 2.x ( #6577 )
2021-03-25 14:08:31 +08:00
CharliePu
35d7a520c5
A unit test can be better. ( #6620 )
2021-03-25 08:03:42 +08:00
Ax1an
a396888de8
Fix negative number on the grafana dashboard. ( #6615 )
2021-03-24 21:02:37 +08:00
Wing
32736dc0e4
Refine backend-overview.md ( #6609 )
2021-03-24 13:41:50 +08:00
吴晟 Wu Sheng
f3b567160c
Enhance the export service. ( #6602 )
2021-03-24 09:22:03 +08:00
Ryan Wang
b28f270527
sync ui ( #6603 )
2021-03-23 20:26:28 +08:00
mrproliu
fdab7f06a1
Add go2sky correlation context E2E test ( #6590 )
2021-03-22 20:25:37 +08:00
Leon Yang
9b4766e491
fix no trace id in async log ( #6567 )
2021-03-22 16:12:44 +08:00
Wing
54997d1ecc
Refine FAQ ( #6591 )
2021-03-22 07:57:03 +08:00
Leon Yang
56425f1c62
support jedis pipeline ( #6565 )
2021-03-20 19:52:28 +08:00
wankai123
c2c3830a80
Add functions in MAL to filter metrics according to the metric value ( #6587 )
2021-03-20 17:12:34 +08:00
Ax1an
b48433e1f6
Optimize the self monitoring grafana dashboard. ( #6549 )
2021-03-20 13:33:11 +08:00
CharliePu
fadbecaa84
Sync UI and upate change logs. ( #6582 )
2021-03-20 08:11:57 +08:00
Zhenxu Ke
25214e910a
Collect and report agent starting / shutdown events ( #6559 )
2021-03-18 15:25:06 +08:00