Add Prewarming Pool Alert
that checks for every environment if the filled share of the prewarmin pool is at least the specified threshold.
This commit is contained in:

committed by
Sebastian Serth

parent
1be3ce5ae1
commit
c46a09eeae
@ -142,6 +142,7 @@ components:
|
||||
- NOMAD_UNREACHABLE
|
||||
- NOMAD_OVERLOAD
|
||||
- NOMAD_INTERNAL_SERVER_ERROR
|
||||
- PREWARMING_POOL_DEPLETING
|
||||
- UNKNOWN
|
||||
example: NOMAD_UNREACHABLE
|
||||
|
||||
@ -162,7 +163,8 @@ paths:
|
||||
responses:
|
||||
"204":
|
||||
description: Everything okay
|
||||
|
||||
"503":
|
||||
$ref: "#/components/responses/InternalServerError"
|
||||
/version:
|
||||
get:
|
||||
summary: Retrieve the version of Poseidon
|
||||
|
Reference in New Issue
Block a user