Skip to content

Commit

Permalink
feat: support node memory collect policy
Browse files Browse the repository at this point in the history
Signed-off-by: j4ckstraw <[email protected]>
  • Loading branch information
j4ckstraw committed Dec 4, 2024
1 parent a459409 commit fc8aac6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func (h *hostAppCollector) collectHostAppResUsed() {
case slov1alpha1.UsageWithPageCache:
allMemoryUsage.Value += float64(memUsageWithPageCache)
default:
klog.Warning("unrecognized node memory colleect policy, use UsageWithoutPageCache as default")
klog.Warning("unrecognized node memory collect policy, use UsageWithoutPageCache as default")
allMemoryUsage.Value += float64(memoryUsageValue)
}
}
Expand Down

0 comments on commit fc8aac6

Please sign in to comment.