Wan Kai
2f4f4a1275
Add hierarchy relations auto-matching for MYSQL/POSTGRESQL/SO11Y_OAP/VIRTUAL_DATABASE. Fix MQE in dashboards when using `Card widget`. ( #11818 )
2024-01-24 15:03:45 +08:00
Wan Kai
cc79bf688c
Add dashboards for Service/Instance Hierarchy. ( #11797 )
...
* Add dashboards for Service/Instance Hierarchy.
Fix dashboard `K8S-Service-Root` metrics expression.
2024-01-18 18:31:19 +08:00
weixiang1862
b43ab447f7
Change topN group key from `StorageId` to `entityId + timeBucket`. ( #11788 )
...
In `LimitedSizeBufferedData`, it uses `HashMap<StorageId, LinkedList<STORAGE_DATA>>` to stash records.
With data storage as topN group key, topN records have no chance to compare with each other, so every record will be stashed into the map and finally persistent into DB. In addition, continuous record stash in a topN period will bring pressure to oap memory.
TopN group key is changed to `entityId + timeBucket`, then stash map can only reserve topN of every entity(db, cache) in the minute level.
2024-01-17 16:00:47 +08:00
peachisai
51c13d6c5b
SWIP-3 Support RocketMQ monitoring ( #11783 )
2024-01-16 20:23:18 +08:00
peachisai
af4f469078
Add `max` and `min` functions for mal down sampling ( #11778 )
2024-01-16 11:33:09 +08:00
吴晟 Wu Sheng
811b9c1000
Remove unnecessary annotations and functions from Meter Functions. ( #11781 )
2024-01-16 10:25:27 +08:00
peachisai
52c29354f2
Fix SumPerMinFunctionTest error function ( #11773 )
...
Co-authored-by: 邵一鸣 <shaoym02@vanke.com>
2024-01-15 15:56:50 +08:00
mrproliu
e481324e93
Support handle eBPF Access Logs and update related UI ( #11732 )
2024-01-15 11:00:08 +08:00
Fine0830
f0c5b74158
Sync UI ( #11765 )
2024-01-13 11:19:25 +08:00
Chen Ziyan
e004762dfe
Fix NPE in log query by traceId. ( #11764 )
2024-01-12 20:13:23 +08:00
kezhenxu94
e6f1e3b4c6
Allow using a dedicated port for ALS receiver ( #11749 )
2024-01-11 15:05:47 +08:00
Wan Kai
593bd056f6
Support Service Hierarchy auto matching. ( #11743 )
2024-01-10 08:59:04 +08:00
kezhenxu94
b900fd0bb5
Document a new way to load balance OAP ( #11737 )
2024-01-09 11:21:18 +08:00
mrproliu
e50a46b723
Change the string field in Elasticsearch storage from **keyword** type to *text* if they appoint size more than `32766` ( #11731 )
2024-01-07 18:13:54 +08:00
peachisai
00eb71a1de
Fix incorrect words for pulsar and bookkeeper monitoring docs ( #11727 )
2024-01-04 19:55:57 +08:00
Wan Kai
ce5d6a4ffb
Support build Service/Instance Hierarchy and query. ( #11698 )
2023-12-27 10:02:31 +08:00
吴晟 Wu Sheng
9ba0ad2991
Update the `Overview` docs to add the `Service Hierarchy Relationship` section. ( #11699 )
2023-12-26 15:40:43 +08:00
吴晟 Wu Sheng
eb4cebf9ab
Set up the length of source and dest IDs in relation entities of service, instance, endpoint, and process to 250(was 200). ( #11686 )
2023-12-22 09:12:50 +08:00
mrproliu
35e34ce8a2
SWIP-2 Collecting and Gathering Kubernetes Monitoring Data ( #11681 )
2023-12-21 10:01:57 +08:00
吴晟 Wu Sheng
4c157b4642
SWIP-1 Create and detect Service Hierarchy Relationship ( #11670 )
2023-12-20 17:29:10 +08:00
吴晟 Wu Sheng
6304cd6223
Begin the process of `SWIP - SkyWalking Improvement Proposal`. ( #11668 )
2023-12-18 09:37:52 +08:00
Wan Kai
e57dee45fb
Add webhook/gRPC hooks settings example for backend-alarm.md. ( #11658 )
2023-12-15 09:52:12 +08:00
吴晟 Wu Sheng
0e4c0333e0
Polish docs structure. Move customization docs separately from the introduction docs. ( #11653 )
2023-12-14 10:49:00 +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
Jim
f6a7791053
Fix "Network Bandwidth Usage" unit/value mismatching in Linux-Service Dashboard ( #11637 )
2023-12-07 08:55:30 -08:00
吴晟 Wu Sheng
5809200e66
Update docs about release. ( #11632 )
2023-12-06 15:33:40 -08:00
mrproliu
fcf1770e07
Add `is_present` function in MQE for check the present status of the list of metrics. ( #11627 )
...
The present status is true meaning the metric exists and include values not empty.
2023-12-05 00:14:42 -08:00
mrproliu
e9df2bd41e
Add `layer` parameter to the global topology graphQL query. ( #11620 )
2023-12-01 10:39:45 -08:00
吴晟 Wu Sheng
497a7bdb02
Release 9.7 and start 10.0 iteration ( #11607 )
2023-11-28 23:49:44 -08:00
Fine0830
5ab32aa311
sync ui ( #11603 )
2023-11-27 23:37:56 -08:00
Wan Kai
075b08ce74
Support `increase/rate` function in the `MQE` query language. ( #11591 )
2023-11-27 15:40:13 -08:00
block666
f964df9f2c
sync ui ( #11600 )
2023-11-27 08:43:24 -08:00
吴晟 Wu Sheng
58dd3b8922
Remove OpenFunction(FAAS layer) relative UI templates and menu item. ( #11570 )
2023-11-27 07:30:18 -08:00
kezhenxu94
173c290c19
Group service endpoints into `_abandoned` when endpoints have high ca… ( #11588 )
2023-11-26 22:15:02 -08:00
Fine0830
04f459174f
Sync ui ( #11590 )
2023-11-26 18:28:10 +08:00
吴晟 Wu Sheng
dd09d08c0c
Support `Scratch The OAP Config Dump`. ( #11579 )
2023-11-23 00:22:41 +08:00
Fine0830
0fdac95fea
sync ui ( #11577 )
2023-11-22 13:36:01 +08:00
pg.yang
2d8df37ce6
Fix incorrect apisix metrics otel rules ( #11576 )
2023-11-22 13:28:59 +08:00
mrproliu
df6504863f
Replace Metrics v2 protocol with MQE in UI templates and E2E Test ( #11575 )
2023-11-22 09:44:37 +08:00
Fine0830
02ebb61710
sync ui ( #11573 )
2023-11-21 12:47:01 +08:00
mrproliu
7f9a8bb042
Please go2sky E2E to go agent ( #11568 )
2023-11-20 20:22:25 +08:00
Wan Kai
600ea37a4d
Fix `BanyanDB Metadata Query`: make query single instance/process return full tags to avoid NPE. ( #11567 )
2023-11-20 14:01:53 +08:00
weixiang1862
8bff0aa38d
Support Nginx monitoring. ( #11558 )
2023-11-17 14:16:10 +08:00
Fine0830
cb3e830f08
sync ui ( #11560 )
2023-11-17 10:33:59 +08:00
吴晟 Wu Sheng
257684a0b8
Change the policy of the queue(DataCarrier) L1 in the metric aggregate worker to IF_POSSIBLE mode ( #11554 )
2023-11-16 19:50:24 +08:00
weixiang1862
eaac1c3ec4
Fix JDBC Log query order. ( #11544 )
2023-11-15 10:20:20 +08:00
Fine0830
9fee0922a8
Sync UI: Implement the Dark Theme ( #11543 )
2023-11-14 22:02:54 +08:00
weixiang1862
019c6feb2e
Isolate MAL CounterWindow cache by metric name. ( #11526 )
2023-11-11 00:09:37 +08:00
吴晟 Wu Sheng
247016fbb5
Support packaging the project in JDK21 ( #11528 )
2023-11-10 11:23:02 +08:00