chore: fix typo in comment
Signed-off-by: looklose <shishuaiqun@yeah.net>
This commit is contained in:
parent
29cdbd63fe
commit
7d4103c089
|
@ -75,7 +75,7 @@ type systemdCollector struct {
|
||||||
socketCurrentConnectionsDesc *prometheus.Desc
|
socketCurrentConnectionsDesc *prometheus.Desc
|
||||||
socketRefusedConnectionsDesc *prometheus.Desc
|
socketRefusedConnectionsDesc *prometheus.Desc
|
||||||
systemdVersionDesc *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
|
systemdUnitIncludePattern *regexp.Regexp
|
||||||
systemdUnitExcludePattern *regexp.Regexp
|
systemdUnitExcludePattern *regexp.Regexp
|
||||||
logger log.Logger
|
logger log.Logger
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
fsSpaceAvailableWarningThreshold: 5,
|
fsSpaceAvailableWarningThreshold: 5,
|
||||||
fsSpaceAvailableCriticalThreshold: 3,
|
fsSpaceAvailableCriticalThreshold: 3,
|
||||||
|
|
||||||
// Memory utilzation (%) level on which to trigger the
|
// Memory utilization (%) level on which to trigger the
|
||||||
// 'NodeMemoryHighUtilization' alert.
|
// 'NodeMemoryHighUtilization' alert.
|
||||||
memoryHighUtilizationThreshold: 90,
|
memoryHighUtilizationThreshold: 90,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue