From a404f8402da7b7d7c1440856472fa5adb24edf77 Mon Sep 17 00:00:00 2001 From: hai007 Date: Fri, 10 Oct 2025 19:00:50 -0700 Subject: [PATCH] Remove the prefix for the generalization. PiperOrigin-RevId: 817874032 --- internal/proto/analytics/connections_log.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/internal/proto/analytics/connections_log.proto b/internal/proto/analytics/connections_log.proto index dbe58e24..a7fb970f 100644 --- a/internal/proto/analytics/connections_log.proto +++ b/internal/proto/analytics/connections_log.proto @@ -347,6 +347,11 @@ message ConnectionsLog { // the wifi credentials are received from the remote device, to the moment // wifi connection is established with internet access. optional int64 wifi_connection_latency_millis = 13; + + // The latency of the device attestation in milliseconds, starting from when + // the device attestation is initiated, to the moment the device attestation + // is finished. + optional int64 device_attestation_latency_millis = 14; } message DeviceInfo {