Skip to content

Commit

Permalink
Merge pull request #6125 from shekeriev/patch-1
Browse files Browse the repository at this point in the history
Update architecture.md
  • Loading branch information
CharlieTLe authored Jul 30, 2024
2 parents ebaf4a4 + 36539d5 commit b16dc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b16dc26

Please sign in to comment.