吴晟 Wu Sheng
a65a6e0ff2
Remove CLI(`swctl`) from the image. ( #11940 )
2024-02-27 14:57:57 +08:00
peachisai
eb071e49df
Add hierarchy for RabbitMQ ( #11935 )
...
Co-authored-by: 邵一鸣 <shaoym02@vanke.com>
Co-authored-by: Wan Kai <wankai123@foxmail.com>
2024-02-27 12:18:36 +08:00
Starry
f006edd158
Add Golang as a supported language for Pulsar ( #11937 )
2024-02-27 09:00:32 +08:00
吴晟 Wu Sheng
fc9d9acba4
Sync UI ( #11934 )
2024-02-26 21:39:26 +08:00
吴晟 Wu Sheng
6b49098aed
Upgrade PostgreSQL driver to `42.4.4` to fix CVE-2024-1597. ( #11922 )
2024-02-24 12:10:59 +08:00
Wan Kai
30748d2052
Fix Service Layer when building Events in the EventHookCallback. ( #11918 )
2024-02-23 14:01:55 +08:00
ooi22
8737725624
Modifying the limit size of DCS gRPC inbound message ( #11892 )
2024-02-23 08:54:45 +08:00
Chen Ziyan
0f7844278a
Fix day-based table rolling time range strategy in JDBC storage. ( #11915 )
2024-02-22 23:15:38 +08:00
吴晟 Wu Sheng
f021b7bdd9
Update backend-cluster.md ( #11914 )
2024-02-22 21:15:34 +08:00
吴晟 Wu Sheng
00f1521460
Add `OpenTelemetry SkyWalking Exporter` deprecated warning doc. ( #11909 )
2024-02-22 08:57:39 +08:00
Wan Kai
a41bd6eddd
Mock `/api/v1/status/buildinfo` for PromQL API ( #11901 )
2024-02-20 19:21:22 +08:00
Chen Ziyan
a61b3bb1f7
Fix table exists check in the JDBC Storage Plugin. ( #11897 )
2024-02-20 15:01:11 +08:00
weixiang1862
a471b85ac2
Fix ServiceInstance `in` query. ( #11888 )
2024-02-19 16:20:45 +08:00
吴晟 Wu Sheng
8ec5198a24
Official setup the next docs to v10. ( #11887 )
2024-02-19 09:21:43 +08:00
peachisai
48c766ee01
Support RocketMQ monitoring ( #11758 )
...
* Support RocketMQ monitoring
* Add swip3 - RocketMQ monitoring
* Add RocketMQ e2e cases
---------
Co-authored-by: peachisai <497533062@qq.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
Co-authored-by: 邵一鸣 <shaoym02@vanke.com>
Co-authored-by: Wan Kai <wankai123@foxmail.com>
2024-02-18 07:17:20 +08:00
Starry
b775e7f547
Add Golang as a supported language for RocketMQ ( #11877 )
2024-02-13 17:04:15 +11:00
peachisai
a688500fb4
Add `count` aggregation function for MAL ( #11869 )
...
Co-authored-by: Wan Kai <wankai123@foxmail.com>
2024-02-06 10:48:51 +08:00
Wan Kai
78d9e33f10
Add hierarchy relations auto-matching for NGINX/APISIX. ( #11870 )
...
Fix `Nginx-Instance` metrics to instance level.
2024-02-05 18:59:31 +08:00
kezhenxu94
d0e1daa6a2
Switch macOS runner to m1 ( #11855 )
2024-02-01 19:22:18 +08:00
Wan Kai
fc3cc4bd87
sync-ui ( #11847 )
2024-01-30 16:20:11 +08:00
Wan Kai
9dc4fd3b01
Support available layers of service in the topology. ( #11844 )
2024-01-30 12:51:15 +08:00
wuwen
95c047bdf3
Fix `startup.sh` ( #11843 )
...
Add '&' symbols to `startup.sh`
2024-01-30 11:33:59 +08:00
Starry
5b5fb3984f
Add Golang as a supported language for AMQP. ( #11838 )
2024-01-28 22:52:54 +08:00
吴晟 Wu Sheng
4e4a53cd6f
Adjust description of Rover agent ( #11837 )
2024-01-28 17:52:04 +08:00
peachisai
994ba562f8
Upgrade otel collector version in tests to 0.92 ( #11819 )
2024-01-27 23:06:45 +08:00
吴晟 Wu Sheng
df3b096091
Support Java 21 as runtime and ship jre-21 image. ( #11828 )
2024-01-24 20:48:39 +08:00
Wan Kai
a5fb2a5786
fix kafka-monitoring e2e ( #11829 )
2024-01-24 17:23:45 +08:00
kezhenxu94
78434e8b8d
Fetch submodules when checking changed file ( #11772 )
2024-01-24 16:53:59 +08:00
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
吴晟 Wu Sheng
a9128e0cef
Polish root doc of Kubernetes (K8s) monitoring ( #11803 )
2024-01-19 22:11:27 +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
f4a8f4aa99
Fix wrong timeBucket in topN group key. ( #11792 )
2024-01-17 17:50:41 +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
吴晟 Wu Sheng
c4f50cbfc7
Polish words in SWIP-3.md ( #11786 )
2024-01-16 20:55:35 +08:00
吴晟 Wu Sheng
c150e185df
Fix a word ( #11785 )
2024-01-16 20:26:55 +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
Wan Kai
75243eebdd
Filter conjecturable relations from service hierarchy query. ( #11782 )
...
* Remove conjecturable relations from service hierarchy query.
* sync ui
2024-01-16 10:59:42 +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
Wan Kai
da0205bc58
Add layer level query and more fields for Hierarchy, and docs. ( #11756 )
2024-01-12 16:17:15 +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
吴晟 Wu Sheng
f3ecf4f5cc
Update the NOTICE year to 2024 ( #11724 )
2024-01-04 11:52:16 +08:00