Daming
fe77465540
Update How-to-enable-kafka-reporter.md ( #5517 )
2020-09-18 21:55:18 +08:00
xbkaishui
f397c1bb49
support build individual module ( #5489 )
...
* support build single module
* enforce maven version must greater than 3.6
* update build doc to support maven3.6+
2020-09-16 08:12:42 +08:00
Gao Hongtao
50d2ff75bc
Parse TLS mode from ALS ( #5454 )
...
* Parse tls mode from als
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
* Polish code
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
2020-09-13 14:52:39 +08:00
xbkaishui
c408cf9678
Alarm support wechat webhook ( #5474 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-09-12 21:35:42 +08:00
Evan
29de696c42
exception-ignore-plugin ( #5426 )
2020-09-09 15:07:01 +08:00
Xin,Zhang
1b5dd9b3f3
Move spring webflux into optional plugin ( #5445 )
...
* Move spring webflux into optional plugin
* Fix compile check
* Fix check style
* Adjust code
* add docs
* Update docs/en/setup/service-agent/java-agent/README.md
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-09-09 09:53:07 +08:00
CoderGang
c89e766f0d
Fix the bug #5443 and add documents for the local E2E remote debugging. ( #5457 )
...
* fix the E2E bug when running locally with multiple `docker-compose.yml` files #5443
* add documents for the for local remote debugging.
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2020-09-09 00:26:11 +08:00
Evan
4f1dab7003
Support segment status based on entry/first span only ( #5416 )
2020-09-05 20:20:21 +08:00
Gao Hongtao
35264e6171
Support SSL for prometheus telemetry and prometheus fetcher ( #5431 )
...
* Support SSL for prometheus telemetry and prometheus fetcher
* Documents
* Clear up abandunt dependencies
* Update license
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-09-05 17:01:09 +08:00
Gao Hongtao
1473c04d3e
Introduce label system to histogram ( #5425 )
2020-09-04 14:49:47 +08:00
Evan
0e132685e6
fix doc on recently pr ( #5432 )
2020-09-03 23:20:36 +08:00
zhang-wei
9143f1342d
Support HTTP api for browser recevier ( #5429 )
...
* support http api
2020-09-03 17:12:07 +08:00
Evan
15b0068fdf
Add superdataset replicas number config ( #5424 )
...
* distinct the number of metrics or common record index with super dataset index.
2020-09-01 23:06:21 +08:00
Gao Hongtao
30ce1959a7
Hot reload gRPC certs of OAP. ( #5376 )
2020-08-31 23:11:01 +08:00
zhang-wei
7ef8b3e476
Support Browser protocol at OAP ( #4228 )
2020-08-31 15:46:37 +08:00
Gao Hongtao
6b6e4d7624
Update als_setting.md ( #5414 )
...
Add an example to present how to integrate skywalking and istio als.
2020-08-31 09:30:26 +08:00
hailin0
ca957699dc
Add support for quartz-scheduler ( #5413 )
2020-08-30 23:48:26 +08:00
Lu Jiajing
9442a51c11
JsonLogger implementation ( #5356 ) ( #5357 )
2020-08-29 23:17:29 +08:00
zifeihan
cbb2e1793b
Update configuration-vocabulary.md and trace-sampling.md ( #5409 )
2020-08-29 15:29:52 +08:00
zifeihan
6227db19cd
Save error trace segment even that segment will abandoned by sampling mechanism ( #5407 )
...
* Save some error trace segment, event this segment abandoned by server side trace sampling mechanism.
* Support forceSaveErrorSegment config to control force save some error segment.
Co-authored-by: echo <zifeihan@foxmail.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-08-28 20:37:19 +08:00
吴晟 Wu Sheng
b11c3519e0
Fix bug. ( #5400 )
2020-08-27 19:51:58 +08:00
lazycathome
fda4bbd29d
Update powered-by.md ( #5398 )
2020-08-27 17:37:16 +08:00
zhang-wei
c5df0760f2
Support IN filter expressions in OAL ( #5390 )
2020-08-26 23:50:59 +08:00
huawei
17225487d7
Update vote check list ( #5380 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-08-26 10:12:03 +08:00
吴晟 Wu Sheng
e878c11158
Open more grpc config in the default application.yml ( #5379 )
2020-08-26 08:48:18 +08:00
xbkaishui
481257ade5
fix typo error ( #5374 )
...
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-08-24 22:11:16 +08:00
Daming
6c1659c56a
[plugin/test] Plugin test with jdk14 ( #5352 )
...
* plugin test with jdk14
* introduce jdk14 container
* remove docker:build
* remove BUILD_NO and introduct image_version
* Update docs/en/guides/Plugin-test.md
Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
2020-08-24 20:17:22 +08:00
hailin0
1b54b61a88
Add support for spring @Scheduled ( #5339 )
2020-08-23 17:13:49 +08:00
Jared Tan
3dfa40ebb5
support Slack alarm hooks ( #5364 )
2020-08-22 17:18:09 +08:00
xbkaishui
79c1c0cc76
Support http header tag ( #5348 )
2020-08-20 10:43:28 +08:00
Gao Hongtao
19836e64bb
Add labeled metrics to alarm system ( #5276 )
2020-08-18 22:55:01 +08:00
Evan
a6e45d04c9
spring annotation enhance ( #5320 )
2020-08-17 10:14:40 +08:00
Evan
68317dd910
Add agent plugins selector ( #5293 )
2020-08-14 15:06:30 +08:00
于玉桔
ab5555fe27
Support @KafkaPollAndInvoke annotation to replace @Trace when just using the Kafka scenario agent plugin ( #5304 )
2020-08-13 21:18:04 +08:00
kezhenxu94
ecc18b9be3
Support !=, like filter expressions in OAL ( #5269 )
2020-08-11 09:37:21 +08:00
吴晟 Wu Sheng
7f7e96b088
[IMPORTANT] Query traces with tags as condition ( #5270 )
2020-08-11 07:24:40 +08:00
于玉桔
e37fc2e439
Support spring-kafka ( #5254 )
2020-08-10 19:13:19 +08:00
Evan
2df3c683ba
Super Size Dataset record index es rolling step ( #5282 )
2020-08-10 14:49:11 +08:00
于玉桔
69297b9ec6
Support Apache ShardingSphere-Elasticjob ( #5153 )
2020-08-10 10:48:23 +08:00
吴晟 Wu Sheng
29a9d1cf76
Add iQIYI.COM at the powered by page ( #5279 )
2020-08-09 18:38:03 +08:00
吴晟 Wu Sheng
6910ff3d07
Add Customization Config section for plugin development. ( #5249 )
2020-08-06 14:44:42 +08:00
zshit
dd6f439df1
support collecting feign params ( #5235 )
2020-08-06 13:09:31 +08:00
吴晟 Wu Sheng
6c487ddd16
Remove unnecessary document. ( #5240 )
2020-08-05 20:34:15 +08:00
于玉桔
7a20c260bb
Add HBase hbase-client plugin ( #5225 )
2020-08-05 17:55:20 +08:00
于玉桔
4149ac59fe
The Dubbo plugin can collect more information by custom ( #5209 )
2020-08-04 23:26:56 +08:00
Daming
052818041b
Fix typo ( #5214 )
2020-08-03 12:38:37 +08:00
吴晟 Wu Sheng
78a355e6c3
Update README.md ( #5206 )
2020-07-30 19:02:48 +08:00
Daming
f9257f5274
Provide kafka as collector/reporter ( #4847 )
2020-07-30 11:55:49 +08:00
Ax1an
5d7da1aead
Add internalComHost and internalComPort config to Nacos. ( #5192 )
2020-07-29 15:54:10 +08:00
吴晟 Wu Sheng
bebaf9bd4d
Update doc links for adopting the 2 nodejs agents. ( #5182 )
2020-07-27 17:28:50 +08:00
吴晟 Wu Sheng
906c2329fc
Changelog of 8.1.0 release. ( #5180 )
2020-07-27 13:57:57 +08:00
mrproliu
925c0d74c7
Provide server-side meter ( #4972 )
2020-07-25 21:17:32 +08:00
Jared Tan
db9f8e6e00
Support Jetty server advanced configuration. ( #5147 )
2020-07-25 17:41:49 +08:00
songzhendong
119af6ea1c
Add Tomcat 9 install document for java agent (windows) ( #5169 )
...
Add Tomcat 9 install document for java agent (windows)
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-07-24 22:10:31 +08:00
吴晟 Wu Sheng
2c676ead24
Add OAP configuration vocabulary documentation. ( #5149 )
2020-07-23 08:24:40 +08:00
Stalary
1877d0fcf4
Add jvm_thread metrics ( #5129 )
2020-07-22 09:05:32 +08:00
songzhendong
b363b0ea4f
Add Nacos back into SkyWalking as an option(nacos-1.3.1) ( #5137 )
2020-07-21 23:30:06 +08:00
Evan
e0325a4407
Configmap configuration ( #4959 )
2020-07-20 12:35:35 +08:00
吴晟 Wu Sheng
0339889e11
Fix backend-telemetry.md format ( #5107 )
...
* Update backend-telemetry.md
Fix doc format.
* Update backend-setup.md
Remove out-of-date inventory documentation.
2020-07-16 17:40:18 +08:00
xin
a6c3aad8fa
Fix config file and document typo for ttl ( #5087 ) ( #5088 )
2020-07-12 17:36:35 +08:00
Gao Hongtao
b6661b5164
Add health checker module ( #5046 )
2020-07-10 00:30:43 +08:00
wangwei
20062c6863
add istioctl ALS command for document ( #5066 )
...
* add istioctl ALS command
* add note
2020-07-09 15:06:45 +08:00
songzhendong
6ba9c7f81b
Dynamic Configuration Zookeeper Implementation ( #5040 )
2020-07-07 09:43:44 +08:00
killGC
73ee3103e2
support sampleRate as Dynamic Configuration ( #4968 ) ( #4987 )
2020-07-07 08:40:44 +08:00
Ax1an
a3ae7b4dc6
Fix no data bug of oap self observability instance_metrics_second_aggregation metrics. ( #5028 )
2020-07-06 13:03:36 +08:00
caoyixiong
80a534b1bb
support Graphql Logic endpoint ( #5030 )
2020-07-05 23:37:09 +08:00
Gao Hongtao
1654a0fbf0
Add opencensus reciever ( #5029 )
...
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
2020-07-05 20:53:16 +08:00
吴晟 Wu Sheng
310b8857b2
Update Java-Plugin-Development-Guide.md ( #5020 )
...
Fix doc format.
2020-07-03 17:31:24 +08:00
于玉桔
00619a9a3d
Java agent memory leak when enhance `Worker thread` at use Thread Pool ( #5009 )
2020-07-02 09:27:06 +08:00
gongdewei
1817386391
Support cache mode in the agent. ( #4858 )
2020-07-01 23:20:50 +08:00
吴晟 Wu Sheng
a93f1b3c3c
Support `logic-endpoint` series tag(s). ( #4985 )
...
* Support `logic-endpoint` series tag(s).
* Enhance the plugin dev doc.
* Update Java-Plugin-Development-Guide.md
fix punctuation
Co-authored-by: caoyixiong <32847163+IanCao@users.noreply.github.com>
2020-06-30 00:07:53 +08:00
caoyixiong
31f42343f6
add brpc-java plugin ( #4958 )
2020-06-27 14:57:29 +08:00
mrproliu
cc9ea271a7
Provide agent-side meter api ( #4816 )
2020-06-22 14:07:34 +08:00
dagmom
08897ce5f8
New feature provided : new plugin for influxdb-java client ( #4846 )
2020-06-21 22:35:45 +08:00
于玉桔
c778a0d6c2
Support Quasar fiber tracing ( #4951 )
2020-06-20 22:30:03 +08:00
天马行空
520cee30f3
Update powered-by.md ( #4948 )
2020-06-19 16:50:27 +08:00
OWL
c34bf6f81b
dxy join in skywalking ( #4940 )
2020-06-17 19:31:56 +08:00
xiaoyu
164124fc22
provider shardingSphere 4.0.0 4.0.1 plugin. ( #4927 )
2020-06-15 17:03:17 +08:00
xiaoyu
a24efcf5e9
ShardingSphere plugins conflict among themselves. ( #4921 )
...
* Fix shardingSphere plugin test fail if have some same ENHANCE_CLASS define.
* support 4.1.0 and 4.1.1
* support 4.1.0 and 4.1.1
2020-06-14 18:48:07 +08:00
novayoung
46fede56b1
Add "Hydee Soft" to the powered-by page ( #4914 )
2020-06-12 14:36:34 +08:00
songzhendong
86fd1900de
Update backend-cluster.md ( #4910 )
2020-06-12 07:50:40 +08:00
Xin,Zhang
7b99019c49
Refactory spring gateway plugin ( #4878 )
2020-06-12 00:25:41 +08:00
吴晟 Wu Sheng
dacacf7bbd
Update README.md ( #4908 )
2020-06-11 20:07:20 +08:00
Gao Hongtao
5038f07094
Update prometheus fetcher for so11y ( #4902 )
2020-06-11 16:58:28 +08:00
xiaoyu
9a9401fdb6
provide shardingSphere(4.0.0,4.0.1, 4.1.0 ,4.1.1) plugin. ( #4894 )
2020-06-11 14:49:04 +08:00
吴晟 Wu Sheng
101442bedc
Fix a wrong config and update the youtube video. ( #4899 )
2020-06-11 11:06:37 +08:00
吴晟 Wu Sheng
df83490ae6
UI is ready for 8.0.0 release. ( #4896 )
2020-06-10 20:35:46 +08:00
何延龙
d982576af4
PHP component ( #4882 )
2020-06-09 15:55:19 +08:00
吴晟 Wu Sheng
eb1cc71b6e
Clean up removed configurations. ( #4884 )
2020-06-09 12:03:59 +08:00
吴晟 Wu Sheng
98e29a6028
Update README.md ( #4870 )
...
Fix a missing link
2020-06-08 11:11:06 +08:00
Gao Hongtao
4f0f39ffcc
Ingest prometheus metrics through meter system ( #4783 )
2020-06-08 09:19:34 +08:00
songzhendong
f3d907bf6d
Remove nacos ( #4867 )
...
* Add annotation(AlarmCore.start)
* Upgrade nacos version to 1.2.0
* Revert "Upgrade nacos version to 1.2.0"
This reverts commit 4d7b06f6d20ee09ad377ad6ef736aeab429314e0.
* Update nacos version to 1.2.0(Solve the security problem of the old version of fastsjon)
* Recovery annotation
* Recovery annotation
* Update nacos version to 1.2.0
* Update tls_key_generate.sh path
Update tls_key_generate.sh path
* Add annotation(AlarmCore.start)
* Revert "Upgrade nacos version to 1.2.0"
This reverts commit 4d7b06f6d20ee09ad377ad6ef736aeab429314e0.
* Update nacos version to 1.2.0(Solve the security problem of the old version of fastsjon)
* Recovery annotation
* Recovery annotation
* Update tls_key_generate.sh path
* Execution Authority
* Remove nacos
* remove nacos code
* remove nacos
remove nacos
* remove nacos
remove nacos
* remove nacos
* remove nacos
Co-authored-by: songzhendong <289505773@qq.com>
Co-authored-by: songzhendong <songzhendong@xiaomi.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-06-06 14:23:12 +08:00
吴晟 Wu Sheng
d094a0f7c0
Support UI template management. ( #4843 )
2020-06-01 23:06:14 +08:00
Jared Tan
42d79bf08d
Fix too many mang ipv4 records reported by the agent when deployed in container. ( #4817 )
2020-05-25 16:15:10 +08:00
吴晟 Wu Sheng
a10e044932
Group Parameterized Endpoints ( #4802 )
...
* Group Parameterized Endpoints. Configure the grouping rules for parameterized endpoints, to improve the meaning of the metrics.
2020-05-20 22:50:22 +08:00
Evan
17757b7046
Add Baidu to the powered-by page ( #4798 )
2020-05-17 20:01:01 +08:00
吴晟 Wu Sheng
2dd9a3fd19
Add v8 upgrade document and fix some tiny doc issues. ( #4787 )
...
* Add v8 upgrade document and fix some tiny doc issues.
* Add link to STAM paper.
2020-05-14 18:43:32 +08:00
mrproliu
8af10bed11
Support regex to include or exclude the names in alarm module ( #4775 )
...
* Support regex to include or exclude the names, requested through mail list, https://lists.apache.org/x/thread.html/rb6d91093776cf61880425449d3d25f9d560cd32363c0075de9a85d13@%3Cdev.skywalking.apache.org%3E
Co-authored-by: Mrproliu <mrproliu@lagou.com>
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2020-05-13 14:34:16 +08:00
TerrellChen
cd41b223b8
Delete removed method in 8.0.0 ( #4778 )
2020-05-12 23:21:25 +08:00
吴晟 Wu Sheng
39adda09f3
Make the default application.yml more friendly in the configuration s… ( #4777 )
...
* Make the default application.yml more friendly in the configuration section.
* Fix an issue in python e2e.
2020-05-12 16:55:31 +08:00