summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Barrow <michael@barrow.me>2018-11-16 00:25:21 -0800
committerCosta Tsaousis <costa@tsaousis.gr>2018-11-16 10:25:21 +0200
commitaf517ed2a708e63cc51a6dfe6a648da4e2220810 (patch)
treee2a2b3a3e879c3db438743cdd5415527fb01a725 /README.md
parent9a071dea2d73f663d9d478703c8c2ae85b4096a3 (diff)
Fix typo in README.md (#4665)
Small typo fix
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 044317ddaa..f187085e05 100644
--- a/README.md
+++ b/README.md
@@ -183,7 +183,7 @@ Function|Description|Documentation
**Store**|Metrics are stored in RAM in a round robin database (ring buffer), using a custom made floating point number for minimal footprint.|[`database`](database/#netdata-database)
**Check**|A lockless independent watchdog is evaluating **health checks** on the collected metrics, triggers alarms, maintains a health transaction log and dispatches alarm notifications.|[`health`](health/#health-monitoring)
**Stream**|An lockless independent worker is streaming metrics, in full detail and in real-time, to remote netdata servers, as soon as they are collected.|[`streaming`](streaming/#metrics-streaming)
-**Archieve**|A lockless independent worker is down-sampling the metrics and pushes them to **backend** time-series databases.|[`backends`](backends/)
+**Archive**|A lockless independent worker is down-sampling the metrics and pushes them to **backend** time-series databases.|[`backends`](backends/)
**Query**|Multiple independent workers are attached to the [internal web server](server/#netdata-web-server), servicing API requests, including [data queries](web/api/queries/#database-queries).|[`web/api`](web/api/#api)
The result is a highly efficient, low latency system, supporting multiple readers and one writer on each metric.