Commit Graph

2029 Commits

Author SHA1 Message Date
Wan Kai 2ed6b58073
Support adding additional attr[0-5] for endpoint level metrics. (#12753) 2024-11-06 12:51:26 +08:00
Gao Hongtao bdd0c92e47
Add batch settings and fix trace query bug (#12749)
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
2024-11-05 12:05:32 +08:00
吴晟 Wu Sheng 99162eff5d
The index type `BanyanDB.IndexRule.IndexType#TREE` is removed (#12743) 2024-11-04 08:54:51 +08:00
weixiang1862 55600c6672
Add naming control for `EndpointDependencyBuilder`. (#12738) 2024-11-01 18:19:19 +08:00
Wan Kai 39b579f3ae
Add metrics value owner for metrics topN query result (#12737) 2024-11-01 15:30:42 +08:00
zhengziyi0117 9e5fb8f5cf
Support async profiler feature (#12671)
Co-authored-by: zhengziyi <b21080426@njupt.edu.cn>
Co-authored-by: Jiajing LU <lujiajing1126@gmail.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2024-10-31 23:09:56 +08:00
Wan Kai 3ecffd6e65
TopN query attrs filter support not equal. (#12730) 2024-10-30 17:22:54 +08:00
Wan Kai 8b6cd1c241
Add more attrs for Service metrics (#12728) 2024-10-29 15:07:53 +08:00
mrproliu baa6fcdda8
Reduce Kubernetes metrics calculate in the MQE and Add global widget in Kubernetes Dashboard (#12726) 2024-10-26 19:18:44 +08:00
Wan Kai dc762efc17
Sync UI and fix apdex topn order (#12724) 2024-10-24 18:47:58 +08:00
kezhenxu94 4d2810c4e6
Revert "Add time unit in so11y latency metrics (#12719)" (#12720) 2024-10-24 13:28:25 +08:00
Wan Kai 94d8fef4bc
Add service global topN widget on `General-Root` and `Mesh-Root` dashboard. (#12721) 2024-10-24 11:50:05 +08:00
kezhenxu94 38b775ed2a
Add time unit in so11y latency metrics (#12719) 2024-10-23 17:25:15 +08:00
Wan Kai 80d3e2951d
Support adding additional attr[0-4] for service level metrics. (#12718) 2024-10-23 16:02:06 +08:00
Zixin Zhou b752462193
Sync UI (#12711) 2024-10-18 15:51:12 +08:00
mrproliu dedf1cd9ce
Support the endpoint list widget query with duration parameter. (#12703) 2024-10-17 10:52:03 +08:00
Zixin Zhou bfbda6fa14
Add support Kong monitoring (#12696) 2024-10-17 10:09:10 +08:00
Jay 41b00c866f
Add Component ID for the GoZero framework (#12700) 2024-10-16 16:29:38 +08:00
mrproliu bf9f8aa8be
support query endpoint list with time range (#12693) 2024-10-15 15:17:12 +08:00
kezhenxu94 29618d7f2e
Polish eBPF so11y metrics and add error count for query metrics (#12692) 2024-10-11 22:49:08 +08:00
kezhenxu94 f9d6d950ed
Bump up Apache commons-io to 2.17.0 (#12688) 2024-10-10 08:48:55 +08:00
mrproliu 44e3c34c9c
Reduce the count of process index and adding time range when query process index (#12681) 2024-10-08 21:10:37 +07:00
kezhenxu94 36e34672ed
Add self observability metrics for GraphQL query (#12683) 2024-10-08 20:26:20 +08:00
Wan Kai 1679fa79e1
Fix OTLP metrics incorrectly processed when the datapoint flag is `FLAG_NO_RECORDED_VALUE`. (#12680) 2024-10-08 16:05:22 +08:00
Shyunn 178146d225
docs: add go-agent to log-agent-native doc (#12676) 2024-10-08 12:58:11 +08:00
吴晟 Wu Sheng e78dd7c2d8
Released 10.1.0 and start 10.2.0 iteration. (#12669) 2024-09-29 22:44:25 +08:00
Fine0830 da768dcbc2
Sync UI (#12667) 2024-09-29 15:43:48 +08:00
Wan Kai 21e0149474
Support query Alarm message Tag for auto-complete. (#12665) 2024-09-29 11:00:48 +08:00
Wan Kai 690563ee92
PromQL service: support round brackets operator. (#12660) 2024-09-27 21:56:04 +08:00
kezhenxu94 9eaced35de
Flatten ci-friendly revision when deploy (#12659) 2024-09-27 17:06:39 +08:00
mrproliu 88f38a41e5
Support to analysis the ztunnel mTLS security policy (#12656) 2024-09-27 16:09:40 +08:00
吴晟 Wu Sheng 29c1b8b457
Optimize `network_address_alias` table to reduce the number of the index. (#12652) 2024-09-27 11:48:48 +08:00
Wan Kai 73c20eedbc
BanyanDB: use `TimestampRange` to improve "events" query for BanyanDB. (#12651) 2024-09-27 10:02:21 +08:00
Wan Kai 74eeb5beee
PromQL service: fix operators result missing `rangeExpression` flag. (#12649) 2024-09-26 15:59:03 +08:00
吴晟 Wu Sheng c5a95ba666
Highlight 10.1 as A Version of PERFORMANCE (#12648) 2024-09-26 13:51:54 +08:00
weixiang1862 3559e85f36
Improve the performance of OTEL metrics handler. (#12645)
Benchmark for a single node k8s monitoring.

| metrics (avg)            | before | after |
| ------------------------ | ------ | ----- |
| cpu                      | 19     | 16    |
| gc count                 | 16     | 1     |
| gc time                  | 38.8   | 5.1   |
| otel metrics latency P50 | 125    | 8     |
| otel metrics latency P90 | 333.3  | 22.5  |
| otel metrics latency P99 | 666.6  | 166.6 |
2024-09-25 18:29:00 +08:00
Wan Kai 9cf79f7282
PromQL service: query API support RFC3399 time format. (#12644) 2024-09-25 13:48:08 +08:00
kezhenxu94 10cd558f24
Add doc to start next iteration (#12642) 2024-09-24 22:16:28 +08:00
kezhenxu94 a5d8777ee7
Use CI-friendly revision to set the project version (#12640) 2024-09-24 17:53:14 +08:00
Wan Kai 7d1b65c639
BanyanDB: support TLS connection and configuration. (#12639) 2024-09-24 16:24:17 +08:00
Wan Kai 15ad71d633
BanyanDB: support using native term searching for `keyword` in query `findEndpoint` and `getAlarm`. (#12633) 2024-09-24 14:57:38 +08:00
kezhenxu94 b857fb0091
Bump up protobuf java dependencies to 3.25.5 (#12631) 2024-09-23 11:39:43 +08:00
Zixin Zhou 72886945b0
Fix SWIP filename (#12630) 2024-09-20 19:36:07 +08:00
回村的诱惑 df05b3ddd7
Add Component ID=5022 for GoFrame (#12624) 2024-09-19 00:11:06 +08:00
Chen Ziyan d3f8fe894d
Add SkyWalking Java Agent self observability dashboard (#12622)
* Add SkyWalking Java Agent self observability dashboard.

* add e2e testcase, sync ui, add tips.

* update e2e kafka testcase.
2024-09-16 19:00:35 +08:00
Wan Kai ddbed6d091
Adapt BanyanDB Java Client 0.7.0. (#12621) 2024-09-14 15:05:20 +08:00
mrproliu f8716b49e6
Support to analysis the ztunnel mapped IP address in eBPF Access Log Receiver (#12620) 2024-09-14 14:02:06 +08:00
Fine0830 216c4a2878
sync ui (#12618) 2024-09-13 15:20:32 +08:00
Wan Kai f1aad99e7b
Fix `findEndpoint` query require `keyword` when using BanyanDB. (#12615) 2024-09-13 14:15:20 +08:00
mrproliu 0f79e35283
Fix the previous analysis result missing in the ALS `k8s-mesh` analyzer (#12611) 2024-09-12 12:41:01 +08:00