@@ -365,11 +365,12 @@ func (x *Intensity) GetProbeInterval() uint32 {
365365type Config struct {
366366 state protoimpl.MessageState `protogen:"open.v1"`
367367 // @Document The selectors for outbound under observation
368- SubjectSelector []string `protobuf:"bytes,2,rep,name=subject_selector,json=subjectSelector,proto3" json:"subject_selector,omitempty"`
369- ProbeUrl string `protobuf:"bytes,3,opt,name=probe_url,json=probeUrl,proto3" json:"probe_url,omitempty"`
370- ProbeInterval int64 `protobuf:"varint,4,opt,name=probe_interval,json=probeInterval,proto3" json:"probe_interval,omitempty"`
371- unknownFields protoimpl.UnknownFields
372- sizeCache protoimpl.SizeCache
368+ SubjectSelector []string `protobuf:"bytes,2,rep,name=subject_selector,json=subjectSelector,proto3" json:"subject_selector,omitempty"`
369+ ProbeUrl string `protobuf:"bytes,3,opt,name=probe_url,json=probeUrl,proto3" json:"probe_url,omitempty"`
370+ ProbeInterval int64 `protobuf:"varint,4,opt,name=probe_interval,json=probeInterval,proto3" json:"probe_interval,omitempty"`
371+ PersistentProbeResult bool `protobuf:"varint,5,opt,name=persistent_probe_result,json=persistentProbeResult,proto3" json:"persistent_probe_result,omitempty"`
372+ unknownFields protoimpl.UnknownFields
373+ sizeCache protoimpl.SizeCache
373374}
374375
375376func (x * Config ) Reset () {
@@ -423,6 +424,13 @@ func (x *Config) GetProbeInterval() int64 {
423424 return 0
424425}
425426
427+ func (x * Config ) GetPersistentProbeResult () bool {
428+ if x != nil {
429+ return x .PersistentProbeResult
430+ }
431+ return false
432+ }
433+
426434var File_app_observatory_config_proto protoreflect.FileDescriptor
427435
428436var file_app_observatory_config_proto_rawDesc = string ([]byte {
@@ -476,24 +484,28 @@ var file_app_observatory_config_proto_rawDesc = string([]byte{
476484 0x22 , 0x32 , 0x0a , 0x09 , 0x49 , 0x6e , 0x74 , 0x65 , 0x6e , 0x73 , 0x69 , 0x74 , 0x79 , 0x12 , 0x25 , 0x0a ,
477485 0x0e , 0x70 , 0x72 , 0x6f , 0x62 , 0x65 , 0x5f , 0x69 , 0x6e , 0x74 , 0x65 , 0x72 , 0x76 , 0x61 , 0x6c , 0x18 ,
478486 0x01 , 0x20 , 0x01 , 0x28 , 0x0d , 0x52 , 0x0d , 0x70 , 0x72 , 0x6f , 0x62 , 0x65 , 0x49 , 0x6e , 0x74 , 0x65 ,
479- 0x72 , 0x76 , 0x61 , 0x6c , 0x22 , 0x9d , 0x01 , 0x0a , 0x06 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x12 ,
487+ 0x72 , 0x76 , 0x61 , 0x6c , 0x22 , 0xd5 , 0x01 , 0x0a , 0x06 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x12 ,
480488 0x29 , 0x0a , 0x10 , 0x73 , 0x75 , 0x62 , 0x6a , 0x65 , 0x63 , 0x74 , 0x5f , 0x73 , 0x65 , 0x6c , 0x65 , 0x63 ,
481489 0x74 , 0x6f , 0x72 , 0x18 , 0x02 , 0x20 , 0x03 , 0x28 , 0x09 , 0x52 , 0x0f , 0x73 , 0x75 , 0x62 , 0x6a , 0x65 ,
482490 0x63 , 0x74 , 0x53 , 0x65 , 0x6c , 0x65 , 0x63 , 0x74 , 0x6f , 0x72 , 0x12 , 0x1b , 0x0a , 0x09 , 0x70 , 0x72 ,
483491 0x6f , 0x62 , 0x65 , 0x5f , 0x75 , 0x72 , 0x6c , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x08 , 0x70 ,
484492 0x72 , 0x6f , 0x62 , 0x65 , 0x55 , 0x72 , 0x6c , 0x12 , 0x25 , 0x0a , 0x0e , 0x70 , 0x72 , 0x6f , 0x62 , 0x65 ,
485493 0x5f , 0x69 , 0x6e , 0x74 , 0x65 , 0x72 , 0x76 , 0x61 , 0x6c , 0x18 , 0x04 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 ,
486- 0x0d , 0x70 , 0x72 , 0x6f , 0x62 , 0x65 , 0x49 , 0x6e , 0x74 , 0x65 , 0x72 , 0x76 , 0x61 , 0x6c , 0x3a , 0x24 ,
487- 0x82 , 0xb5 , 0x18 , 0x20 , 0x0a , 0x07 , 0x73 , 0x65 , 0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x12 , 0x15 , 0x62 ,
488- 0x61 , 0x63 , 0x6b , 0x67 , 0x72 , 0x6f , 0x75 , 0x6e , 0x64 , 0x4f , 0x62 , 0x73 , 0x65 , 0x72 , 0x76 , 0x61 ,
489- 0x74 , 0x6f , 0x72 , 0x79 , 0x42 , 0x6f , 0x0a , 0x1e , 0x63 , 0x6f , 0x6d , 0x2e , 0x76 , 0x32 , 0x72 , 0x61 ,
490- 0x79 , 0x2e , 0x63 , 0x6f , 0x72 , 0x65 , 0x2e , 0x61 , 0x70 , 0x70 , 0x2e , 0x6f , 0x62 , 0x73 , 0x65 , 0x72 ,
491- 0x76 , 0x61 , 0x74 , 0x6f , 0x72 , 0x79 , 0x50 , 0x01 , 0x5a , 0x2e , 0x67 , 0x69 , 0x74 , 0x68 , 0x75 , 0x62 ,
492- 0x2e , 0x63 , 0x6f , 0x6d , 0x2f , 0x76 , 0x32 , 0x66 , 0x6c , 0x79 , 0x2f , 0x76 , 0x32 , 0x72 , 0x61 , 0x79 ,
493- 0x2d , 0x63 , 0x6f , 0x72 , 0x65 , 0x2f , 0x76 , 0x35 , 0x2f , 0x61 , 0x70 , 0x70 , 0x2f , 0x6f , 0x62 , 0x73 ,
494- 0x65 , 0x72 , 0x76 , 0x61 , 0x74 , 0x6f , 0x72 , 0x79 , 0xaa , 0x02 , 0x1a , 0x56 , 0x32 , 0x52 , 0x61 , 0x79 ,
495- 0x2e , 0x43 , 0x6f , 0x72 , 0x65 , 0x2e , 0x41 , 0x70 , 0x70 , 0x2e , 0x4f , 0x62 , 0x73 , 0x65 , 0x72 , 0x76 ,
496- 0x61 , 0x74 , 0x6f , 0x72 , 0x79 , 0x62 , 0x06 , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x33 ,
494+ 0x0d , 0x70 , 0x72 , 0x6f , 0x62 , 0x65 , 0x49 , 0x6e , 0x74 , 0x65 , 0x72 , 0x76 , 0x61 , 0x6c , 0x12 , 0x36 ,
495+ 0x0a , 0x17 , 0x70 , 0x65 , 0x72 , 0x73 , 0x69 , 0x73 , 0x74 , 0x65 , 0x6e , 0x74 , 0x5f , 0x70 , 0x72 , 0x6f ,
496+ 0x62 , 0x65 , 0x5f , 0x72 , 0x65 , 0x73 , 0x75 , 0x6c , 0x74 , 0x18 , 0x05 , 0x20 , 0x01 , 0x28 , 0x08 , 0x52 ,
497+ 0x15 , 0x70 , 0x65 , 0x72 , 0x73 , 0x69 , 0x73 , 0x74 , 0x65 , 0x6e , 0x74 , 0x50 , 0x72 , 0x6f , 0x62 , 0x65 ,
498+ 0x52 , 0x65 , 0x73 , 0x75 , 0x6c , 0x74 , 0x3a , 0x24 , 0x82 , 0xb5 , 0x18 , 0x20 , 0x0a , 0x07 , 0x73 , 0x65 ,
499+ 0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x12 , 0x15 , 0x62 , 0x61 , 0x63 , 0x6b , 0x67 , 0x72 , 0x6f , 0x75 , 0x6e ,
500+ 0x64 , 0x4f , 0x62 , 0x73 , 0x65 , 0x72 , 0x76 , 0x61 , 0x74 , 0x6f , 0x72 , 0x79 , 0x42 , 0x6f , 0x0a , 0x1e ,
501+ 0x63 , 0x6f , 0x6d , 0x2e , 0x76 , 0x32 , 0x72 , 0x61 , 0x79 , 0x2e , 0x63 , 0x6f , 0x72 , 0x65 , 0x2e , 0x61 ,
502+ 0x70 , 0x70 , 0x2e , 0x6f , 0x62 , 0x73 , 0x65 , 0x72 , 0x76 , 0x61 , 0x74 , 0x6f , 0x72 , 0x79 , 0x50 , 0x01 ,
503+ 0x5a , 0x2e , 0x67 , 0x69 , 0x74 , 0x68 , 0x75 , 0x62 , 0x2e , 0x63 , 0x6f , 0x6d , 0x2f , 0x76 , 0x32 , 0x66 ,
504+ 0x6c , 0x79 , 0x2f , 0x76 , 0x32 , 0x72 , 0x61 , 0x79 , 0x2d , 0x63 , 0x6f , 0x72 , 0x65 , 0x2f , 0x76 , 0x35 ,
505+ 0x2f , 0x61 , 0x70 , 0x70 , 0x2f , 0x6f , 0x62 , 0x73 , 0x65 , 0x72 , 0x76 , 0x61 , 0x74 , 0x6f , 0x72 , 0x79 ,
506+ 0xaa , 0x02 , 0x1a , 0x56 , 0x32 , 0x52 , 0x61 , 0x79 , 0x2e , 0x43 , 0x6f , 0x72 , 0x65 , 0x2e , 0x41 , 0x70 ,
507+ 0x70 , 0x2e , 0x4f , 0x62 , 0x73 , 0x65 , 0x72 , 0x76 , 0x61 , 0x74 , 0x6f , 0x72 , 0x79 , 0x62 , 0x06 , 0x70 ,
508+ 0x72 , 0x6f , 0x74 , 0x6f , 0x33 ,
497509})
498510
499511var (
0 commit comments