From 36539d5b2da915da968375bd1f30cd1eb847db86 Mon Sep 17 00:00:00 2001 From: Dimitar Zahariev Date: Mon, 29 Jul 2024 17:36:10 +0300 Subject: [PATCH] Update architecture.md Changed the introductory sentences for the Store Gateway. Signed-off-by: Dimitar Zahariev --- docs/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture.md b/docs/architecture.md index 4d48cd1c29..ebd6b865d5 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -179,7 +179,7 @@ For more information, see the [compactor documentation](./blocks-storage/compact The compactor is **stateless**. ### Store gateway -The **store gateway** is the Cortex service responsible to query series from blocks, it needs to have an almost up-to-date view over the storage bucket. In order to discover blocks belonging to their shard. The store-gateway can keep the bucket view updated in to two different ways: +The **store gateway** is the Cortex service responsible for querying series from blocks. It needs to have an almost up-to-date view of the storage bucket. To discover blocks belonging to their shard, the store gateway can keep the bucket view updated in two different ways: 1. Periodically scanning the bucket (default) 2. Periodically downloading the [bucket index](./blocks-storage/bucket-index.md)