feat(monitor): 增加指标输出模块
一些外部指标查询通过指标输出模块输出,避免对原业务模块产生影响
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user