From 0bf01f5ec2d7f6f88ae071bffa1e9aa72e883da6 Mon Sep 17 00:00:00 2001 From: Yoshitaka Fujii <76274657+ystkfujii@users.noreply.github.com> Date: Mon, 6 May 2024 19:32:26 +0900 Subject: [PATCH] Update components.md --- docs/sources/get-started/components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/get-started/components.md b/docs/sources/get-started/components.md index 2ea5349d7510..641c950ad748 100644 --- a/docs/sources/get-started/components.md +++ b/docs/sources/get-started/components.md @@ -31,7 +31,7 @@ This page describes the responsibilities of each of these components. ## Distributor The **distributor** service is responsible for handling incoming push requests from -clients. It's the first stop in the write path for log data. Once the +clients. It's the first step in the write path for log data. Once the distributor receives a set of streams in an HTTP request, each stream is validated for correctness and to ensure that it is within the configured tenant (or global) limits. Each valid stream is then sent to `n` [ingesters](#ingester) in parallel, where `n` is the [replication factor](#replication-factor) for data.