From 59127a5d394103ae8453b38651ae702955e952d8 Mon Sep 17 00:00:00 2001 From: Edward Lemur Date: Thu, 15 Nov 2018 17:55:34 +0000 Subject: [PATCH] metrics: Spell out PII. Use "personally identifiable information" instead of "PII" on metrics.README.md. Tbr: tandrii@chromium.org Bug: None Change-Id: I5294ab3ddfbc9e6705085a68751a477073cea052 Reviewed-on: https://chromium-review.googlesource.com/c/1337515 Reviewed-by: Alan Bram Reviewed-by: Edward Lesmes Commit-Queue: Edward Lesmes --- metrics.README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metrics.README.md b/metrics.README.md index a7aa43322..8b7ed58dd 100644 --- a/metrics.README.md +++ b/metrics.README.md @@ -55,7 +55,8 @@ The metrics we're collecting are: - What host are we making the request to? Only collected for well known hosts like chromium-review.googlesource.com. - What path did we access on the server? - We map the path to an enum to make sure we're not collecting PII. + We map the path to an enum to make sure we're not collecting personally + identifiable information. i.e. we report 'changes/' instead of 'changes/12345' - What arguments were used on the request? We collect only known argument names, but not their values.