diff --git a/pkg/apis/proto/daemon/daemon.pb.go b/pkg/apis/proto/daemon/daemon.pb.go index 5e6adc1c0..a8ccb9435 100644 --- a/pkg/apis/proto/daemon/daemon.pb.go +++ b/pkg/apis/proto/daemon/daemon.pb.go @@ -232,6 +232,62 @@ func (m *VertexMetrics) GetPendings() map[string]int64 { return nil } +// PipelineStatus +type PipelineStatus struct { + Status *string `protobuf:"bytes,1,req,name=status" json:"status,omitempty"` + Message *string `protobuf:"bytes,2,req,name=message" json:"message,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *PipelineStatus) Reset() { *m = PipelineStatus{} } +func (m *PipelineStatus) String() string { return proto.CompactTextString(m) } +func (*PipelineStatus) ProtoMessage() {} +func (*PipelineStatus) Descriptor() ([]byte, []int) { + return fileDescriptor_93e327fd0d673221, []int{2} +} +func (m *PipelineStatus) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *PipelineStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_PipelineStatus.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *PipelineStatus) XXX_Merge(src proto.Message) { + xxx_messageInfo_PipelineStatus.Merge(m, src) +} +func (m *PipelineStatus) XXX_Size() int { + return m.Size() +} +func (m *PipelineStatus) XXX_DiscardUnknown() { + xxx_messageInfo_PipelineStatus.DiscardUnknown(m) +} + +var xxx_messageInfo_PipelineStatus proto.InternalMessageInfo + +func (m *PipelineStatus) GetStatus() string { + if m != nil && m.Status != nil { + return *m.Status + } + return "" +} + +func (m *PipelineStatus) GetMessage() string { + if m != nil && m.Message != nil { + return *m.Message + } + return "" +} + type ListBuffersRequest struct { Pipeline *string `protobuf:"bytes,1,req,name=pipeline" json:"pipeline,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -243,7 +299,7 @@ func (m *ListBuffersRequest) Reset() { *m = ListBuffersRequest{} } func (m *ListBuffersRequest) String() string { return proto.CompactTextString(m) } func (*ListBuffersRequest) ProtoMessage() {} func (*ListBuffersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_93e327fd0d673221, []int{2} + return fileDescriptor_93e327fd0d673221, []int{3} } func (m *ListBuffersRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -290,7 +346,7 @@ func (m *ListBuffersResponse) Reset() { *m = ListBuffersResponse{} } func (m *ListBuffersResponse) String() string { return proto.CompactTextString(m) } func (*ListBuffersResponse) ProtoMessage() {} func (*ListBuffersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_93e327fd0d673221, []int{3} + return fileDescriptor_93e327fd0d673221, []int{4} } func (m *ListBuffersResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -338,7 +394,7 @@ func (m *GetBufferRequest) Reset() { *m = GetBufferRequest{} } func (m *GetBufferRequest) String() string { return proto.CompactTextString(m) } func (*GetBufferRequest) ProtoMessage() {} func (*GetBufferRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_93e327fd0d673221, []int{4} + return fileDescriptor_93e327fd0d673221, []int{5} } func (m *GetBufferRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -392,7 +448,7 @@ func (m *GetBufferResponse) Reset() { *m = GetBufferResponse{} } func (m *GetBufferResponse) String() string { return proto.CompactTextString(m) } func (*GetBufferResponse) ProtoMessage() {} func (*GetBufferResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_93e327fd0d673221, []int{5} + return fileDescriptor_93e327fd0d673221, []int{6} } func (m *GetBufferResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -428,6 +484,100 @@ func (m *GetBufferResponse) GetBuffer() *BufferInfo { return nil } +type GetPipelineStatusRequest struct { + Pipeline *string `protobuf:"bytes,1,req,name=pipeline" json:"pipeline,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *GetPipelineStatusRequest) Reset() { *m = GetPipelineStatusRequest{} } +func (m *GetPipelineStatusRequest) String() string { return proto.CompactTextString(m) } +func (*GetPipelineStatusRequest) ProtoMessage() {} +func (*GetPipelineStatusRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_93e327fd0d673221, []int{7} +} +func (m *GetPipelineStatusRequest) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *GetPipelineStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_GetPipelineStatusRequest.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *GetPipelineStatusRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetPipelineStatusRequest.Merge(m, src) +} +func (m *GetPipelineStatusRequest) XXX_Size() int { + return m.Size() +} +func (m *GetPipelineStatusRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetPipelineStatusRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetPipelineStatusRequest proto.InternalMessageInfo + +func (m *GetPipelineStatusRequest) GetPipeline() string { + if m != nil && m.Pipeline != nil { + return *m.Pipeline + } + return "" +} + +type GetPipelineStatusResponse struct { + Status *PipelineStatus `protobuf:"bytes,1,req,name=status" json:"status,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *GetPipelineStatusResponse) Reset() { *m = GetPipelineStatusResponse{} } +func (m *GetPipelineStatusResponse) String() string { return proto.CompactTextString(m) } +func (*GetPipelineStatusResponse) ProtoMessage() {} +func (*GetPipelineStatusResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_93e327fd0d673221, []int{8} +} +func (m *GetPipelineStatusResponse) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *GetPipelineStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_GetPipelineStatusResponse.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *GetPipelineStatusResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetPipelineStatusResponse.Merge(m, src) +} +func (m *GetPipelineStatusResponse) XXX_Size() int { + return m.Size() +} +func (m *GetPipelineStatusResponse) XXX_DiscardUnknown() { + xxx_messageInfo_GetPipelineStatusResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_GetPipelineStatusResponse proto.InternalMessageInfo + +func (m *GetPipelineStatusResponse) GetStatus() *PipelineStatus { + if m != nil { + return m.Status + } + return nil +} + type GetVertexMetricsRequest struct { Pipeline *string `protobuf:"bytes,2,req,name=pipeline" json:"pipeline,omitempty"` Vertex *string `protobuf:"bytes,3,req,name=vertex" json:"vertex,omitempty"` @@ -440,7 +590,7 @@ func (m *GetVertexMetricsRequest) Reset() { *m = GetVertexMetricsRequest func (m *GetVertexMetricsRequest) String() string { return proto.CompactTextString(m) } func (*GetVertexMetricsRequest) ProtoMessage() {} func (*GetVertexMetricsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_93e327fd0d673221, []int{6} + return fileDescriptor_93e327fd0d673221, []int{9} } func (m *GetVertexMetricsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -494,7 +644,7 @@ func (m *GetVertexMetricsResponse) Reset() { *m = GetVertexMetricsRespon func (m *GetVertexMetricsResponse) String() string { return proto.CompactTextString(m) } func (*GetVertexMetricsResponse) ProtoMessage() {} func (*GetVertexMetricsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_93e327fd0d673221, []int{7} + return fileDescriptor_93e327fd0d673221, []int{10} } func (m *GetVertexMetricsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -545,7 +695,7 @@ func (m *EdgeWatermark) Reset() { *m = EdgeWatermark{} } func (m *EdgeWatermark) String() string { return proto.CompactTextString(m) } func (*EdgeWatermark) ProtoMessage() {} func (*EdgeWatermark) Descriptor() ([]byte, []int) { - return fileDescriptor_93e327fd0d673221, []int{8} + return fileDescriptor_93e327fd0d673221, []int{11} } func (m *EdgeWatermark) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -613,7 +763,7 @@ func (m *GetPipelineWatermarksResponse) Reset() { *m = GetPipelineWaterm func (m *GetPipelineWatermarksResponse) String() string { return proto.CompactTextString(m) } func (*GetPipelineWatermarksResponse) ProtoMessage() {} func (*GetPipelineWatermarksResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_93e327fd0d673221, []int{9} + return fileDescriptor_93e327fd0d673221, []int{12} } func (m *GetPipelineWatermarksResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -661,7 +811,7 @@ func (m *GetPipelineWatermarksRequest) Reset() { *m = GetPipelineWaterma func (m *GetPipelineWatermarksRequest) String() string { return proto.CompactTextString(m) } func (*GetPipelineWatermarksRequest) ProtoMessage() {} func (*GetPipelineWatermarksRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_93e327fd0d673221, []int{10} + return fileDescriptor_93e327fd0d673221, []int{13} } func (m *GetPipelineWatermarksRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -702,10 +852,13 @@ func init() { proto.RegisterType((*VertexMetrics)(nil), "daemon.VertexMetrics") proto.RegisterMapType((map[string]int64)(nil), "daemon.VertexMetrics.PendingsEntry") proto.RegisterMapType((map[string]float64)(nil), "daemon.VertexMetrics.ProcessingRatesEntry") + proto.RegisterType((*PipelineStatus)(nil), "daemon.PipelineStatus") proto.RegisterType((*ListBuffersRequest)(nil), "daemon.ListBuffersRequest") proto.RegisterType((*ListBuffersResponse)(nil), "daemon.ListBuffersResponse") proto.RegisterType((*GetBufferRequest)(nil), "daemon.GetBufferRequest") proto.RegisterType((*GetBufferResponse)(nil), "daemon.GetBufferResponse") + proto.RegisterType((*GetPipelineStatusRequest)(nil), "daemon.GetPipelineStatusRequest") + proto.RegisterType((*GetPipelineStatusResponse)(nil), "daemon.GetPipelineStatusResponse") proto.RegisterType((*GetVertexMetricsRequest)(nil), "daemon.GetVertexMetricsRequest") proto.RegisterType((*GetVertexMetricsResponse)(nil), "daemon.GetVertexMetricsResponse") proto.RegisterType((*EdgeWatermark)(nil), "daemon.EdgeWatermark") @@ -718,60 +871,65 @@ func init() { } var fileDescriptor_93e327fd0d673221 = []byte{ - // 839 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x56, 0xdd, 0x8e, 0xdb, 0x44, - 0x14, 0x96, 0xed, 0x6d, 0x9a, 0x9c, 0x10, 0x75, 0x19, 0xda, 0x32, 0xb8, 0x25, 0x58, 0x66, 0x01, - 0xb3, 0x2a, 0x31, 0xac, 0x04, 0xaa, 0x5a, 0x89, 0xa2, 0x2d, 0xe9, 0x0a, 0x69, 0x17, 0xad, 0xcc, - 0x4f, 0x25, 0xee, 0x9c, 0x64, 0xe2, 0x9a, 0xd8, 0x1e, 0xe3, 0x19, 0x67, 0x59, 0x55, 0x7b, 0xd3, - 0x17, 0xe0, 0x02, 0xf5, 0x35, 0x78, 0x0e, 0x2e, 0x91, 0xb8, 0xe4, 0x06, 0xad, 0x78, 0x10, 0xe4, - 0x99, 0x71, 0x62, 0x27, 0x4e, 0x76, 0xaf, 0x76, 0xce, 0xef, 0xf7, 0xcd, 0x39, 0xdf, 0x78, 0x03, - 0x76, 0x3a, 0x0b, 0x5c, 0x3f, 0x0d, 0x99, 0x9b, 0x66, 0x94, 0x53, 0x77, 0xe2, 0x93, 0x98, 0x26, - 0xea, 0xcf, 0x40, 0xf8, 0x50, 0x4b, 0x5a, 0xe6, 0xfd, 0x80, 0xd2, 0x20, 0x22, 0x45, 0xba, 0xeb, - 0x27, 0x09, 0xe5, 0x3e, 0x0f, 0x69, 0xc2, 0x64, 0x96, 0x79, 0x4f, 0x45, 0x85, 0x35, 0xca, 0xa7, - 0x2e, 0x89, 0x53, 0x7e, 0x2e, 0x83, 0xf6, 0x2b, 0x03, 0xe0, 0x30, 0x9f, 0x4e, 0x49, 0xf6, 0x4d, - 0x32, 0xa5, 0xc8, 0x84, 0x76, 0x1a, 0xa6, 0x24, 0x0a, 0x13, 0x82, 0x35, 0x4b, 0x77, 0x3a, 0xde, - 0xc2, 0x46, 0x7d, 0x80, 0x69, 0x46, 0xe3, 0x1f, 0x49, 0xc6, 0xc9, 0xaf, 0x58, 0x17, 0xd1, 0x8a, - 0xa7, 0xa8, 0xe5, 0x54, 0x45, 0x0d, 0x59, 0x5b, 0xda, 0x45, 0xed, 0x48, 0xa0, 0x7c, 0xeb, 0xc7, - 0x04, 0xef, 0xc8, 0xda, 0xa5, 0x07, 0xd9, 0xf0, 0x46, 0x4a, 0x92, 0x49, 0x98, 0x04, 0x4f, 0x69, - 0x9e, 0x70, 0x7c, 0xc3, 0xd2, 0x1d, 0xc3, 0xab, 0xf9, 0x90, 0x03, 0xb7, 0xfc, 0xf1, 0xec, 0xb4, - 0x9a, 0xd6, 0x12, 0x69, 0xab, 0x6e, 0xb4, 0x07, 0x3d, 0x4e, 0xb9, 0x1f, 0x9d, 0x10, 0xc6, 0xfc, - 0x80, 0x30, 0x7c, 0x53, 0xe4, 0xd5, 0x9d, 0x05, 0xa6, 0x64, 0x70, 0x4c, 0x92, 0x80, 0xbf, 0xc0, - 0x6d, 0x89, 0x59, 0xf5, 0xa1, 0x7d, 0xd8, 0x95, 0xf6, 0x0f, 0x45, 0xcd, 0x71, 0x18, 0x87, 0x1c, - 0x77, 0x2c, 0xdd, 0xd1, 0xbc, 0x35, 0x3f, 0xb2, 0xa0, 0x5b, 0xf1, 0x61, 0x10, 0x69, 0x55, 0x17, - 0xba, 0x0b, 0xad, 0x90, 0x3d, 0xcb, 0xa3, 0x08, 0x77, 0x2d, 0xdd, 0x69, 0x7b, 0xca, 0xb2, 0xff, - 0xd1, 0xa1, 0x27, 0x07, 0x75, 0x42, 0x78, 0x16, 0x8e, 0xd9, 0xd6, 0x3d, 0xdc, 0x85, 0xd6, 0xbc, - 0xba, 0x03, 0x65, 0xa1, 0xef, 0xe1, 0x56, 0x9a, 0xd1, 0x31, 0x61, 0x2c, 0x4c, 0x02, 0xcf, 0xe7, - 0x84, 0x61, 0xc3, 0x32, 0x9c, 0xee, 0xc1, 0xfe, 0x40, 0xa9, 0xa6, 0x86, 0x31, 0x38, 0xad, 0x27, - 0x0f, 0x13, 0x9e, 0x9d, 0x7b, 0xab, 0x2d, 0xd0, 0x13, 0x68, 0xab, 0x2d, 0x30, 0xbc, 0x23, 0xda, - 0xbd, 0xbf, 0xa1, 0x9d, 0xca, 0x92, 0x7d, 0x16, 0x45, 0xe6, 0x21, 0xdc, 0x6e, 0x42, 0x42, 0xbb, - 0x60, 0xcc, 0xc8, 0x39, 0xd6, 0x2c, 0xcd, 0xe9, 0x78, 0xc5, 0x11, 0xdd, 0x86, 0x1b, 0x73, 0x3f, - 0xca, 0x09, 0xd6, 0x2d, 0xcd, 0xd1, 0x3c, 0x69, 0x3c, 0xd2, 0x1f, 0x6a, 0xe6, 0x63, 0xe8, 0xd5, - 0xda, 0x5f, 0x55, 0x6c, 0x54, 0x8a, 0xed, 0x4f, 0x01, 0x1d, 0x87, 0x8c, 0x4b, 0x95, 0x33, 0x8f, - 0xfc, 0x92, 0x13, 0xc6, 0xb7, 0x4d, 0xd8, 0x7e, 0x0a, 0x6f, 0xd5, 0x2a, 0x58, 0x4a, 0x13, 0x46, - 0xd0, 0x03, 0xb8, 0x29, 0xb7, 0xc9, 0xb0, 0x26, 0x26, 0x81, 0xca, 0x49, 0x2c, 0x5f, 0x90, 0x57, - 0xa6, 0xd8, 0xcf, 0x60, 0xf7, 0x88, 0xa8, 0x1e, 0xd7, 0x00, 0x2d, 0xd6, 0x2a, 0x4b, 0xcb, 0xb5, - 0x4a, 0xcb, 0x7e, 0x02, 0x6f, 0x56, 0xfa, 0x28, 0x2a, 0xfb, 0x8b, 0xe4, 0xa2, 0x4d, 0x33, 0x93, - 0xb2, 0xc1, 0x09, 0xbc, 0x7d, 0x44, 0x78, 0x6d, 0x59, 0x4d, 0x7c, 0xf4, 0x8d, 0x32, 0x33, 0xaa, - 0x32, 0xb3, 0x9f, 0x03, 0x5e, 0x6f, 0xa7, 0x68, 0x3d, 0x86, 0xde, 0xbc, 0x1a, 0x50, 0x73, 0xba, - 0xd3, 0xa8, 0x18, 0xaf, 0x9e, 0x6b, 0xff, 0xa6, 0x41, 0x6f, 0x38, 0x09, 0xc8, 0x73, 0x9f, 0x93, - 0x2c, 0xf6, 0xb3, 0xd9, 0xd6, 0x71, 0x21, 0xd8, 0x21, 0x93, 0xa0, 0xa4, 0x2d, 0xce, 0xc5, 0x57, - 0xe6, 0xac, 0x2c, 0x96, 0xe2, 0x37, 0xbc, 0x8a, 0x07, 0x0d, 0x00, 0x85, 0x6c, 0xd1, 0x7e, 0x98, - 0xf8, 0xa3, 0x88, 0x4c, 0xc4, 0xd7, 0xa8, 0xed, 0x35, 0x44, 0xec, 0x29, 0xbc, 0x7b, 0x44, 0xf8, - 0xa9, 0x82, 0x5c, 0x84, 0x97, 0xf7, 0x1d, 0x02, 0x4a, 0xd7, 0xa2, 0xab, 0x97, 0xae, 0xdd, 0xc9, - 0x6b, 0x28, 0xb0, 0x1f, 0xc1, 0xfd, 0x0d, 0x38, 0x57, 0xca, 0xe6, 0xe0, 0x8f, 0x1d, 0xe8, 0x7d, - 0x2d, 0x80, 0xbe, 0x23, 0xd9, 0x3c, 0x1c, 0x13, 0xc4, 0xa1, 0x5b, 0x51, 0x2f, 0x32, 0x4b, 0x1e, - 0xeb, 0x8f, 0xc0, 0xbc, 0xd7, 0x18, 0x93, 0x97, 0xb3, 0x1f, 0xbc, 0xfa, 0xfb, 0xbf, 0xdf, 0xf5, - 0x0f, 0xd1, 0x9e, 0xf8, 0xbf, 0x32, 0xff, 0xcc, 0x2d, 0x31, 0x99, 0xfb, 0xb2, 0x3c, 0x5e, 0xb8, - 0x4a, 0xee, 0xe8, 0x0c, 0x3a, 0x0b, 0x99, 0x22, 0x5c, 0xf6, 0x5d, 0x7d, 0x01, 0xe6, 0x3b, 0x0d, - 0x11, 0x85, 0xf7, 0xb9, 0xc0, 0x73, 0xd1, 0x27, 0xd7, 0xc1, 0x73, 0x5f, 0xca, 0xc3, 0x05, 0x7a, - 0xad, 0x89, 0x87, 0x56, 0xff, 0x7e, 0xbe, 0x57, 0x81, 0x69, 0x52, 0xbe, 0x69, 0x6d, 0x4e, 0x50, - 0x74, 0xbe, 0x14, 0x74, 0x1e, 0xa2, 0x2f, 0xb6, 0xd2, 0x29, 0x24, 0x1c, 0x8e, 0x0b, 0x9f, 0x14, - 0xf3, 0x85, 0x1b, 0x2b, 0x0a, 0xaf, 0x35, 0xb8, 0xd3, 0xb8, 0x55, 0xb4, 0x57, 0xc1, 0xde, 0xb8, - 0x74, 0xf3, 0x83, 0x2b, 0xb2, 0x14, 0x4d, 0x57, 0xd0, 0xfc, 0x18, 0x7d, 0xb4, 0x95, 0xe6, 0xf2, - 0x11, 0x1c, 0x7e, 0xf5, 0xe7, 0x65, 0x5f, 0xfb, 0xeb, 0xb2, 0xaf, 0xfd, 0x7b, 0xd9, 0xd7, 0x7e, - 0x3a, 0x08, 0x42, 0xfe, 0x22, 0x1f, 0x0d, 0xc6, 0x34, 0x76, 0x93, 0x3c, 0xf6, 0xd3, 0x8c, 0xfe, - 0x2c, 0x0e, 0xd3, 0x88, 0x9e, 0xb9, 0x8d, 0xbf, 0x41, 0xfe, 0x0f, 0x00, 0x00, 0xff, 0xff, 0x8b, - 0xee, 0x3e, 0xac, 0x9b, 0x08, 0x00, 0x00, + // 922 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x56, 0x4d, 0x6f, 0xdc, 0x44, + 0x18, 0x96, 0xed, 0x7c, 0x6c, 0xde, 0x65, 0x69, 0x78, 0x69, 0x83, 0xeb, 0x96, 0x60, 0xdc, 0x14, + 0x96, 0x50, 0xd6, 0x10, 0x89, 0xaa, 0x6a, 0x25, 0x8a, 0x52, 0xd2, 0x08, 0x91, 0xa0, 0xc8, 0x05, + 0x2a, 0x71, 0x73, 0x76, 0x67, 0x5d, 0x93, 0xb5, 0xc7, 0x78, 0xc6, 0x1b, 0xa2, 0x2a, 0x97, 0x4a, + 0x9c, 0x39, 0xa0, 0xfe, 0x15, 0x7e, 0x03, 0x47, 0x24, 0x8e, 0x5c, 0x50, 0xc4, 0x0f, 0x41, 0x9e, + 0x19, 0x6f, 0xc6, 0x1b, 0xef, 0x26, 0xa7, 0x9d, 0xf7, 0xf3, 0x79, 0xe6, 0xfd, 0x18, 0x2f, 0x78, + 0xd9, 0x51, 0xe4, 0x87, 0x59, 0xcc, 0xfc, 0x2c, 0xa7, 0x9c, 0xfa, 0x83, 0x90, 0x24, 0x34, 0x55, + 0x3f, 0x3d, 0xa1, 0xc3, 0x25, 0x29, 0x39, 0xb7, 0x23, 0x4a, 0xa3, 0x11, 0x29, 0xdd, 0xfd, 0x30, + 0x4d, 0x29, 0x0f, 0x79, 0x4c, 0x53, 0x26, 0xbd, 0x9c, 0x5b, 0xca, 0x2a, 0xa4, 0xc3, 0x62, 0xe8, + 0x93, 0x24, 0xe3, 0x27, 0xd2, 0xe8, 0xbd, 0xb2, 0x00, 0xb6, 0x8b, 0xe1, 0x90, 0xe4, 0x5f, 0xa7, + 0x43, 0x8a, 0x0e, 0xb4, 0xb2, 0x38, 0x23, 0xa3, 0x38, 0x25, 0xb6, 0xe1, 0x9a, 0xdd, 0x95, 0x60, + 0x22, 0xe3, 0x3a, 0xc0, 0x30, 0xa7, 0xc9, 0x0f, 0x24, 0xe7, 0xe4, 0x17, 0xdb, 0x14, 0x56, 0x4d, + 0x53, 0xc6, 0x72, 0xaa, 0xac, 0x96, 0x8c, 0xad, 0xe4, 0x32, 0xf6, 0x50, 0xa0, 0x7c, 0x1b, 0x26, + 0xc4, 0x5e, 0x90, 0xb1, 0xe7, 0x1a, 0xf4, 0xe0, 0x8d, 0x8c, 0xa4, 0x83, 0x38, 0x8d, 0x9e, 0xd0, + 0x22, 0xe5, 0xf6, 0xa2, 0x6b, 0x76, 0xad, 0xa0, 0xa6, 0xc3, 0x2e, 0x5c, 0x0b, 0xfb, 0x47, 0x07, + 0xba, 0xdb, 0x92, 0x70, 0x9b, 0x56, 0xe3, 0x06, 0x74, 0x38, 0xe5, 0xe1, 0x68, 0x9f, 0x30, 0x16, + 0x46, 0x84, 0xd9, 0xcb, 0xc2, 0xaf, 0xae, 0x2c, 0x31, 0x25, 0x83, 0x3d, 0x92, 0x46, 0xfc, 0x85, + 0xdd, 0x92, 0x98, 0xba, 0x0e, 0x37, 0x61, 0x55, 0xca, 0xdf, 0x97, 0x31, 0x7b, 0x71, 0x12, 0x73, + 0x7b, 0xc5, 0x35, 0xbb, 0x46, 0x70, 0x41, 0x8f, 0x2e, 0xb4, 0x35, 0x9d, 0x0d, 0xc2, 0x4d, 0x57, + 0xe1, 0x1a, 0x2c, 0xc5, 0xec, 0x69, 0x31, 0x1a, 0xd9, 0x6d, 0xd7, 0xec, 0xb6, 0x02, 0x25, 0x79, + 0xff, 0x98, 0xd0, 0x91, 0x85, 0xda, 0x27, 0x3c, 0x8f, 0xfb, 0x6c, 0x6e, 0x1f, 0xd6, 0x60, 0x69, + 0xac, 0xf7, 0x40, 0x49, 0xf8, 0x1d, 0x5c, 0xcb, 0x72, 0xda, 0x27, 0x8c, 0xc5, 0x69, 0x14, 0x84, + 0x9c, 0x30, 0xdb, 0x72, 0xad, 0x6e, 0x7b, 0x6b, 0xb3, 0xa7, 0xa6, 0xa6, 0x86, 0xd1, 0x3b, 0xa8, + 0x3b, 0xef, 0xa4, 0x3c, 0x3f, 0x09, 0xa6, 0x53, 0xe0, 0x63, 0x68, 0xa9, 0x2e, 0x30, 0x7b, 0x41, + 0xa4, 0xbb, 0x33, 0x23, 0x9d, 0xf2, 0x92, 0x79, 0x26, 0x41, 0xce, 0x36, 0x5c, 0x6f, 0x42, 0xc2, + 0x55, 0xb0, 0x8e, 0xc8, 0x89, 0x6d, 0xb8, 0x46, 0x77, 0x25, 0x28, 0x8f, 0x78, 0x1d, 0x16, 0xc7, + 0xe1, 0xa8, 0x20, 0xb6, 0xe9, 0x1a, 0x5d, 0x23, 0x90, 0xc2, 0x43, 0xf3, 0x81, 0xe1, 0x3c, 0x82, + 0x4e, 0x2d, 0xfd, 0x65, 0xc1, 0x96, 0x16, 0xec, 0x6d, 0xc3, 0x9b, 0x07, 0xaa, 0x76, 0xcf, 0x78, + 0xc8, 0x0b, 0x56, 0x56, 0x90, 0x89, 0x93, 0xaa, 0xad, 0x92, 0xd0, 0x86, 0xe5, 0x44, 0x4e, 0x87, + 0x2a, 0x6d, 0x25, 0x7a, 0x9f, 0x02, 0xee, 0xc5, 0x8c, 0xcb, 0x4d, 0x61, 0x01, 0xf9, 0xb9, 0x20, + 0x8c, 0xcf, 0xeb, 0x92, 0xf7, 0x04, 0xde, 0xae, 0x45, 0xb0, 0x8c, 0xa6, 0x8c, 0xe0, 0x3d, 0x58, + 0x96, 0x13, 0x51, 0x62, 0x97, 0xd5, 0xc4, 0xaa, 0x9a, 0xe7, 0x5b, 0x18, 0x54, 0x2e, 0xde, 0x53, + 0x58, 0xdd, 0x25, 0x2a, 0xc7, 0x15, 0x40, 0xcb, 0x8b, 0xc9, 0xd0, 0x6a, 0x34, 0xa4, 0xe4, 0x3d, + 0x86, 0xb7, 0xb4, 0x3c, 0x8a, 0xca, 0xe6, 0xc4, 0xb9, 0x4c, 0xd3, 0xcc, 0xa4, 0x4a, 0x70, 0x1f, + 0xec, 0x5d, 0xc2, 0xeb, 0x65, 0xbc, 0x4a, 0x15, 0xbe, 0x81, 0x9b, 0x0d, 0x71, 0x8a, 0x40, 0xaf, + 0xd6, 0x86, 0xf6, 0xd6, 0x5a, 0x45, 0x60, 0xca, 0x5f, 0x79, 0x79, 0xfb, 0xf0, 0xce, 0x2e, 0xe1, + 0xb5, 0xa9, 0x6b, 0xe2, 0x60, 0xce, 0xdc, 0x17, 0x4b, 0xdf, 0x17, 0xef, 0xb9, 0xb8, 0xd3, 0x54, + 0x3a, 0x45, 0xed, 0x11, 0x74, 0xc6, 0xba, 0x41, 0x35, 0xeb, 0x46, 0xe3, 0xe8, 0x07, 0x75, 0x5f, + 0xef, 0x37, 0x03, 0x3a, 0x3b, 0x83, 0x88, 0x3c, 0x0f, 0x39, 0xc9, 0x93, 0x30, 0x3f, 0x9a, 0xdb, + 0x33, 0x84, 0x05, 0x32, 0x98, 0x4c, 0x9c, 0x38, 0x97, 0xcf, 0xe5, 0x71, 0x15, 0x2c, 0xb7, 0xd8, + 0x0a, 0x34, 0x0d, 0xf6, 0x00, 0x63, 0x36, 0x49, 0xbf, 0x93, 0x86, 0x87, 0x23, 0x32, 0x10, 0xcf, + 0x6a, 0x2b, 0x68, 0xb0, 0x78, 0x43, 0x78, 0x57, 0x6b, 0xc3, 0xc4, 0x7c, 0x7e, 0xdf, 0x1d, 0xc0, + 0xec, 0x82, 0x75, 0xfa, 0xd2, 0xb5, 0x3b, 0x05, 0x0d, 0x01, 0xde, 0x43, 0xb8, 0x3d, 0x03, 0xe7, + 0xd2, 0x51, 0xd9, 0xfa, 0x63, 0x11, 0x3a, 0x5f, 0x09, 0xa0, 0x67, 0x24, 0x1f, 0xc7, 0x7d, 0x82, + 0x1c, 0xda, 0xda, 0x0a, 0xa1, 0x53, 0xf1, 0xb8, 0xb8, 0x89, 0xce, 0xad, 0x46, 0x9b, 0xbc, 0x9c, + 0x77, 0xef, 0xd5, 0xdf, 0xff, 0xfd, 0x6e, 0x7e, 0x80, 0x1b, 0xe2, 0x03, 0x39, 0xfe, 0xcc, 0xaf, + 0x30, 0x99, 0xff, 0xb2, 0x3a, 0x9e, 0xfa, 0x6a, 0xe7, 0xf0, 0x18, 0x56, 0x26, 0xbb, 0x82, 0x76, + 0x95, 0x77, 0x7a, 0x0d, 0x9d, 0x9b, 0x0d, 0x16, 0x85, 0xf7, 0xb9, 0xc0, 0xf3, 0xf1, 0x93, 0xab, + 0xe0, 0xf9, 0x2f, 0xe5, 0xe1, 0x14, 0x5f, 0x1b, 0x62, 0xdb, 0xeb, 0x1f, 0x82, 0xf7, 0x34, 0x98, + 0xa6, 0xc9, 0x77, 0xdc, 0xd9, 0x0e, 0x8a, 0xce, 0x17, 0x82, 0xce, 0x03, 0xbc, 0x3f, 0x97, 0x4e, + 0x39, 0xc2, 0x71, 0xbf, 0xd4, 0xc9, 0x61, 0x3e, 0xf5, 0x13, 0x45, 0xe1, 0xb5, 0x01, 0x37, 0x1a, + 0xbb, 0x8a, 0x1b, 0x1a, 0xf6, 0xcc, 0xa6, 0x3b, 0x77, 0x2f, 0xf1, 0x52, 0x34, 0x7d, 0x41, 0xf3, + 0x23, 0xfc, 0x70, 0x2e, 0x4d, 0x6d, 0x09, 0x7e, 0x35, 0xc4, 0xab, 0x36, 0xf5, 0xb6, 0xbb, 0x0d, + 0x68, 0xb5, 0xf7, 0xca, 0x79, 0x7f, 0x8e, 0x87, 0xe2, 0xf2, 0xb1, 0xe0, 0x72, 0x17, 0xef, 0xcc, + 0xe5, 0x22, 0x9f, 0xa5, 0xed, 0x2f, 0xff, 0x3c, 0x5b, 0x37, 0xfe, 0x3a, 0x5b, 0x37, 0xfe, 0x3d, + 0x5b, 0x37, 0x7e, 0xdc, 0x8a, 0x62, 0xfe, 0xa2, 0x38, 0xec, 0xf5, 0x69, 0xe2, 0xa7, 0x45, 0x12, + 0x66, 0x39, 0xfd, 0x49, 0x1c, 0x86, 0x23, 0x7a, 0xec, 0x37, 0xfe, 0xa9, 0xfb, 0x3f, 0x00, 0x00, + 0xff, 0xff, 0x50, 0xfc, 0x92, 0xbc, 0xec, 0x09, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -791,6 +949,7 @@ type DaemonServiceClient interface { GetVertexMetrics(ctx context.Context, in *GetVertexMetricsRequest, opts ...grpc.CallOption) (*GetVertexMetricsResponse, error) // GetPipelineWatermarks return the watermark of the given pipeline GetPipelineWatermarks(ctx context.Context, in *GetPipelineWatermarksRequest, opts ...grpc.CallOption) (*GetPipelineWatermarksResponse, error) + GetPipelineStatus(ctx context.Context, in *GetPipelineStatusRequest, opts ...grpc.CallOption) (*GetPipelineStatusResponse, error) } type daemonServiceClient struct { @@ -837,6 +996,15 @@ func (c *daemonServiceClient) GetPipelineWatermarks(ctx context.Context, in *Get return out, nil } +func (c *daemonServiceClient) GetPipelineStatus(ctx context.Context, in *GetPipelineStatusRequest, opts ...grpc.CallOption) (*GetPipelineStatusResponse, error) { + out := new(GetPipelineStatusResponse) + err := c.cc.Invoke(ctx, "/daemon.DaemonService/GetPipelineStatus", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + // DaemonServiceServer is the server API for DaemonService service. type DaemonServiceServer interface { ListBuffers(context.Context, *ListBuffersRequest) (*ListBuffersResponse, error) @@ -844,6 +1012,7 @@ type DaemonServiceServer interface { GetVertexMetrics(context.Context, *GetVertexMetricsRequest) (*GetVertexMetricsResponse, error) // GetPipelineWatermarks return the watermark of the given pipeline GetPipelineWatermarks(context.Context, *GetPipelineWatermarksRequest) (*GetPipelineWatermarksResponse, error) + GetPipelineStatus(context.Context, *GetPipelineStatusRequest) (*GetPipelineStatusResponse, error) } // UnimplementedDaemonServiceServer can be embedded to have forward compatible implementations. @@ -862,6 +1031,9 @@ func (*UnimplementedDaemonServiceServer) GetVertexMetrics(ctx context.Context, r func (*UnimplementedDaemonServiceServer) GetPipelineWatermarks(ctx context.Context, req *GetPipelineWatermarksRequest) (*GetPipelineWatermarksResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method GetPipelineWatermarks not implemented") } +func (*UnimplementedDaemonServiceServer) GetPipelineStatus(ctx context.Context, req *GetPipelineStatusRequest) (*GetPipelineStatusResponse, error) { + return nil, status.Errorf(codes.Unimplemented, "method GetPipelineStatus not implemented") +} func RegisterDaemonServiceServer(s *grpc.Server, srv DaemonServiceServer) { s.RegisterService(&_DaemonService_serviceDesc, srv) @@ -939,6 +1111,24 @@ func _DaemonService_GetPipelineWatermarks_Handler(srv interface{}, ctx context.C return interceptor(ctx, in, info, handler) } +func _DaemonService_GetPipelineStatus_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(GetPipelineStatusRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DaemonServiceServer).GetPipelineStatus(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/daemon.DaemonService/GetPipelineStatus", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DaemonServiceServer).GetPipelineStatus(ctx, req.(*GetPipelineStatusRequest)) + } + return interceptor(ctx, in, info, handler) +} + var _DaemonService_serviceDesc = grpc.ServiceDesc{ ServiceName: "daemon.DaemonService", HandlerType: (*DaemonServiceServer)(nil), @@ -959,6 +1149,10 @@ var _DaemonService_serviceDesc = grpc.ServiceDesc{ MethodName: "GetPipelineWatermarks", Handler: _DaemonService_GetPipelineWatermarks_Handler, }, + { + MethodName: "GetPipelineStatus", + Handler: _DaemonService_GetPipelineStatus_Handler, + }, }, Streams: []grpc.StreamDesc{}, Metadata: "pkg/apis/proto/daemon/daemon.proto", @@ -1163,6 +1357,51 @@ func (m *VertexMetrics) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } +func (m *PipelineStatus) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *PipelineStatus) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *PipelineStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) + } + if m.Message == nil { + return 0, github_com_gogo_protobuf_proto.NewRequiredNotSetError("message") + } else { + i -= len(*m.Message) + copy(dAtA[i:], *m.Message) + i = encodeVarintDaemon(dAtA, i, uint64(len(*m.Message))) + i-- + dAtA[i] = 0x12 + } + if m.Status == nil { + return 0, github_com_gogo_protobuf_proto.NewRequiredNotSetError("status") + } else { + i -= len(*m.Status) + copy(dAtA[i:], *m.Status) + i = encodeVarintDaemon(dAtA, i, uint64(len(*m.Status))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + func (m *ListBuffersRequest) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -1326,6 +1565,83 @@ func (m *GetBufferResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } +func (m *GetPipelineStatusRequest) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *GetPipelineStatusRequest) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *GetPipelineStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) + } + if m.Pipeline == nil { + return 0, github_com_gogo_protobuf_proto.NewRequiredNotSetError("pipeline") + } else { + i -= len(*m.Pipeline) + copy(dAtA[i:], *m.Pipeline) + i = encodeVarintDaemon(dAtA, i, uint64(len(*m.Pipeline))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + +func (m *GetPipelineStatusResponse) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *GetPipelineStatusResponse) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *GetPipelineStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) + } + if m.Status == nil { + return 0, github_com_gogo_protobuf_proto.NewRequiredNotSetError("status") + } else { + { + size, err := m.Status.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintDaemon(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + func (m *GetVertexMetricsRequest) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -1649,6 +1965,26 @@ func (m *VertexMetrics) Size() (n int) { return n } +func (m *PipelineStatus) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.Status != nil { + l = len(*m.Status) + n += 1 + l + sovDaemon(uint64(l)) + } + if m.Message != nil { + l = len(*m.Message) + n += 1 + l + sovDaemon(uint64(l)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + func (m *ListBuffersRequest) Size() (n int) { if m == nil { return 0 @@ -1719,7 +2055,7 @@ func (m *GetBufferResponse) Size() (n int) { return n } -func (m *GetVertexMetricsRequest) Size() (n int) { +func (m *GetPipelineStatusRequest) Size() (n int) { if m == nil { return 0 } @@ -1729,27 +2065,59 @@ func (m *GetVertexMetricsRequest) Size() (n int) { l = len(*m.Pipeline) n += 1 + l + sovDaemon(uint64(l)) } - if m.Vertex != nil { - l = len(*m.Vertex) - n += 1 + l + sovDaemon(uint64(l)) - } if m.XXX_unrecognized != nil { n += len(m.XXX_unrecognized) } return n } -func (m *GetVertexMetricsResponse) Size() (n int) { +func (m *GetPipelineStatusResponse) Size() (n int) { if m == nil { return 0 } var l int _ = l - if len(m.VertexMetrics) > 0 { - for _, e := range m.VertexMetrics { - l = e.Size() - n += 1 + l + sovDaemon(uint64(l)) - } + if m.Status != nil { + l = m.Status.Size() + n += 1 + l + sovDaemon(uint64(l)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func (m *GetVertexMetricsRequest) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.Pipeline != nil { + l = len(*m.Pipeline) + n += 1 + l + sovDaemon(uint64(l)) + } + if m.Vertex != nil { + l = len(*m.Vertex) + n += 1 + l + sovDaemon(uint64(l)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func (m *GetVertexMetricsResponse) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if len(m.VertexMetrics) > 0 { + for _, e := range m.VertexMetrics { + l = e.Size() + n += 1 + l + sovDaemon(uint64(l)) + } } if m.XXX_unrecognized != nil { n += len(m.XXX_unrecognized) @@ -2523,6 +2891,132 @@ func (m *VertexMetrics) Unmarshal(dAtA []byte) error { } return nil } +func (m *PipelineStatus) Unmarshal(dAtA []byte) error { + var hasFields [1]uint64 + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowDaemon + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: PipelineStatus: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: PipelineStatus: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Status", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowDaemon + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthDaemon + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthDaemon + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + s := string(dAtA[iNdEx:postIndex]) + m.Status = &s + iNdEx = postIndex + hasFields[0] |= uint64(0x00000001) + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Message", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowDaemon + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthDaemon + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthDaemon + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + s := string(dAtA[iNdEx:postIndex]) + m.Message = &s + iNdEx = postIndex + hasFields[0] |= uint64(0x00000002) + default: + iNdEx = preIndex + skippy, err := skipDaemon(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthDaemon + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + if hasFields[0]&uint64(0x00000001) == 0 { + return github_com_gogo_protobuf_proto.NewRequiredNotSetError("status") + } + if hasFields[0]&uint64(0x00000002) == 0 { + return github_com_gogo_protobuf_proto.NewRequiredNotSetError("message") + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func (m *ListBuffersRequest) Unmarshal(dAtA []byte) error { var hasFields [1]uint64 l := len(dAtA) @@ -2915,6 +3409,187 @@ func (m *GetBufferResponse) Unmarshal(dAtA []byte) error { } return nil } +func (m *GetPipelineStatusRequest) Unmarshal(dAtA []byte) error { + var hasFields [1]uint64 + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowDaemon + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: GetPipelineStatusRequest: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: GetPipelineStatusRequest: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Pipeline", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowDaemon + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthDaemon + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthDaemon + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + s := string(dAtA[iNdEx:postIndex]) + m.Pipeline = &s + iNdEx = postIndex + hasFields[0] |= uint64(0x00000001) + default: + iNdEx = preIndex + skippy, err := skipDaemon(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthDaemon + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + if hasFields[0]&uint64(0x00000001) == 0 { + return github_com_gogo_protobuf_proto.NewRequiredNotSetError("pipeline") + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *GetPipelineStatusResponse) Unmarshal(dAtA []byte) error { + var hasFields [1]uint64 + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowDaemon + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: GetPipelineStatusResponse: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: GetPipelineStatusResponse: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Status", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowDaemon + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthDaemon + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthDaemon + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.Status == nil { + m.Status = &PipelineStatus{} + } + if err := m.Status.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + hasFields[0] |= uint64(0x00000001) + default: + iNdEx = preIndex + skippy, err := skipDaemon(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthDaemon + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + if hasFields[0]&uint64(0x00000001) == 0 { + return github_com_gogo_protobuf_proto.NewRequiredNotSetError("status") + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func (m *GetVertexMetricsRequest) Unmarshal(dAtA []byte) error { var hasFields [1]uint64 l := len(dAtA) diff --git a/pkg/apis/proto/daemon/daemon.pb.gw.go b/pkg/apis/proto/daemon/daemon.pb.gw.go index a9a11966a..22d1d4942 100644 --- a/pkg/apis/proto/daemon/daemon.pb.gw.go +++ b/pkg/apis/proto/daemon/daemon.pb.gw.go @@ -293,6 +293,60 @@ func local_request_DaemonService_GetPipelineWatermarks_0(ctx context.Context, ma } +func request_DaemonService_GetPipelineStatus_0(ctx context.Context, marshaler runtime.Marshaler, client DaemonServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { + var protoReq GetPipelineStatusRequest + var metadata runtime.ServerMetadata + + var ( + val string + ok bool + err error + _ = err + ) + + val, ok = pathParams["pipeline"] + if !ok { + return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "pipeline") + } + + protoReq.Pipeline, err = runtime.StringP(val) + + if err != nil { + return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "pipeline", err) + } + + msg, err := client.GetPipelineStatus(ctx, &protoReq, grpc.Header(&metadata.HeaderMD), grpc.Trailer(&metadata.TrailerMD)) + return msg, metadata, err + +} + +func local_request_DaemonService_GetPipelineStatus_0(ctx context.Context, marshaler runtime.Marshaler, server DaemonServiceServer, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { + var protoReq GetPipelineStatusRequest + var metadata runtime.ServerMetadata + + var ( + val string + ok bool + err error + _ = err + ) + + val, ok = pathParams["pipeline"] + if !ok { + return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "pipeline") + } + + protoReq.Pipeline, err = runtime.StringP(val) + + if err != nil { + return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "pipeline", err) + } + + msg, err := server.GetPipelineStatus(ctx, &protoReq) + return msg, metadata, err + +} + // RegisterDaemonServiceHandlerServer registers the http handlers for service DaemonService to "mux". // UnaryRPC :call DaemonServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. @@ -391,6 +445,29 @@ func RegisterDaemonServiceHandlerServer(ctx context.Context, mux *runtime.ServeM }) + mux.Handle("GET", pattern_DaemonService_GetPipelineStatus_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { + ctx, cancel := context.WithCancel(req.Context()) + defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) + inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) + rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) + if err != nil { + runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) + return + } + resp, md, err := local_request_DaemonService_GetPipelineStatus_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) + ctx = runtime.NewServerMetadataContext(ctx, md) + if err != nil { + runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) + return + } + + forward_DaemonService_GetPipelineStatus_0(ctx, mux, outboundMarshaler, w, req, resp, mux.GetForwardResponseOptions()...) + + }) + return nil } @@ -512,6 +589,26 @@ func RegisterDaemonServiceHandlerClient(ctx context.Context, mux *runtime.ServeM }) + mux.Handle("GET", pattern_DaemonService_GetPipelineStatus_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { + ctx, cancel := context.WithCancel(req.Context()) + defer cancel() + inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) + rctx, err := runtime.AnnotateContext(ctx, mux, req) + if err != nil { + runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) + return + } + resp, md, err := request_DaemonService_GetPipelineStatus_0(rctx, inboundMarshaler, client, req, pathParams) + ctx = runtime.NewServerMetadataContext(ctx, md) + if err != nil { + runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) + return + } + + forward_DaemonService_GetPipelineStatus_0(ctx, mux, outboundMarshaler, w, req, resp, mux.GetForwardResponseOptions()...) + + }) + return nil } @@ -523,6 +620,8 @@ var ( pattern_DaemonService_GetVertexMetrics_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 1, 0, 4, 1, 5, 3, 2, 4, 1, 0, 4, 1, 5, 5, 2, 6}, []string{"api", "v1", "pipelines", "pipeline", "vertices", "vertex", "metrics"}, "", runtime.AssumeColonVerbOpt(true))) pattern_DaemonService_GetPipelineWatermarks_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 1, 0, 4, 1, 5, 3, 2, 4}, []string{"api", "v1", "pipelines", "pipeline", "watermarks"}, "", runtime.AssumeColonVerbOpt(true))) + + pattern_DaemonService_GetPipelineStatus_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 1, 0, 4, 1, 5, 3, 2, 4}, []string{"api", "v1", "pipelines", "pipeline", "status"}, "", runtime.AssumeColonVerbOpt(true))) ) var ( @@ -533,4 +632,6 @@ var ( forward_DaemonService_GetVertexMetrics_0 = runtime.ForwardResponseMessage forward_DaemonService_GetPipelineWatermarks_0 = runtime.ForwardResponseMessage + + forward_DaemonService_GetPipelineStatus_0 = runtime.ForwardResponseMessage ) diff --git a/pkg/apis/proto/daemon/daemon.proto b/pkg/apis/proto/daemon/daemon.proto index 400803b5c..1be3ce65b 100644 --- a/pkg/apis/proto/daemon/daemon.proto +++ b/pkg/apis/proto/daemon/daemon.proto @@ -47,6 +47,12 @@ message VertexMetrics { map pendings = 4; } +// PipelineStatus +message PipelineStatus { + required string status = 1; + required string message = 2; +} + message ListBuffersRequest { required string pipeline = 1; } @@ -64,6 +70,14 @@ message GetBufferResponse { required BufferInfo buffer = 1; } +message GetPipelineStatusRequest { + required string pipeline = 1; +} + +message GetPipelineStatusResponse { + required PipelineStatus status = 1; +} + message GetVertexMetricsRequest { required string pipeline = 2; required string vertex = 3; @@ -110,4 +124,8 @@ service DaemonService { rpc GetPipelineWatermarks (GetPipelineWatermarksRequest) returns (GetPipelineWatermarksResponse) { option (google.api.http).get = "/api/v1/pipelines/{pipeline}/watermarks"; }; + + rpc GetPipelineStatus (GetPipelineStatusRequest) returns (GetPipelineStatusResponse) { + option (google.api.http).get = "/api/v1/pipelines/{pipeline}/status"; + }; } \ No newline at end of file diff --git a/pkg/daemon/client/daemon_client.go b/pkg/daemon/client/daemon_client.go index d669419f8..b9d3d1d76 100644 --- a/pkg/daemon/client/daemon_client.go +++ b/pkg/daemon/client/daemon_client.go @@ -108,3 +108,13 @@ func (dc *DaemonClient) GetPipelineWatermarks(ctx context.Context, pipeline stri return rspn.PipelineWatermarks, nil } } + +func (dc *DaemonClient) GetPipelineStatus(ctx context.Context, pipeline string) (*daemon.PipelineStatus, error) { + if rspn, err := dc.client.GetPipelineStatus(ctx, &daemon.GetPipelineStatusRequest{ + Pipeline: &pipeline, + }); err != nil { + return nil, err + } else { + return rspn.Status, nil + } +} diff --git a/pkg/daemon/server/service/pipeline_metrics_query.go b/pkg/daemon/server/service/pipeline_metrics_query.go index ccd4d883e..d7004ffaa 100644 --- a/pkg/daemon/server/service/pipeline_metrics_query.go +++ b/pkg/daemon/server/service/pipeline_metrics_query.go @@ -51,6 +51,12 @@ type pipelineMetadataQuery struct { watermarkFetchers map[string][]fetch.Fetcher } +const ( + PipelineStatusOK = "OK" + PipelineStatusError = "Error" + PipelineStatusUnknown = "Unknown" +) + // NewPipelineMetadataQuery returns a new instance of pipelineMetadataQuery func NewPipelineMetadataQuery(isbSvcClient isbsvc.ISBService, pipeline *v1alpha1.Pipeline, wmFetchers map[string][]fetch.Fetcher) (*pipelineMetadataQuery, error) { var err error @@ -233,6 +239,51 @@ func (ps *pipelineMetadataQuery) GetVertexMetrics(ctx context.Context, req *daem return resp, nil } +func (ps *pipelineMetadataQuery) GetPipelineStatus(ctx context.Context, req *daemon.GetPipelineStatusRequest) (*daemon.GetPipelineStatusResponse, error) { + + resp := new(daemon.GetPipelineStatusResponse) + + // get all vertices of pipeline + vertices := ps.pipeline.Spec.Vertices + + // loop over vertices and get metrics to check pending messages vs processing rate + for _, vertex := range vertices { + vertexReq := new(daemon.GetVertexMetricsRequest) + vertexReq.Vertex = &vertex.Name + vertexResp, err := ps.GetVertexMetrics(ctx, vertexReq) + // if err is not nil, more than likely autoscaling is down to 0 and metrics are not available + if err != nil { + resp.Status = &daemon.PipelineStatus{ + Status: pointer.String(PipelineStatusUnknown), + Message: pointer.String("Pipeline status is unknown."), + } + return resp, nil + } + + // may need to revisit later, another concern could be that the processing rate is too slow instead of just 0 + for _, vertexMetrics := range vertexResp.VertexMetrics { + if pending, ok := vertexMetrics.GetPendings()["default"]; ok { + if processingRate, ok := vertexMetrics.GetProcessingRates()["default"]; ok { + if pending > 0 && processingRate == 0 { + resp.Status = &daemon.PipelineStatus{ + Status: pointer.String(PipelineStatusError), + Message: pointer.String(fmt.Sprintf("Pipeline has an error. Vertex %s is not processing pending messages.", vertex.Name)), + } + return resp, nil + } + } + } + } + } + + resp.Status = &daemon.PipelineStatus{ + Status: pointer.String(PipelineStatusOK), + Message: pointer.String("Pipeline has no issue."), + } + + return resp, nil +} + func getBufferLimits(pl *v1alpha1.Pipeline, edge v1alpha1.Edge) (bufferLength int64, bufferUsageLimit float64) { plLimits := pl.GetPipelineLimits() bufferLength = int64(*plLimits.BufferMaxLength) diff --git a/pkg/daemon/server/service/pipeline_metrics_query_test.go b/pkg/daemon/server/service/pipeline_metrics_query_test.go index c1535f923..856a5c371 100644 --- a/pkg/daemon/server/service/pipeline_metrics_query_test.go +++ b/pkg/daemon/server/service/pipeline_metrics_query_test.go @@ -25,6 +25,7 @@ import ( "github.com/stretchr/testify/assert" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" + "k8s.io/utils/pointer" "github.com/numaproj/numaflow/pkg/apis/numaflow/v1alpha1" "github.com/numaproj/numaflow/pkg/apis/proto/daemon" @@ -203,3 +204,83 @@ func TestListBuffers(t *testing.T) { assert.NoError(t, err) assert.Equal(t, len(resp.Buffers), 2) } + +func TestGetPipelineStatus(t *testing.T) { + pipelineName := "simple-pipeline" + pipeline := &v1alpha1.Pipeline{ + ObjectMeta: metav1.ObjectMeta{ + Name: pipelineName, + }, + Spec: v1alpha1.PipelineSpec{ + Vertices: []v1alpha1.AbstractVertex{ + {Name: "cat"}, + }, + }, + } + client, _ := isbsvc.NewISBJetStreamSvc(pipelineName) + pipelineMetricsQueryService, err := NewPipelineMetadataQuery(client, pipeline, nil) + assert.NoError(t, err) + + OKPipelineResponse := daemon.PipelineStatus{Status: pointer.String("OK"), Message: pointer.String("Pipeline has no issue.")} + ErrorPipelineResponse := daemon.PipelineStatus{Status: pointer.String("Error"), Message: pointer.String("Pipeline has an error. Vertex cat is not processing pending messages.")} + + metricsResponse := `# HELP vertex_processing_rate Message processing rate in the last period of seconds, tps. It represents the rate of a vertex instead of a pod. +# TYPE vertex_processing_rate gauge +vertex_processing_rate{period="15m",pipeline="simple-pipeline",vertex="cat"} 4.894736842105263 +vertex_processing_rate{period="1m",pipeline="simple-pipeline",vertex="cat"} 5.084745762711864 +vertex_processing_rate{period="5m",pipeline="simple-pipeline",vertex="cat"} 4.894736842105263 +vertex_processing_rate{period="default",pipeline="simple-pipeline",vertex="cat"} 4.894736842105263 + +# HELP vertex_pending_messages Average pending messages in the last period of seconds. It is the pending messages of a vertex, not a pod. +# TYPE vertex_pending_messages gauge +vertex_pending_messages{period="15m",pipeline="simple-pipeline",vertex="cat"} 4.011 +vertex_pending_messages{period="1m",pipeline="simple-pipeline",vertex="cat"} 5.333 +vertex_pending_messages{period="5m",pipeline="simple-pipeline",vertex="cat"} 6.002 +vertex_pending_messages{period="default",pipeline="simple-pipeline",vertex="cat"} 7.00002 +` + ioReader := io.NopCloser(bytes.NewReader([]byte(metricsResponse))) + + pipelineMetricsQueryService.httpClient = &mockHttpClient{ + MockGet: func(url string) (*http.Response, error) { + return &http.Response{ + StatusCode: 200, + Body: ioReader, + }, nil + }, + } + + req := &daemon.GetPipelineStatusRequest{Pipeline: &pipelineName} + + resp, err := pipelineMetricsQueryService.GetPipelineStatus(context.Background(), req) + assert.NoError(t, err) + assert.Equal(t, &OKPipelineResponse, resp.Status) + + errorMetricsResponse := `# HELP vertex_processing_rate Message processing rate in the last period of seconds, tps. It represents the rate of a vertex instead of a pod. +# TYPE vertex_processing_rate gauge +vertex_processing_rate{period="15m",pipeline="simple-pipeline",vertex="cat"} 0 +vertex_processing_rate{period="1m",pipeline="simple-pipeline",vertex="cat"} 0 +vertex_processing_rate{period="5m",pipeline="simple-pipeline",vertex="cat"} 0 +vertex_processing_rate{period="default",pipeline="simple-pipeline",vertex="cat"} 0 + +# HELP vertex_pending_messages Average pending messages in the last period of seconds. It is the pending messages of a vertex, not a pod. +# TYPE vertex_pending_messages gauge +vertex_pending_messages{period="15m",pipeline="simple-pipeline",vertex="cat"} 4.011 +vertex_pending_messages{period="1m",pipeline="simple-pipeline",vertex="cat"} 5.333 +vertex_pending_messages{period="5m",pipeline="simple-pipeline",vertex="cat"} 6.002 +vertex_pending_messages{period="default",pipeline="simple-pipeline",vertex="cat"} 7.00002 +` + ioReader = io.NopCloser(bytes.NewReader([]byte(errorMetricsResponse))) + + pipelineMetricsQueryService.httpClient = &mockHttpClient{ + MockGet: func(url string) (*http.Response, error) { + return &http.Response{ + StatusCode: 200, + Body: ioReader, + }, nil + }, + } + + resp, err = pipelineMetricsQueryService.GetPipelineStatus(context.Background(), req) + assert.NoError(t, err) + assert.Equal(t, &ErrorPipelineResponse, resp.Status) +} diff --git a/server/apis/v1/handler.go b/server/apis/v1/handler.go index dd8c329ee..da223f13f 100644 --- a/server/apis/v1/handler.go +++ b/server/apis/v1/handler.go @@ -302,6 +302,26 @@ func (h *handler) GetPipelineWatermarks(c *gin.Context) { c.JSON(http.StatusOK, l) } +// GetPipelineStatus is used to provide status check for a given pipeline +func (h *handler) GetPipelineStatus(c *gin.Context) { + ns := c.Param("namespace") + pipeline := c.Param("pipeline") + client, err := daemonclient.NewDaemonServiceClient(daemonSvcAddress(ns, pipeline)) + if err != nil { + c.JSON(http.StatusInternalServerError, err.Error()) + return + } + defer func() { + _ = client.Close() + }() + l, err := client.GetPipelineStatus(context.Background(), pipeline) + if err != nil { + c.JSON(http.StatusInternalServerError, err.Error()) + return + } + c.JSON(http.StatusOK, l) +} + func daemonSvcAddress(ns, pipeline string) string { return fmt.Sprintf("%s.%s.svc.cluster.local:%d", fmt.Sprintf("%s-daemon-svc", pipeline), ns, dfv1.DaemonServicePort) } diff --git a/server/routes/routes.go b/server/routes/routes.go index 2cec43f3f..1423c92e8 100644 --- a/server/routes/routes.go +++ b/server/routes/routes.go @@ -50,4 +50,5 @@ func v1Routes(r gin.IRouter) { r.GET("/namespaces/:namespace/pipelines/:pipeline/edges/:edge", handler.GetPipelineEdge) r.GET("/namespaces/:namespace/pipelines/:pipeline/vertices/:vertex/metrics", handler.GetVertexMetrics) r.GET("/namespaces/:namespace/pipelines/:pipeline/watermarks", handler.GetPipelineWatermarks) + r.GET("/namespaces/:namespace/pipelines/:pipeline/status", handler.GetPipelineStatus) }