feat(monitor): 增加指标输出模块

一些外部指标查询通过指标输出模块输出,避免对原业务模块产生影响
This commit is contained in:
2024-03-05 12:21:38 +08:00
parent 41d5a6b264
commit d4e161459a
14 changed files with 355 additions and 12 deletions

View File

@@ -168,3 +168,9 @@ deploy:
- "service"
source-jar: service-exporter-1.0.0-SNAPSHOT.jar
replicas: 3
service-monitor:
order: 5
groups:
- "service"
source-jar: service-monitor-1.0.0-SNAPSHOT.jar
replicas: 1