From 112924d4e7ec9680a1761dca2bf965d8fc31b847 Mon Sep 17 00:00:00 2001 From: George Moschovitis Date: Thu, 8 Nov 2018 00:53:19 +0200 Subject: 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 --- registry/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'registry') 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. -- cgit v1.2.3