mirror of
https://github.com/openfaas/faas.git
synced 2025-06-10 09:16:48 +00:00
16 lines
372 B
Plaintext
16 lines
372 B
Plaintext
ALERT service_down
|
|
IF up == 0
|
|
|
|
ALERT APIHighInvocationRate
|
|
IF rate ( gateway_function_invocation_total [10s] ) > 5
|
|
FOR 5s
|
|
LABELS {
|
|
service = "gateway",
|
|
severity = "major",
|
|
value = "{{$value}}"
|
|
}
|
|
ANNOTATIONS {
|
|
summary = "High invocation total on {{ $labels.instance }}",
|
|
description = "High invocation total on {{ $labels.instance }}"
|
|
}
|