kezhenxu94
c8a78149a6
Enable otlp OC handler by default and polish doc ( #9499 )
2022-08-22 16:09:59 +08:00
yswdqz
828669ce2a
Support PostgreSQL monitoring. ( #9495 )
2022-08-22 14:29:26 +08:00
yswdqz
aa6c5e9182
Support MySQL monitoring. ( #9432 )
2022-08-12 16:51:36 +08:00
mrproliu
4c3010c97c
Fix MySQL related E2E failures ( #9466 )
2022-08-12 14:02:29 +08:00
mrproliu
0c2bf2c9ff
Support analyze the component in the eBPF Network profiling ( #9430 )
2022-08-06 23:32:14 +08:00
mrproliu
4bd4231b60
Elasticsearch storage support merge all records(without super datasets) indices into one physical index ( #9424 )
2022-08-05 10:40:33 +08:00
Wan Kai
0a032ced18
Elasticsearch storage support merge all metrics/meter indices into one physical index ( #9416 )
2022-08-03 21:18:30 +08:00
mrproliu
b8cf95d165
Add `SUM_PER_MIN`(sumHistogramPercentile) downsampling in MAL. Add eBPF Network Profiling E2E ( #9377 )
2022-07-28 10:00:36 +08:00
cui fliter
3fe3a11547
fix some typos ( #9292 )
...
Signed-off-by: cui fliter <imcusg@gmail.com>
2022-06-30 23:30:08 +08:00
Wan Kai
e346b618ea
Support Zipkin kafka collector. ( #9252 )
2022-06-21 20:40:43 +08:00
吴晟 Wu Sheng
cc282232e4
UI sync & Update Java agent and satellite commit ID for testing. ( #9239 )
...
* Sync UI
* Update Java agent and satellite commit ID for testing.
* Fix e2e
* Fix Satellite plugin names
Co-authored-by: wankai123 <wankai123@foxmail.com>
Co-authored-by: mrproliu <741550557@qq.com>
2022-06-16 12:57:57 +08:00
Wan Kai
f0aef53d49
Support Zipkin traces collect and zipkin traces query API. ( #9177 )
2022-06-08 07:40:36 +08:00
kezhenxu94
8d34c17871
Add on demand logs support to service mesh ( #9171 )
2022-06-06 13:16:55 +08:00
Jiajing LU
0148615350
add negative tags check ( #9168 )
2022-06-02 16:38:39 +08:00
mrproliu
b695983fc5
Add OFF CPU eBPF Profiling E2E Testing and Sync UI ( #9122 )
2022-05-23 23:09:37 +08:00
Jiajing LU
133b2e4ad9
Add event E2E for BanyanDB ( #9119 )
2022-05-23 09:31:29 +08:00
吴晟 Wu Sheng
86fb88a10a
Bump up BanyanDB server version ( #9118 )
2022-05-23 08:43:23 +08:00
mrproliu
e8b24e7fb2
Add TiDB, OpenSearch, Postgres storage optional to Trace and eBPF Profiling E2E testing. ( #9117 )
2022-05-22 14:54:26 +08:00
Jiajing LU
25ebd6c242
Add Banyandb storage e2e ( #9112 )
2022-05-21 19:48:56 +08:00
Wan Kai
051431fde7
SQL Database: provide `@SQLDatabase.AdditionalEntity` to support create additional tables from a model. ( #9098 )
...
* SQL Database: provide `@SQLDatabase.AdditionalEntity` to support create additional tables from a model.
* [Breaking Change] SQL Database: remove SQL Database config `maxSizeOfArrayColumn` and `numOfSearchableValuesPerTag`.
* [Breaking Change] SQL Database: move `Tags list` from `Segment`,`Logs`,`Alarms` to their additional table.
* Upgrade doc
2022-05-20 08:29:32 +08:00
mrproliu
e451052357
Remove `total` field in Alarm, Browser Logs, and Alarm query ( #9102 )
2022-05-19 23:04:44 +08:00
mrproliu
7c295738a8
Remove `total` field in Log and Trace query ( #9094 )
2022-05-19 06:50:37 +08:00
mrproliu
91b94cfc10
Adapt the process procotol update ( #9069 )
2022-05-16 16:30:56 +08:00
吴晟 Wu Sheng
fcc6a16215
Remove InfluxDB 1.x and Apache IoTDB 0.X as storage options ( #9060 )
...
* Remove InfluxDB 1.x and Apache IoTDB as storage options.
* Update dependencies.
2022-05-13 21:30:24 +08:00
mrproliu
9494fb2545
Remove layer from process and remove duration from eBPF Profiling scheduler query ( #9034 )
2022-05-11 17:15:09 +08:00
Wan Kai
2e7cf5db10
Remove `Layer` concept from `ServiceInstance`. ( #9029 )
2022-05-11 09:59:33 +08:00
kezhenxu94
59c63d90e8
Add Envoy internal cost metrics ( #9020 )
2022-05-10 12:53:38 +08:00
Wan Kai
26d8c36e3a
VM monitoring adapt the latest version `0.50.0`of the `opentelemetry-collector` ( #9013 )
2022-05-09 16:54:05 +08:00
Wan Kai
054e01a6b1
E2E: fix log test miss verify LAL and metrics ( #8981 )
...
* E2E: fix log test miss verify LAL and metrics
* fix kafka log case, set rover test interval 10s
2022-05-03 17:08:25 +08:00
mrproliu
48a5b8cc59
Add the support eBPF profiling field into the process entity ( #8976 )
2022-04-30 17:31:31 +08:00
Superskyyy
211efc0562
Further remove jetty references and config ( #8974 )
2022-04-29 14:32:44 +08:00
mrproliu
a93667184f
Support receive Kubernetes process from the Rover ( #8960 )
2022-04-27 19:20:50 +08:00
Hoshea Jiang
8247bc3c71
Add layer field to event ( #8881 )
2022-04-19 16:49:52 +08:00
mrproliu
db3c1da10d
Update the eBPF Profiling task as service level ( #8840 )
2022-04-14 07:30:40 +08:00
kezhenxu94
118ba3b569
Fix wrong example in doc, sync Python E2E version and adjust E2E ( #8751 )
...
* Fix wrong example in doc, sync Python E2E version and adjust E2E
2022-04-07 13:02:21 +08:00
吴晟 Wu Sheng
34a4553e23
Bump up versions for Apache httpclient, commons-io, postgresql, log4j2(test codes) ( #8811 )
2022-04-05 20:26:18 +08:00
mrproliu
72e4b12dc3
Add the Self Observability template of SkyWalking Satellite ( #8776 )
2022-03-31 18:39:59 +08:00
Kai
b57866eb67
Adjust MAL for V9 and update UI template ( #8772 )
...
* Add ui template custom folder.
Adjust MAL for V9, remove some group, add new Service func for custom delimiter .
Sync ui.
* changes.md
* fix e2e
* fix e2e
* Update CHANGES.md
* remove e2e oap istio-dp group
* remove vm group
* fix
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2022-03-31 13:49:07 +08:00
刘威
1554c087f4
Refactor IoTDB storage plugin and bump up iotdb-session to 0.12.5 ( #8755 )
2022-03-30 19:19:49 +08:00
mrproliu
2a8bf4deff
Support eBPF Profiling E2E ( #8761 )
2022-03-30 12:11:30 +08:00
吴晟 Wu Sheng
d90e2e6ef6
Enhance endpoint dependency analysis to support cross threads cases. ( #8747 )
...
* [**Breaking Change**] Remove **Deprecated responseCode** from sources, including Service, ServiceInstance, Endpoint
* Enhance endpoint dependency analysis to support cross threads cases. Refactor span analysis code structures.
* Remove `isNotNormal` service requirement when use alias to merge service topology from client side. All RPCs' peer
services from client side are always normal services. This cause the topology is not merged correctly.
-----------
In our showcase and Java agent scenarios, there are several cross-thread tracing cases, we were not generating endpoint dependency if ref exists in local and exit span. In this PR, I am adding this missing part back.
Also, in case the downstream endpoint of the dependency is another local/exit span's operation name, which was not generating endpoint traffic before, I add traffic generation of both sides' endpoints of dependency.
Another important point that drives me to fix this is, in the new Booster UI, metrics of endpoint dependency are shown in a separate dashboard, which requires the endpoints of both sides existing in metadata, otherwise, nothing shows up.
For e2e, updated the Java agent to the latest.
2022-03-26 20:00:12 +08:00
kezhenxu94
80d3a4a1ba
Sync NodeJS version and adjust E2E ( #8730 )
2022-03-23 23:07:45 +08:00
Cool-Coding
b9c5283468
Fix the configuration of `Aggregation` and `GC Count` metrics for oap self observability( #8707 ) ( #8719 )
2022-03-21 19:03:39 +08:00
kezhenxu94
bf03d9f67a
Improve CI with the GHA new feature ( #8691 )
2022-03-17 10:06:53 +08:00
kezhenxu94
178844e24e
Add istio 1.13.1 to test matrix for verification ( #8585 )
2022-02-26 13:25:33 +08:00
Jiajing LU
b9de4c06cb
Publish e2e-service-* images to GitHub container registry ( #8590 )
2022-02-25 22:17:25 +08:00
kezhenxu94
68e40eb9fc
Support ElasticSearch 8 and add it into E2E tests ( #8564 )
2022-02-21 08:11:27 +08:00
Jared Tan
c1765b5177
[OAL] Keep the endpoint avg resp time meter name the same with others scope. ( #8534 )
...
* Keep the endpoint avg resp time meter name the same with others scope.
* fix e2e.
* update changes.
* Update CHANGES.md
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
* sync submodule.
* revert break changes
* fix UT
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2022-02-11 20:48:02 +08:00
刘威
b0a875fe3f
Bump up iotdb-session to 0.12.4 and fix IoTDB storage option bug ( #8484 )
...
* Fix IoTDB Storage Option insert null index value.
* Set the default value of SW_STORAGE_IOTDB_SESSIONPOOL_SIZE to 8
* Bump up iotdb-session to 0.12.4
* Update doc
2022-01-30 09:02:39 +08:00
wankai123
c0d7d466bf
E2E: Fix wrong health check command and java agent eclipse-temurin image in kafka scenario Process No issue ( #8486 )
2022-01-28 21:20:26 +08:00