fix: 修复module中configs label格式不正确
This commit is contained in:
@@ -176,7 +176,7 @@ public class EndpointServiceImpl extends ServiceImpl<EndpointDao, Endpoint> impl
|
||||
}
|
||||
String labels = module.getLabels();
|
||||
if(StrUtil.isNotBlank(labels)) {
|
||||
configs.put("labels",labels);
|
||||
configs.put("labels",JSON.parseObject(labels));
|
||||
}
|
||||
MonitorModule monitorModule = new MonitorModule();
|
||||
monitorModule.setName(module.getName());
|
||||
|
||||
Reference in New Issue
Block a user