From 712477be5a07c679223fa0a6aae1a8e3f10ef678 Mon Sep 17 00:00:00 2001 From: Piper Date: Sat, 24 Oct 2020 02:27:24 -0700 Subject: [PATCH] docs: fix "timeseries" -> "time series" in README.md (#8107) Signed-off-by: Piper --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 87f35bf3e8..1bc3922ee1 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ to be true. Prometheus's main distinguishing features as compared to other monitoring systems are: -- a **multi-dimensional** data model (timeseries defined by metric name and set of key/value dimensions) +- a **multi-dimensional** data model (time series defined by metric name and set of key/value dimensions) - PromQL, a **powerful and flexible query language** to leverage this dimensionality - no dependency on distributed storage; **single server nodes are autonomous** -- timeseries collection happens via a **pull model** over HTTP -- **pushing timeseries** is supported via an intermediary gateway +- time series collection happens via a **pull model** over HTTP +- **pushing time series** is supported via an intermediary gateway - targets are discovered via **service discovery** or **static configuration** - multiple modes of **graphing and dashboarding support** - support for hierarchical and horizontal **federation**