From 4cd5ec7769ba9d0d902ab2e6a8d5cabc302521d9 Mon Sep 17 00:00:00 2001 From: dennis zhuang Date: Wed, 24 Jul 2024 19:42:18 -0700 Subject: [PATCH] docs: update readme (#4430) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b268af03a..f8b4a6d7d9 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ ## Introduction -**GreptimeDB** is an open-source unified time-series database for **Metrics**, **Events**, and **Logs** (also **Traces** in plan). You can gain real-time insights from Edge to Cloud at any scale. +**GreptimeDB** is an open-source unified time-series database for **Metrics**, **Logs**, and **Events** (also **Traces** in plan). You can gain real-time insights from Edge to Cloud at any scale. ## Why GreptimeDB @@ -58,7 +58,7 @@ Our core developers have been building time-series data platforms for years. Bas * **Unified all kinds of time series** - GreptimeDB treats all time series as contextual events with timestamp, and thus unifies the processing of metrics and events. It supports analyzing metrics and events with SQL and PromQL, and doing streaming with continuous aggregation. + GreptimeDB treats all time series as contextual events with timestamp, and thus unifies the processing of metrics, logs, and events. It supports analyzing metrics, logs, and events with SQL and PromQL, and doing streaming with continuous aggregation. * **Cloud-Edge collaboration**