Compare commits

...

1 Commits

Author SHA1 Message Date
Stephan Burns
b5ff7b05bf Fix indentation
Signed-off-by: Stephan Burns <34520077+Sleuth56@users.noreply.github.com>
2026-05-29 10:56:16 -04:00

View File

@@ -40,7 +40,7 @@ groups:
annotations:
summary: "Metrics have not been seen from \"{{ $labels.job }}\"(\"{{ $labels.instance }}\") for {{ $value }} seconds"
description: >
The missing metric may indicate that vmanomaly is not running or is inaccessible from vmagent or the remotewrite endpoint.
The missing metric may indicate that vmanomaly is not running or is inaccessible from vmagent or the remotewrite endpoint.
- alert: ProcessNearFDLimits
expr: (process_max_fds{job=~".*vmanomaly.*"} - process_open_fds{job=~".*vmanomaly.*"}) < 100