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
@ -328,5 +328,6 @@ const (
|
||||
ErrorNomadUnreachable ErrorCode = "NOMAD_UNREACHABLE"
|
||||
ErrorNomadOverload ErrorCode = "NOMAD_OVERLOAD"
|
||||
ErrorNomadInternalServerError ErrorCode = "NOMAD_INTERNAL_SERVER_ERROR"
|
||||
PrewarmingPoolDepleting ErrorCode = "PREWARMING_POOL_DEPLETING"
|
||||
ErrorUnknown ErrorCode = "UNKNOWN"
|
||||
)
|
||||
|
Reference in New Issue
Block a user