mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Add support for counting kdumps in pure-runner. (#1309)
This commit is contained in:
committed by
Tolga Ceylan
parent
4ac397dece
commit
af59d19d24
@@ -32,6 +32,7 @@ type RunnerStatus struct {
|
||||
ActiveRequestCount int32 // Number of active running requests on Runner
|
||||
RequestsReceived uint64 // Number of requests received by Runner
|
||||
RequestsHandled uint64 // Number of requests handled without NACK by Runner
|
||||
KdumpsOnDisk uint64 // Number of kdumps on disk
|
||||
StatusFailed bool // True if Status execution failed
|
||||
Cached bool // True if Status was provided from cache
|
||||
StatusId string // Call ID for Status
|
||||
|
||||
Reference in New Issue
Block a user