节点看板增加缓存目录用量

This commit is contained in:
GoEdgeLab
2021-07-08 19:43:20 +08:00
parent d88bbdabb9
commit f9683d814e
3 changed files with 261 additions and 370 deletions

View File

@@ -17,6 +17,7 @@ const (
NodeValueItemRequests NodeValueItem = "requests" // 请求访问量
NodeValueItemAttackRequests NodeValueItem = "attackRequests" // 攻击请求访问量
NodeValueItemDisk NodeValueItem = "disk" // 磁盘
NodeValueItemCacheDir NodeValueItem = "cacheDir" // 缓存目录
)
type nodeValueItemDefinition struct {