Loading cmds/statsd/src/atoms.proto +38 −0 Original line number Diff line number Diff line Loading @@ -294,6 +294,8 @@ message Atom { MediametricsMediadrmReported mediametrics_mediadrm_reported = 198; MediametricsNuPlayerReported mediametrics_nuplayer_reported = 199; MediametricsRecorderReported mediametrics_recorder_reported = 200; VehicleMapServicePacketReported vms_packet_reported = 201; VehicleMapServicePacketFailureReported vms_packet_failure_reported = 202; } // Pulled events will start at field 10000. Loading Loading @@ -6272,3 +6274,39 @@ message IntelligenceEventReported { // How long the event took (sum of durations if count > 1) optional int64 duration_millis = 4; } /** * Logs information about Vehicle Map Service packets. It specifies the layer * type, subtype, data version and size of the packet. */ message VehicleMapServicePacketReported { // Identifies the type of data being transported by a Vehicle Maps Service // packet. optional int32 layer_type = 1; // Identifies the subtype of the layer. optional int32 layer_subtype = 2; // Identifies the version of the data being transported by a Vehicle Maps // Service packet. optional int32 version = 3; // Size in bytes of the packet. optional int64 size_in_bytes = 4; } /** * Logs that a Vehicle Map Service packet failed to be delivered. */ message VehicleMapServicePacketFailureReported { // Identifies the type of data being transported by a Vehicle Map Service // packet. optional int32 layer_type = 1; // Identifies the subtype of the layer. optional int32 layer_subtype = 2; // Identifies the version of the data being transported by a Vehicle Map // Service packet. optional int32 version = 3; // Identifies the package name of the publisher of the data. optional string publisher_name = 4; // Identifies the package name of the subscriber of the data. An empty string // signifies that there are zero subscribers for the packet. optional string subscriber_name = 5; } Loading
cmds/statsd/src/atoms.proto +38 −0 Original line number Diff line number Diff line Loading @@ -294,6 +294,8 @@ message Atom { MediametricsMediadrmReported mediametrics_mediadrm_reported = 198; MediametricsNuPlayerReported mediametrics_nuplayer_reported = 199; MediametricsRecorderReported mediametrics_recorder_reported = 200; VehicleMapServicePacketReported vms_packet_reported = 201; VehicleMapServicePacketFailureReported vms_packet_failure_reported = 202; } // Pulled events will start at field 10000. Loading Loading @@ -6272,3 +6274,39 @@ message IntelligenceEventReported { // How long the event took (sum of durations if count > 1) optional int64 duration_millis = 4; } /** * Logs information about Vehicle Map Service packets. It specifies the layer * type, subtype, data version and size of the packet. */ message VehicleMapServicePacketReported { // Identifies the type of data being transported by a Vehicle Maps Service // packet. optional int32 layer_type = 1; // Identifies the subtype of the layer. optional int32 layer_subtype = 2; // Identifies the version of the data being transported by a Vehicle Maps // Service packet. optional int32 version = 3; // Size in bytes of the packet. optional int64 size_in_bytes = 4; } /** * Logs that a Vehicle Map Service packet failed to be delivered. */ message VehicleMapServicePacketFailureReported { // Identifies the type of data being transported by a Vehicle Map Service // packet. optional int32 layer_type = 1; // Identifies the subtype of the layer. optional int32 layer_subtype = 2; // Identifies the version of the data being transported by a Vehicle Map // Service packet. optional int32 version = 3; // Identifies the package name of the publisher of the data. optional string publisher_name = 4; // Identifies the package name of the subscriber of the data. An empty string // signifies that there are zero subscribers for the packet. optional string subscriber_name = 5; }