|
|
@@ -6,6 +6,9 @@ option go_package = "github.com/v2fly/v2ray-core/v4/app/observatory";
|
|
|
option java_package = "com.v2ray.core.app.observatory";
|
|
|
option java_multiple_files = true;
|
|
|
|
|
|
+import "common/protoext/extensions.proto";
|
|
|
+
|
|
|
+
|
|
|
message ObservationResult {
|
|
|
repeated OutboundStatus status = 1;
|
|
|
}
|
|
|
@@ -72,6 +75,8 @@ message Intensity{
|
|
|
uint32 probe_interval = 1;
|
|
|
}
|
|
|
message Config {
|
|
|
+ option (v2ray.core.common.protoext.message_opt).type = "service";
|
|
|
+ option (v2ray.core.common.protoext.message_opt).short_name = "backgroundObservatory";
|
|
|
/* @Document The selectors for outbound under observation
|
|
|
*/
|
|
|
repeated string subject_selector = 2;
|