Commit Graph

446 Commits

Author SHA1 Message Date
kezhenxu94 43d79d9fec
refactor: implement OTEL handler with SPI for extensibility (#13311) 2025-06-15 19:06:57 +08:00
Wan Kai 3e67db7de3
[Break Change]BanyanDB: Setup new Group policy. (#13267) 2025-05-28 14:49:20 +08:00
mrproliu 5622cb9f71
Add Ambient Mesh E2E (#13255) 2025-05-22 13:51:28 +08:00
mrproliu ad61a58037
Added Ztunnel component in the Topology (#13251) 2025-05-17 17:32:16 +08:00
mrproliu a782fc106a
Support analysis waypoint metrics in Envoy ALS receiver (#13244) 2025-05-13 17:01:05 +08:00
kezhenxu94 3739add599
Set max attempts for Istio ServiceEntry DNS resolution and do not wait for first result (#13235) 2025-05-09 12:53:42 +08:00
mrproliu 33c0e8e67b
Fix query continues profiling policies error when the policy is already in the cache (#13155) 2025-03-28 22:26:38 +08:00
mrproliu 8ebb52dd19
Adapt new Browser data upload protocol (#13009) 2025-01-24 16:41:30 +10:00
吴晟 Wu Sheng d12c6b5979
Add circuit-breaking mechanism (#12953) 2025-01-10 23:49:05 +08:00
mrproliu 3232b54752
Support new browser metrics upload API (#12948) 2025-01-09 21:52:20 +08:00
zhengziyi0117 f230947ddb
Improve JFR async profiler parser (#12777) 2024-11-18 19:42:40 +08:00
kezhenxu94 c9a959e50e
Adapt the new metadata standardization in Istio 1.24 (#12768) 2024-11-13 14:41:51 +08:00
Wan Kai 5c5274b93a
Polish mesh data dispatcher: don't generate Instance/Endpoint metrics if they are empty. (#12762) 2024-11-12 15:11:00 +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
kezhenxu94 4d2810c4e6
Revert "Add time unit in so11y latency metrics (#12719)" (#12720) 2024-10-24 13:28:25 +08:00
kezhenxu94 38b775ed2a
Add time unit in so11y latency metrics (#12719) 2024-10-23 17:25:15 +08:00
kezhenxu94 29618d7f2e
Polish eBPF so11y metrics and add error count for query metrics (#12692) 2024-10-11 22:49:08 +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 180ca71375
Fix checking OTEL DataPointFlags (#12682) 2024-10-08 20:59:42 +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
mrproliu 88f38a41e5
Support to analysis the ztunnel mTLS security policy (#12656) 2024-09-27 16:09:40 +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
kezhenxu94 a5d8777ee7
Use CI-friendly revision to set the project version (#12640) 2024-09-24 17:53:14 +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
mrproliu 0f79e35283
Fix the previous analysis result missing in the ALS `k8s-mesh` analyzer (#12611) 2024-09-12 12:41:01 +08:00
mrproliu 1ff0c57073
Support service level metrics aggregate when missing pod context in eBPF Access Log Receiver (#12608) 2024-09-10 22:22:19 +08:00
kezhenxu94 638c44679b
Add large latency buckets for otlp latency (#12603) 2024-09-08 16:13:54 +08:00
kezhenxu94 78483991b7
Add self observability metrics for otel handler (#12598) 2024-09-06 22:01:22 +08:00
mrproliu a81437f9a6
Update the endpoint name format to `<Method>:<Path>` in eBPF Access Log Receiver. (#12564) 2024-08-23 09:12:05 +08:00
mrproliu f02a6a2f5a
chore: Change some access rights to fields or methods in the eBPF Receiver (#12561) 2024-08-22 19:47:41 +08:00
mrproliu c3a717b628
chore: refactor building eBPF access log entity process (#12550) 2024-08-21 21:25:28 +08:00
mrproliu 3320bf91ee
Support sort queries on metrics generated by eBPF receiver (#12539) 2024-08-19 09:34:58 +08:00
mrproliu 7727ef5b7c
Add Unknown Node when receive Kubernetes peer address is not aware in current cluster (#12496) 2024-08-01 16:21:28 +08:00
mrproliu 5a7c53b1b8
Convert Kubernetes HTTP latency related metrics unit from ns to ms (#12436) 2024-07-13 07:34:48 -07:00
mrproliu 2e8b4f9917
Support Fetch Cilium Observability data to monitoring Cilium Service network traffic (#12393) 2024-07-02 15:37:42 +08:00
Chen Ziyan 84dece92a6
Fix metrics tag in HTTP handler of browser receiver plugin. (#12356) 2024-06-21 19:05:12 +08:00
mrproliu 0b175ffb0a
Adding eBPF Access Log Feature E2E and support exclude specific namespaces traffic (#12304) 2024-06-06 13:50:10 +08:00
吴晟 Wu Sheng 054d0e4ff9
Release 10.0.0 and move forward to 10.1.0 (#12203) 2024-05-10 09:19:56 +08:00
yswdqz 2d6bc69adb
Optimize OTEL metrics attributes KV convert. (#12152) 2024-04-24 11:32:34 +08:00
kezhenxu94 f5cd798185
Fix `NullPointerException` in Istio ServiceEntry registry (#12087) 2024-04-10 20:43:01 +08:00
Wan Kai bbbed44863
[Break Change]: Labeled Metrics support multiple labels. (#12082) 2024-04-10 19:57:36 +08:00
mrproliu e481324e93
Support handle eBPF Access Logs and update related UI (#11732) 2024-01-15 11:00:08 +08:00
kezhenxu94 e6f1e3b4c6
Allow using a dedicated port for ALS receiver (#11749) 2024-01-11 15:05:47 +08:00
kezhenxu94 8ff67d09e9
Allow excluding ServiceEntries in some namespaces when looking up ServiceEntries (#11640) 2023-12-08 06:02:17 -08:00
kezhenxu94 39c21e3b45
Remove unreasonable default configurations for gRPC thread executor (#11639) 2023-12-07 21:59:45 -08:00
吴晟 Wu Sheng 497a7bdb02
Release 9.7 and start 10.0 iteration (#11607) 2023-11-28 23:49:44 -08:00
吴晟 Wu Sheng f8c6855814
Support output key parameters in the booting logs. (#11506) 2023-11-06 23:57:58 +08:00
yswdqz 92af797296
[Feature] GraalVM Native Image support (Experimental). (#11365) 2023-10-30 21:23:53 +08:00
Wan Kai 2b7e5ee625
Fix Zipkin trace receiver response: make the HTTP status code from `200` to `202`. (#11356) 2023-09-25 16:52:59 +08:00
吴晟 Wu Sheng a336b3cff4
Release 9.6.0 and begin 9.7.0 iteration (#11289) 2023-09-01 22:57:18 +08:00