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

This commit is contained in:
刘祥超
2021-07-08 19:43:20 +08:00
parent 30f8bfe703
commit 4ceac4d9c9
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 {