mirror of
https://github.com/dromara/hertzbeat.git
synced 2026-09-17 09:40:58 +00:00
Merge branch 'master' into feature/milvus-collector
This commit is contained in:
+2
-2
@@ -131,7 +131,7 @@ Add WeChat account `ahertzbeat` to pull you into the WeChat group.
|
||||
|
||||
## 🥐 Architecture
|
||||
|
||||

|
||||

|
||||
|
||||
<br>
|
||||
|
||||
@@ -271,4 +271,4 @@ Add WeChat account `ahertzbeat` to pull you into the WeChat group.
|
||||
|
||||
### 模块
|
||||
|
||||

|
||||

|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
|
||||
## 🥐 Architecture
|
||||
|
||||

|
||||

|
||||
|
||||
## 🐕 Quick Start
|
||||
|
||||
|
||||
+1
-1
@@ -47,7 +47,7 @@
|
||||
|
||||
## 🥐 模块
|
||||
|
||||

|
||||

|
||||
|
||||
## 🐕 快速开始
|
||||
|
||||
|
||||
+1
-1
@@ -46,7 +46,7 @@
|
||||
|
||||
## 🥐 モジュール
|
||||
|
||||

|
||||

|
||||
|
||||
## 🐕 クイックスタート
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
+8
-1
@@ -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 |
Reference in New Issue
Block a user