吴晟 Wu Sheng
122946e099
Use go2sky 1.1.0 for e2e testing. ( #7034 )
2021-05-28 15:37:29 +08:00
hailin0
47fef5df22
Support native-json format log in kafka-fetcher-plugin ( #6952 )
2021-05-20 16:33:44 +08:00
Zhenxu Ke
15e112262c
Replace OpenSearch self-built docker image with official one ( #6938 )
2021-05-14 19:24:23 +08:00
Zhenxu Ke
c5e0c01f06
Add OpenSearch as a storage option ( #6916 )
2021-05-09 10:09:15 +08:00
Qiuxia Fan
77ef3da8e9
Update commit hash for browser agent ( #6812 )
2021-04-25 18:19:23 +08:00
liqiangz
7a53331367
Support alarm tags ( #6820 )
2021-04-25 17:22:43 +08:00
Zhenxu Ke
35c7fa5ed6
Pin the tidb docker image to 4.0.12 ( #6716 )
2021-04-09 09:24:36 +08:00
吴晟 Wu Sheng
c2c62620ff
Update Dockerfile.go ( #6689 )
2021-04-06 07:44:43 +08:00
mrproliu
fdab7f06a1
Add go2sky correlation context E2E test ( #6590 )
2021-03-22 20:25:37 +08:00
Daming
c2fa8baf5c
Improvement lua e2e case ( #6553 )
2021-03-16 13:34:17 +08:00
Zhenxu Ke
cb16e524da
Enhance the LAL to allow easily skipping logs with malformed formats ( #6477 )
2021-03-03 17:18:50 +08:00
Zhenxu Ke
77082de77b
Add `sum` function in meter system ( #6427 )
...
* Add `sum` function in meter system
* Fix minor potential bug and reformat some codes
* Fix a bug
* Use Set to hold the {aggregate,scope} labels as same labels maybe added by multiple aggregation functions
* Separate downsampling function and revert unnecessary codes
2021-02-25 15:10:28 +08:00
Zhenxu Ke
96f1c12159
Introduce log analysis language (LAL) ( #6388 )
2021-02-23 20:06:48 +08:00
Daming
1d4ff66719
Update Dockerfile.nginx ( #6421 )
2021-02-23 12:09:46 +08:00
zhang-wei
1c52995cbf
Supplement the E2E test for skywalking-client-js ( #6409 )
2021-02-21 22:29:50 +08:00
mrproliu
317a6580f3
Remove filename suffix in the meter active file config ( #6413 )
2021-02-21 08:35:38 +08:00
haoyann
c45bb361ee
Storage plugin supports PostgreSQL ( #6345 )
2021-02-20 20:59:51 +08:00
wankai123
6c6a8a7109
Add E2E test for VM monitoring that the metrics from Promethues node-exporter via OTEL. ( #6404 )
2021-02-20 16:11:44 +08:00
mrproliu
e60950c5c3
Change the Zabbix receiver is disabled by default ( #6395 )
2021-02-18 23:45:18 +08:00
mrproliu
75f03acba7
Adopt Zabbix protocol ( #6176 )
...
Happy Chinese New Year !!
2021-02-10 22:40:07 +08:00
Zhenxu Ke
b92eac2cd6
Add a new concept "Event" and its implementations to collect events ( #6183 )
2021-02-05 18:37:18 +08:00
zhang-wei
01d1eff6c7
Enhancement log-recerive e2e test ( #6248 )
2021-01-29 00:07:16 +08:00
zhang-wei
15452025c6
Log collecting and query implementation ( #6120 )
2021-01-14 09:49:11 +08:00
Zhenxu Ke
f3d5153a80
Add ElasticSearch 7.10 to test matrix ( #6137 )
2021-01-07 10:11:13 +08:00
Zhenxu Ke
d4175d84b1
test: add e2e for NodeJS agent ( #6073 )
2020-12-24 16:07:07 +08:00
Zhenxu Ke
6feeaf6e5f
Update submodule to sync namespaced proto files ( #6026 )
...
* update submodule to sync namespaced proto files
* add compat E2E test and update mock collector
* add changelog, fix GHA syntax, compat Java agent
* highlight notes, use archive dist, revert compat in agent
* polish changelog, add missing `-javaagent` in provider
* fix wrong position of JAVA_OPTS
* polish changelog
2020-12-18 12:29:44 +08:00
mrproliu
4aa9f301d0
Add alarm tests in the e2e ( #5961 )
2020-12-08 16:47:28 +08:00
Zhenxu Ke
b5367aa6b1
test: extract so11y test and add logs ( #5955 )
...
* Increase metrics time range
* Remove unused codes
* Update SO11yE2E.java
Co-authored-by: Hongtao Gao <hanahmily@gmail.com>
2020-12-06 22:15:37 +08:00
Gao Hongtao
b39c4306a8
Observing Istio control plane ( #5835 )
...
* Add Istio control plane otel MAL expressions and UI template
* Remove OpenCensus receiver, add OpenTelemetry receiver
* Transfer oc receiver to ot receiver
* Create indices on boot
* Document istio metrics and otel receiver
* Update CHANGES.md
* Fix potential NPE
* Add group to meter and cleanup istio mixer
* Update e2e case due to the change of meter metric name
* Update prometheus fetcher config, fix sql builder issue of h2
* Disable istio and so11y metrics by default.
* Fix micrometer testcase
2020-11-25 21:07:03 +08:00
Jared Tan
8d164d3dd8
Add Tidb provider module. ( #5844 )
...
* fix transaction too large error when use TiDB as storage
* add CHANGES.md
* fix typo
* add tidb storage provider module.
* add e2e.
* revert ui submodule.
* fix license.
* Fix wrong health check test
* add tidb ttl e2e.
Co-authored-by: moonsphere <moonsphere@m.com>
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
2020-11-22 23:28:54 +08:00
kezhenxu94
b93de289d3
test: work around the testcontainers bug ( #5808 )
2020-11-09 06:53:13 +08:00
kezhenxu94
66dd848e84
test: E2E Elasticsearch 7.x highest and lowest versions ( #5779 )
2020-11-03 16:42:13 +08:00
mrproliu
af41da0e93
Support choose files to activate the meter analyzer ( #5748 )
2020-10-29 23:46:07 +08:00
Humbertzhang
c95a913492
Add percentile tests in e2e test. ( #5737 )
2020-10-29 14:38:49 +08:00
Humbertzhang
39815388a3
Add E2E test for python Kafka report protocol ( #5640 )
2020-10-10 16:41:18 +08:00
zifeihan
84d49c4412
Add kafka config for how long does kafka query server topic will trigger timeout ( #5554 )
2020-09-25 13:03:51 +08:00
zhang-wei
7ef8b3e476
Support Browser protocol at OAP ( #4228 )
2020-08-31 15:46:37 +08:00
xbkaishui
a7e77832a9
disable kafka property in agent.config ( #5305 )
...
* disable kafka plugin
* enable docker file of kafka for e2e test
2020-08-13 11:09:58 +08:00
CoderGang
4b441f06c3
Support for the remote debugging of local E2E testing framework ( #5198 )
2020-08-07 21:19:10 +08:00
kezhenxu94
58854a9bd8
Update commit hash in Python E2E test to v0.2.0 ( #5256 )
2020-08-07 10:28:54 +08:00
Daming
f9257f5274
Provide kafka as collector/reporter ( #4847 )
2020-07-30 11:55:49 +08:00
mrproliu
925c0d74c7
Provide server-side meter ( #4972 )
2020-07-25 21:17:32 +08:00
kezhenxu94
54a43c4cef
Update Python commit hash to v0.1.0 ( #4988 )
2020-06-30 07:23:43 +08:00
Gao Hongtao
e143ae62eb
Reduce the length of metric name ( #4936 )
2020-06-22 09:10:51 +08:00
zhang-wei
38759318bd
update Dockerfile.go ( #4944 )
2020-06-18 14:04:28 +08:00
吴晟 Wu Sheng
cf80986e71
Update Dockerfile.nginx ( #4930 )
2020-06-16 10:25:55 +08:00
何延龙
305a6b3032
[PHP-E2E] Support v8 ( #4862 )
2020-06-05 18:02:44 +08:00
Daming
3f176bf50f
[hotfix]Fix UITemplate storage Influxdb implamented ( #4849 )
2020-06-02 16:05:21 +08:00
kezhenxu94
edd8305fa2
Check http protocol in Python agent as well ( #4805 )
2020-05-23 16:05:13 +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