summaryrefslogtreecommitdiffstats
path: root/registry
diff options
context:
space:
mode:
authorGeorge Moschovitis <george.moschovitis@gmail.com>2018-11-08 00:53:19 +0200
committerCosta Tsaousis <costa@tsaousis.gr>2018-11-08 00:53:19 +0200
commit112924d4e7ec9680a1761dca2bf965d8fc31b847 (patch)
tree325cc4d857c05fbe915e03040e4759bbf5b2c3c3 /registry
parent283d25ee55af687cdcb8dfdbb619c075498f5783 (diff)
Minor documentation improvements (#4566)
* Formatting updates in database/README.md * More formarring in README.md files * README.md formatting * Minor formatting change * Minor changes in registy/README.md * Minor formatting * Minor formatting change
Diffstat (limited to 'registry')
-rw-r--r--registry/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/registry/README.md b/registry/README.md
index ac1265ec13..d37bf17d9a 100644
--- a/registry/README.md
+++ b/registry/README.md
@@ -36,11 +36,11 @@ The registry keeps track of 3 entities:
For each netdata installation (each `machine_guid`) the registry keeps track of the different URLs it is accessed.
-2. **persons**: i.e. the web browsers accessing the netdata installations (a random GUID generated by the registry the first time it sees a new web browser; we call this **person_guid**)
+1. **persons**: i.e. the web browsers accessing the netdata installations (a random GUID generated by the registry the first time it sees a new web browser; we call this **person_guid**)
For each person, the registry keeps track of the netdata installations it has accessed and their URLs.
-3. **URLs** of netdata installations (as seen by the web browsers)
+1. **URLs** of netdata installations (as seen by the web browsers)
For each URL, the registry keeps the URL and nothing more. Each URL is linked to *persons* and *machines*. The only way to find a URL is to know its **machine_guid** or have a **person_guid** it is linked to it.