diff options
Diffstat (limited to 'proto/jobs/v1beta/jobs.proto')
-rw-r--r-- | proto/jobs/v1beta/jobs.proto | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proto/jobs/v1beta/jobs.proto b/proto/jobs/v1beta/jobs.proto index 5d1f2dfe..c030c0df 100644 --- a/proto/jobs/v1beta/jobs.proto +++ b/proto/jobs/v1beta/jobs.proto @@ -48,7 +48,7 @@ message Stats { repeated Stat Stats = 1; } -// Stats used as a response for the Stats RPC call +// Stat used as a response for the Stats RPC call message Stat { string pipeline = 1; string driver = 2; @@ -56,4 +56,5 @@ message Stat { int64 active = 4; int64 delayed = 5; int64 reserved = 6; + bool ready = 7; } |