Merge branch 'master' into feature/milvus-collector

This commit is contained in:
Tanay Paul
2026-09-13 00:18:35 +05:30
committed by GitHub
7 changed files with 13 additions and 7 deletions
+2 -2
View File
@@ -131,7 +131,7 @@ Add WeChat account `ahertzbeat` to pull you into the WeChat group.
## 🥐 Architecture
![hertzBeat](home/static/img/docs/hertzbeat-arch.png)
![hertzBeat](home/static/img/docs/hertzbeat-architecture.png)
<br>
@@ -271,4 +271,4 @@ Add WeChat account `ahertzbeat` to pull you into the WeChat group.
### 模块
![hertzBeat](home/static/img/docs/hertzbeat-arch.png)
![hertzBeat](home/static/img/docs/hertzbeat-architecture.png)
+1 -1
View File
@@ -47,7 +47,7 @@
## 🥐 Architecture
![HertzBeat](home/static/img/docs/hertzbeat-arch.png)
![HertzBeat](home/static/img/docs/hertzbeat-architecture.png)
## 🐕 Quick Start
+1 -1
View File
@@ -47,7 +47,7 @@
## 🥐 模块
![hertzBeat](home/static/img/docs/hertzbeat-arch.png)
![hertzBeat](home/static/img/docs/hertzbeat-architecture.png)
## 🐕 快速开始
+1 -1
View File
@@ -46,7 +46,7 @@
## 🥐 モジュール
![hertzBeat](home/static/img/docs/hertzbeat-arch.png)
![hertzBeat](home/static/img/docs/hertzbeat-architecture.png)
## 🐕 クイックスタート
@@ -424,7 +424,6 @@
<imageName>${native.image.name}</imageName>
<buildArgs>
<buildArg>-H:+UnlockExperimentalVMOptions</buildArg>
<buildArg>--enable-monitoring=jmxclient</buildArg>
<buildArg>-H:-AddAllFileSystemProviders</buildArg>
<buildArg>-H:ServiceLoaderFeatureExcludeServiceProviders=org.apache.sshd.common.file.root.RootedFileSystemProvider,org.apache.sshd.sftp.client.fs.SftpFileSystemProvider</buildArg>
<buildArg>--initialize-at-build-time=net.i2p.crypto.eddsa.EdDSASecurityProvider,org.apache.arrow.memory.util.MemoryUtil</buildArg>
@@ -13,6 +13,13 @@
{"type": "io.netty.channel.epoll.EpollEventLoopGroup", "allPublicConstructors": true},
{"type": "io.netty.channel.socket.nio.NioDatagramChannel", "allPublicConstructors": true},
{"type": "io.netty.channel.socket.nio.NioSocketChannel", "allPublicConstructors": true},
{"type": "io.netty.channel.nio.NioEventLoopGroup", "allPublicConstructors": true}
{"type": "io.netty.channel.nio.NioEventLoopGroup", "allPublicConstructors": true},
{"type": "java.lang.management.ThreadInfo", "allPublicMethods": true},
{"type": "java.lang.management.LockInfo", "allPublicMethods": true},
{"type": "java.lang.management.MonitorInfo", "allPublicMethods": true},
{"type": "java.lang.StackTraceElement", "allPublicMethods": true},
{"type": "java.lang.management.MemoryUsage", "allPublicMethods": true},
{"type": "com.sun.management.GcInfo", "allPublicMethods": true}
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB