From 3c727a04483aa916b9f432627c054f550cdd2e93 Mon Sep 17 00:00:00 2001 From: David Su Date: Thu, 25 Jun 2020 17:56:10 -0700 Subject: Document that ConnectionEvent.startTimeMillis is Unix time Most other startTimeMillis are elapsed time since boot, but ConnectionEvent is an exception. Bug: 153441519 Test: compiles Updated-PDD: N/A - updated comment only Change-Id: Icf8bd6a371e8f9acd57483425368b94ed44b58ff --- service/proto/src/metrics.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service') diff --git a/service/proto/src/metrics.proto b/service/proto/src/metrics.proto index e7c0ec89a..481ff0f14 100644 --- a/service/proto/src/metrics.proto +++ b/service/proto/src/metrics.proto @@ -1049,7 +1049,7 @@ message ConnectionEvent { CREATOR_CARRIER = 2; } - // Start time of the connection. + // Start time of the connection, in milliseconds since Unix epoch (1970-01-01). optional int64 start_time_millis = 1;// [(datapol.semantic_type) = ST_TIMESTAMP]; // Duration to connect. -- cgit v1.2.3