Commit 59127a5d authored by Edward Lemur's avatar Edward Lemur Committed by Commit Bot

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/1337515Reviewed-by: 's avatarAlan Bram <flyboy@chromium.org>
Reviewed-by: 's avatarEdward Lesmes <ehmaldonado@chromium.org>
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
parent 91de1109
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment