Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding model version #548

Merged
merged 1 commit into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,9 @@ type InferenceResult struct {
// It depends on the inference target.
Output float32 `protobuf:"fixed32,3,opt,name=output,proto3" json:"output,omitempty"`
// threshold to judge overload or underload. should be float between 0 and 1.
Percentile float32 `protobuf:"fixed32,4,opt,name=percentile,proto3" json:"percentile,omitempty"`
Percentile float32 `protobuf:"fixed32,4,opt,name=percentile,proto3" json:"percentile,omitempty"`
// model_version to identify where does the output come from.
ModelVersion string `protobuf:"bytes,5,opt,name=model_version,json=modelVersion,proto3" json:"model_version,omitempty"`
zzzzhhb marked this conversation as resolved.
Show resolved Hide resolved
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Expand Down Expand Up @@ -426,6 +428,13 @@ func (m *InferenceResult) GetPercentile() float32 {
return 0
}

func (m *InferenceResult) GetModelVersion() string {
if m != nil {
return m.ModelVersion
}
return ""
}

func init() {
proto.RegisterEnum("inferencesvc.InferenceType", InferenceType_name, InferenceType_value)
proto.RegisterType((*InferenceRequest)(nil), "inferencesvc.InferenceRequest")
Expand All @@ -444,52 +453,53 @@ func init() {
func init() { proto.RegisterFile("inference_svc.proto", fileDescriptor_96721cf42274ca03) }

var fileDescriptor_96721cf42274ca03 = []byte{
// 715 bytes of a gzipped FileDescriptorProto
// 730 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x55, 0x4d, 0x6f, 0xd3, 0x4a,
0x14, 0xcd, 0x24, 0xef, 0x55, 0x2f, 0xb7, 0x4d, 0x5f, 0x32, 0x7d, 0x2f, 0xf5, 0x4b, 0x54, 0xbf,
0x28, 0x08, 0x88, 0x90, 0x1a, 0x8b, 0x00, 0x02, 0x01, 0x1b, 0x5a, 0x8a, 0x04, 0x42, 0x05, 0x99,
0x8f, 0x05, 0x0b, 0x22, 0xc7, 0xb9, 0x49, 0x47, 0x71, 0x3c, 0xc6, 0x33, 0x4e, 0x15, 0xb1, 0x81,
0x05, 0x2b, 0x36, 0xfd, 0x21, 0xfc, 0x90, 0x2e, 0x59, 0xb2, 0xa4, 0x61, 0xcd, 0x5f, 0x40, 0x28,
0x9e, 0x7c, 0xd8, 0x21, 0x0e, 0x5d, 0x79, 0xee, 0x39, 0xf7, 0x9e, 0x99, 0x7b, 0xe6, 0xda, 0x86,
0x2d, 0xe6, 0x76, 0xd0, 0x47, 0xd7, 0xc6, 0xa6, 0x18, 0xd8, 0x75, 0xcf, 0xe7, 0x92, 0xd3, 0x8d,
0x19, 0x28, 0x06, 0x76, 0x69, 0xb7, 0xcb, 0xe4, 0x51, 0xd0, 0xaa, 0xdb, 0xbc, 0x6f, 0x74, 0x79,
0x97, 0x1b, 0x61, 0x52, 0x2b, 0xe8, 0x84, 0x51, 0x18, 0x84, 0x2b, 0x55, 0x5c, 0xfd, 0x98, 0x86,
0xfc, 0xc3, 0x69, 0xbd, 0x89, 0x6f, 0x02, 0x14, 0x92, 0x5e, 0x80, 0x5c, 0x07, 0x2d, 0x19, 0xf8,
0xd8, 0x74, 0xad, 0x3e, 0x0a, 0x8d, 0x54, 0x32, 0xb5, 0xac, 0xb9, 0x31, 0x01, 0x0f, 0xc7, 0x18,
0x45, 0xd8, 0xf2, 0x78, 0xbb, 0xe9, 0xab, 0x9a, 0x26, 0xba, 0xd2, 0x67, 0x28, 0xb4, 0x74, 0x25,
0x53, 0x5b, 0x6f, 0xdc, 0xa8, 0x47, 0x0f, 0x55, 0x5f, 0xdc, 0xa1, 0xfe, 0x94, 0xb7, 0x27, 0xcb,
0x03, 0x55, 0x37, 0x7e, 0x0c, 0xcd, 0x82, 0xb7, 0x88, 0x97, 0x7a, 0x50, 0x5c, 0x9e, 0x4c, 0xf3,
0x90, 0xe9, 0xe1, 0x50, 0x23, 0x15, 0x52, 0xcb, 0x9a, 0xe3, 0x25, 0xbd, 0x03, 0x7f, 0x0e, 0x2c,
0x27, 0x40, 0x2d, 0x5d, 0x21, 0xb5, 0xf5, 0xc6, 0xc5, 0xf8, 0x21, 0xf6, 0xb9, 0x2b, 0x2d, 0xe6,
0xa2, 0x1f, 0x17, 0x33, 0x55, 0xcd, 0xed, 0xf4, 0x2d, 0x52, 0xfd, 0x41, 0x60, 0x3b, 0x21, 0x8d,
0xbe, 0x05, 0xcd, 0x9e, 0x52, 0xcd, 0xa9, 0x3d, 0x61, 0xa9, 0xf2, 0x67, 0xbd, 0x71, 0xef, 0x5c,
0xfb, 0xcd, 0xf1, 0x07, 0x4a, 0xe4, 0x65, 0xa8, 0xa1, 0x0c, 0x28, 0xda, 0x4b, 0xc9, 0x52, 0x07,
0xca, 0x2b, 0xca, 0x96, 0x58, 0x71, 0x35, 0x6e, 0x45, 0x39, 0x7e, 0xb4, 0x98, 0x44, 0xd4, 0x80,
0xcb, 0x90, 0x8b, 0x71, 0xb4, 0x08, 0x6b, 0x91, 0x1e, 0xb3, 0xe6, 0x24, 0xaa, 0x7e, 0x27, 0x50,
0x88, 0xdc, 0xaa, 0xf0, 0xb8, 0x2b, 0x90, 0x32, 0xf8, 0x47, 0xcd, 0x84, 0x8a, 0x67, 0x43, 0xa1,
0xfc, 0xb9, 0x99, 0x38, 0x14, 0x2a, 0x5d, 0x4d, 0x85, 0x5a, 0xc7, 0xc6, 0x82, 0x7a, 0xbf, 0x10,
0xa5, 0x3e, 0x6c, 0x27, 0xa4, 0x2f, 0x71, 0xe3, 0x6e, 0xdc, 0x8d, 0x4b, 0x89, 0x17, 0x15, 0x53,
0x8b, 0x1a, 0x73, 0x92, 0x06, 0x2d, 0x29, 0x8f, 0x7e, 0x20, 0x50, 0x9e, 0xcf, 0xc6, 0xfc, 0x1d,
0xf5, 0x51, 0x04, 0x8e, 0x9c, 0xb6, 0x7f, 0x70, 0xbe, 0x5d, 0xe7, 0x44, 0xd4, 0xa0, 0xb1, 0x8e,
0x32, 0xe3, 0x3f, 0x3b, 0x89, 0x2f, 0x39, 0xa0, 0xaf, 0x2e, 0x5e, 0x62, 0xcd, 0xf5, 0xb8, 0x35,
0x7a, 0xf2, 0x1d, 0x8d, 0x55, 0xa2, 0x96, 0xbc, 0x8e, 0x7d, 0x39, 0x42, 0x9a, 0x3e, 0x82, 0x42,
0x52, 0xfb, 0x3b, 0x2b, 0x95, 0xcd, 0x3c, 0x5b, 0xd0, 0xaa, 0x7e, 0x22, 0xf0, 0xf7, 0x42, 0x16,
0xdd, 0x01, 0x60, 0xa2, 0xd9, 0xc6, 0x8e, 0x15, 0x38, 0x32, 0x6c, 0xe3, 0x2f, 0x33, 0xcb, 0xc4,
0x7d, 0x05, 0xd0, 0x3d, 0xd8, 0x9c, 0x6f, 0x2f, 0x87, 0x9e, 0xea, 0x6a, 0x73, 0x71, 0xfc, 0x67,
0xaa, 0xcf, 0x87, 0x1e, 0x9a, 0x39, 0x16, 0x0d, 0xc7, 0x13, 0xcf, 0x03, 0xe9, 0x05, 0x52, 0xcb,
0x54, 0x48, 0x2d, 0x6d, 0x4e, 0x22, 0xaa, 0x03, 0x78, 0xe8, 0xdb, 0xe8, 0x4a, 0xe6, 0xa0, 0xf6,
0x47, 0xc8, 0x45, 0x90, 0x2b, 0x4d, 0xc8, 0xc5, 0x74, 0x69, 0x09, 0x8a, 0xfb, 0x8e, 0x25, 0x04,
0xeb, 0x30, 0xdb, 0x92, 0x8c, 0xbb, 0x4f, 0x06, 0xe8, 0x3b, 0xdc, 0x6a, 0xe7, 0x53, 0xb4, 0x0c,
0xdb, 0x71, 0xee, 0x85, 0xdb, 0x9e, 0x90, 0x84, 0xfe, 0x0b, 0x85, 0xc7, 0x96, 0x44, 0xd7, 0x1e,
0x9a, 0xd8, 0xf5, 0x51, 0x08, 0xc6, 0xdd, 0x7c, 0xba, 0xd1, 0x8a, 0xf8, 0xfd, 0x0c, 0xfd, 0x01,
0xb3, 0x91, 0x1e, 0x42, 0x76, 0x86, 0x51, 0x7d, 0xf5, 0x47, 0xb7, 0xf4, 0xff, 0x6f, 0xde, 0xbf,
0x6a, 0x6a, 0xef, 0x3d, 0x39, 0x3d, 0xd3, 0xc9, 0x97, 0x33, 0x3d, 0xf5, 0x6e, 0xa4, 0x93, 0xd3,
0x91, 0x4e, 0x3e, 0x8f, 0x74, 0xf2, 0x75, 0xa4, 0x93, 0x93, 0x6f, 0x7a, 0xea, 0x95, 0x1d, 0xf9,
0xb9, 0xf4, 0x82, 0x16, 0x1e, 0x1f, 0x59, 0x7e, 0xc7, 0xe8, 0x59, 0xd2, 0x72, 0x86, 0x42, 0xee,
0xda, 0xdc, 0x47, 0xc3, 0xeb, 0x75, 0x0d, 0xab, 0x8b, 0xae, 0x34, 0xc4, 0x50, 0x58, 0xed, 0x01,
0x13, 0xdc, 0x37, 0x3c, 0x27, 0xe8, 0x32, 0xd7, 0x98, 0xed, 0x6f, 0xf4, 0x79, 0x1b, 0x1d, 0x61,
0xb4, 0xf8, 0x31, 0x46, 0x71, 0x31, 0xb0, 0x5b, 0x6b, 0xe1, 0x9f, 0xe9, 0xda, 0xcf, 0x00, 0x00,
0x00, 0xff, 0xff, 0x5e, 0x39, 0x3f, 0x36, 0xed, 0x06, 0x00, 0x00,
0x14, 0xcd, 0x24, 0xaf, 0xd5, 0xcb, 0xb4, 0xe9, 0x4b, 0xa6, 0x8f, 0xd4, 0x24, 0xaa, 0x89, 0x82,
0x80, 0x08, 0xa9, 0xb1, 0x08, 0x20, 0x10, 0xb0, 0xa1, 0xa5, 0x48, 0x20, 0x54, 0x90, 0x81, 0x2e,
0x58, 0x60, 0x39, 0xce, 0x4d, 0x3a, 0x8a, 0xe3, 0x31, 0x9e, 0xb1, 0xab, 0x88, 0x0d, 0x2c, 0x58,
0xb1, 0xe9, 0xcf, 0xea, 0x12, 0x76, 0x2c, 0x69, 0x58, 0xf3, 0x17, 0x10, 0xb2, 0x27, 0x1f, 0x76,
0x88, 0x43, 0x57, 0x99, 0x7b, 0xce, 0xbd, 0xe7, 0xce, 0x9c, 0xb9, 0x19, 0xe3, 0x4d, 0xea, 0x74,
0xc1, 0x03, 0xc7, 0x02, 0x83, 0x07, 0x56, 0xd3, 0xf5, 0x98, 0x60, 0x64, 0x7d, 0x0a, 0xf2, 0xc0,
0xaa, 0xec, 0xf4, 0xa8, 0x38, 0xf2, 0xdb, 0x4d, 0x8b, 0x0d, 0xb4, 0x1e, 0xeb, 0x31, 0x2d, 0x4a,
0x6a, 0xfb, 0xdd, 0x28, 0x8a, 0x82, 0x68, 0x25, 0x8b, 0xeb, 0x9f, 0xb3, 0xb8, 0xf8, 0x64, 0x52,
0xaf, 0xc3, 0x3b, 0x1f, 0xb8, 0x20, 0x97, 0x71, 0xa1, 0x0b, 0xa6, 0xf0, 0x3d, 0x30, 0x1c, 0x73,
0x00, 0x5c, 0x41, 0xb5, 0x5c, 0x23, 0xaf, 0xaf, 0x8f, 0xc1, 0x83, 0x10, 0x23, 0x80, 0x37, 0x5d,
0xd6, 0x31, 0x3c, 0x59, 0x63, 0x80, 0x23, 0x3c, 0x0a, 0x5c, 0xc9, 0xd6, 0x72, 0x8d, 0xb5, 0xd6,
0xed, 0x66, 0x7c, 0x53, 0xcd, 0xf9, 0x0e, 0xcd, 0x17, 0xac, 0x33, 0x5e, 0xee, 0xcb, 0xba, 0xf0,
0x67, 0xa8, 0x97, 0xdc, 0x79, 0xbc, 0xd2, 0xc7, 0xe5, 0xc5, 0xc9, 0xa4, 0x88, 0x73, 0x7d, 0x18,
0x2a, 0xa8, 0x86, 0x1a, 0x79, 0x3d, 0x5c, 0x92, 0xfb, 0x78, 0x25, 0x30, 0x6d, 0x1f, 0x94, 0x6c,
0x0d, 0x35, 0xd6, 0x5a, 0x57, 0x92, 0x9b, 0xd8, 0x63, 0x8e, 0x30, 0xa9, 0x03, 0x5e, 0x52, 0x4c,
0x97, 0x35, 0xf7, 0xb2, 0x77, 0x51, 0xfd, 0x17, 0xc2, 0x5b, 0x29, 0x69, 0xe4, 0x3d, 0x56, 0xac,
0x09, 0x65, 0x4c, 0xec, 0x89, 0x4a, 0xa5, 0x3f, 0x6b, 0xad, 0x87, 0xe7, 0xea, 0x37, 0xc3, 0x1f,
0x4b, 0x91, 0xc3, 0x48, 0x43, 0x1a, 0x50, 0xb6, 0x16, 0x92, 0x95, 0x2e, 0xae, 0x2e, 0x29, 0x5b,
0x60, 0xc5, 0x8d, 0xa4, 0x15, 0xd5, 0xe4, 0xd6, 0x12, 0x12, 0x71, 0x03, 0xae, 0xe1, 0x42, 0x82,
0x23, 0x65, 0xbc, 0x1a, 0x3b, 0x63, 0x5e, 0x1f, 0x47, 0xf5, 0x9f, 0x08, 0x97, 0x62, 0xb7, 0xca,
0x5d, 0xe6, 0x70, 0x20, 0x14, 0xff, 0x2f, 0x67, 0x42, 0xc6, 0xd3, 0xa1, 0x90, 0xfe, 0xdc, 0x49,
0x1d, 0x0a, 0x99, 0x2e, 0xa7, 0x42, 0xae, 0x13, 0x63, 0x41, 0xdc, 0x3f, 0x88, 0xca, 0x00, 0x6f,
0xa5, 0xa4, 0x2f, 0x70, 0xe3, 0x41, 0xd2, 0x8d, 0xab, 0xa9, 0x17, 0x95, 0x50, 0x8b, 0x1b, 0x73,
0x92, 0xc5, 0x4a, 0x5a, 0x1e, 0xf9, 0x84, 0x70, 0x75, 0x36, 0x1b, 0xb3, 0xff, 0xa8, 0x07, 0xdc,
0xb7, 0xc5, 0xe4, 0xf8, 0xfb, 0xe7, 0xeb, 0x3a, 0x23, 0xe2, 0x06, 0x85, 0x3a, 0xd2, 0x8c, 0x8b,
0x56, 0x1a, 0x5f, 0xb1, 0xb1, 0xba, 0xbc, 0x78, 0x81, 0x35, 0xb7, 0x92, 0xd6, 0xa8, 0xe9, 0x77,
0x14, 0xaa, 0xc4, 0x2d, 0x79, 0x9b, 0x78, 0x39, 0x22, 0x9a, 0x3c, 0xc5, 0xa5, 0xb4, 0xe3, 0x6f,
0x2f, 0x55, 0xd6, 0x8b, 0x74, 0x4e, 0xab, 0xfe, 0x15, 0xe1, 0xff, 0xe6, 0xb2, 0xc8, 0x36, 0xc6,
0x94, 0x1b, 0x1d, 0xe8, 0x9a, 0xbe, 0x2d, 0xa2, 0x63, 0xfc, 0xab, 0xe7, 0x29, 0x7f, 0x24, 0x01,
0xb2, 0x8b, 0x37, 0x66, 0xed, 0xc5, 0xd0, 0x95, 0xa7, 0xda, 0x98, 0x1f, 0xff, 0xa9, 0xea, 0xab,
0xa1, 0x0b, 0x7a, 0x81, 0xc6, 0xc3, 0x70, 0xe2, 0x99, 0x2f, 0x5c, 0x5f, 0x28, 0xb9, 0x1a, 0x6a,
0x64, 0xf5, 0x71, 0x44, 0x54, 0x8c, 0x5d, 0xf0, 0x2c, 0x70, 0x04, 0xb5, 0x41, 0xf9, 0x27, 0xe2,
0x62, 0x48, 0xf8, 0x68, 0x0e, 0x58, 0x07, 0x6c, 0x23, 0x00, 0x8f, 0x53, 0xe6, 0x28, 0x2b, 0x91,
0xc9, 0xeb, 0x11, 0x78, 0x28, 0xb1, 0xeb, 0x06, 0x2e, 0x24, 0x9a, 0x93, 0x0a, 0x2e, 0xef, 0xd9,
0x26, 0xe7, 0xb4, 0x4b, 0x2d, 0x53, 0x50, 0xe6, 0x3c, 0x0f, 0xc0, 0xb3, 0x99, 0xd9, 0x29, 0x66,
0x48, 0x15, 0x6f, 0x25, 0xb9, 0xd7, 0x4e, 0x67, 0x4c, 0x22, 0x72, 0x01, 0x97, 0x9e, 0x99, 0x02,
0x1c, 0x6b, 0xa8, 0x43, 0xcf, 0x03, 0x1e, 0xca, 0x17, 0xb3, 0xad, 0x76, 0xec, 0x52, 0x5e, 0x82,
0x17, 0x50, 0x0b, 0xc8, 0x01, 0xce, 0x4f, 0x31, 0xa2, 0x2e, 0x7f, 0x99, 0x2b, 0x97, 0xfe, 0xf2,
0x27, 0xad, 0x67, 0x76, 0x3f, 0xa2, 0xd3, 0x33, 0x15, 0x7d, 0x3b, 0x53, 0x33, 0x1f, 0x46, 0x2a,
0x3a, 0x1d, 0xa9, 0xe8, 0xcb, 0x48, 0x45, 0xdf, 0x47, 0x2a, 0x3a, 0xf9, 0xa1, 0x66, 0xde, 0x58,
0xb1, 0x2f, 0x50, 0xdf, 0x6f, 0xc3, 0xf1, 0x91, 0xe9, 0x75, 0xb5, 0xbe, 0x29, 0x4c, 0x7b, 0xc8,
0xc5, 0x8e, 0xc5, 0x3c, 0xd0, 0xdc, 0x7e, 0x4f, 0x33, 0x7b, 0xe0, 0x08, 0x8d, 0x0f, 0xb9, 0xd9,
0x09, 0x28, 0x67, 0x9e, 0xe6, 0xda, 0x7e, 0x8f, 0x3a, 0xda, 0xb4, 0xbf, 0x16, 0x59, 0xc7, 0xb5,
0x36, 0x3b, 0x86, 0x38, 0xce, 0x03, 0xab, 0xbd, 0x1a, 0x7d, 0xbe, 0x6e, 0xfe, 0x0e, 0x00, 0x00,
0xff, 0xff, 0x3c, 0x07, 0xdd, 0x46, 0x12, 0x07, 0x00, 0x00,
}

// Reference imports to suppress errors if they are not otherwise used.
Expand Down Expand Up @@ -866,6 +876,13 @@ func (m *InferenceResult) MarshalToSizedBuffer(dAtA []byte) (int, error) {
_ = i
var l int
_ = l
if len(m.ModelVersion) > 0 {
i -= len(m.ModelVersion)
copy(dAtA[i:], m.ModelVersion)
i = encodeVarintInferenceSvc(dAtA, i, uint64(len(m.ModelVersion)))
i--
dAtA[i] = 0x2a
}
if m.Percentile != 0 {
i -= 4
encoding_binary.LittleEndian.PutUint32(dAtA[i:], uint32(math.Float32bits(float32(m.Percentile))))
Expand Down Expand Up @@ -1049,6 +1066,10 @@ func (m *InferenceResult) Size() (n int) {
if m.Percentile != 0 {
n += 5
}
l = len(m.ModelVersion)
if l > 0 {
n += 1 + l + sovInferenceSvc(uint64(l))
}
return n
}

Expand Down Expand Up @@ -1173,6 +1194,7 @@ func (this *InferenceResult) String() string {
`InferenceType:` + fmt.Sprintf("%v", this.InferenceType) + `,`,
`Output:` + fmt.Sprintf("%v", this.Output) + `,`,
`Percentile:` + fmt.Sprintf("%v", this.Percentile) + `,`,
`ModelVersion:` + fmt.Sprintf("%v", this.ModelVersion) + `,`,
`}`,
}, "")
return s
Expand Down Expand Up @@ -2189,6 +2211,38 @@ func (m *InferenceResult) Unmarshal(dAtA []byte) error {
v = uint32(encoding_binary.LittleEndian.Uint32(dAtA[iNdEx:]))
iNdEx += 4
m.Percentile = float32(math.Float32frombits(v))
case 5:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field ModelVersion", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowInferenceSvc
}
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 ErrInvalidLengthInferenceSvc
}
postIndex := iNdEx + intStringLen
if postIndex < 0 {
return ErrInvalidLengthInferenceSvc
}
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.ModelVersion = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipInferenceSvc(dAtA[iNdEx:])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ message InferenceResult {
float output = 3;
// threshold to judge overload or underload. should be float between 0 and 1.
float percentile = 4;
// model_version to identify where does the output come from.
string model_version = 5;
}

service InferenceService {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ func (p *MetricSyncerPod) modelMetric() {
Key: fmt.Sprintf("%s%s", data.CustomMetricLabelSelectorPrefixKey, "valid_break_line"),
Val: fmt.Sprintf("%v", validBreakLine),
},
metrics.MetricTag{
Key: fmt.Sprintf("%s%s", data.CustomMetricLabelSelectorPrefixKey, "model_version"),
Val: fmt.Sprintf("%v", result.ModelVersion),
},
)...)
})

Expand Down
Loading