chore: fix typo in comment

Signed-off-by: looklose <shishuaiqun@yeah.net>
This commit is contained in:
looklose 2024-04-10 19:59:46 +08:00 committed by Johannes 'fish' Ziemke
parent 29cdbd63fe
commit 7d4103c089
2 changed files with 2 additions and 2 deletions

View file

@ -75,7 +75,7 @@ type systemdCollector struct {
socketCurrentConnectionsDesc *prometheus.Desc
socketRefusedConnectionsDesc *prometheus.Desc
systemdVersionDesc *prometheus.Desc
// Use regexps for more flexability than device_filter.go allows
// Use regexps for more flexibility than device_filter.go allows
systemdUnitIncludePattern *regexp.Regexp
systemdUnitExcludePattern *regexp.Regexp
logger log.Logger

View file

@ -73,7 +73,7 @@
fsSpaceAvailableWarningThreshold: 5,
fsSpaceAvailableCriticalThreshold: 3,
// Memory utilzation (%) level on which to trigger the
// Memory utilization (%) level on which to trigger the
// 'NodeMemoryHighUtilization' alert.
memoryHighUtilizationThreshold: 90,