Update description in registry with minor copy edits (#9441)
Co-authored-by: Megan Moore <megan@netdata.cloud>
Andrew Moss committed
Jun 29, 2020 at 15:14 UTC
551684bc7cfbfa6649b789bf49fa580bccf1693a
1 file changed
+2
-2
registry/README.md
+2
-2
@@ -47,7 +47,7 @@ The registry keeps track of 4 entities:
47
1. **machines**: i.e. the Netdata installations (a random GUID generated by each Netdata the first time it starts; we
48
call this **machine_guid**)
49
50
- For each Netdata installation (each `machine_guid`) the registry keeps track of the different URLs it is accessed.
50
+ For each Netdata installation (each `machine_guid`) the registry keeps track of the different URLs it has accessed.
51
52
2. **persons**: i.e. the web browsers accessing the Netdata installations (a random GUID generated by the registry the
53
first time it sees a new web browser; we call this **person_guid**)
@@ -60,7 +60,7 @@ The registry keeps track of 4 entities:
60
way to find a URL is to know its **machine_guid** or have a **person_guid** it is linked to it.
61
62
4. **accounts**: i.e. the information used to sign-in via one of the available sign-in methods. Depending on the
63
- method, this may include an email, an email and a profile picture.
63
+ method, this may include an email, or an email and a profile picture or avatar.
64
65
For _persons_/_accounts_ and _machines_, the registry keeps links to _URLs_, each link with 2 timestamps (first time
66
seen, last time seen) and a counter (number of times it has been seen). *machines_, _persons_ and timestamps are stored