From 5366222b0a4b876ccdd9a463dc6cdb7f80bef8b5 Mon Sep 17 00:00:00 2001 From: "loki-gh-app[bot]" <160051081+loki-gh-app[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 13:12:22 -0400 Subject: [PATCH] chore: [release-3.1.x] docs: added video to components (#14230) Co-authored-by: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com> --- docs/sources/get-started/components.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/get-started/components.md b/docs/sources/get-started/components.md index 641c950ad7485..566103c3c0aa6 100644 --- a/docs/sources/get-started/components.md +++ b/docs/sources/get-started/components.md @@ -8,6 +8,8 @@ aliases: --- # Loki components +{{< youtube id="_hv4i84Z68s" >}} + Loki is a modular system that contains many components that can either be run together (in "single binary" mode with target `all`), in logical groups (in "simple scalable deployment" mode with targets `read`, `write`, `backend`), or individually (in "microservice" mode). For more information see [Deployment modes]({{< relref "./deployment-modes" >}}).