From b03adf80579173dd129190864a67584a9f3d456e Mon Sep 17 00:00:00 2001 From: Clayton Cornell Date: Tue, 28 Nov 2023 11:38:31 -0800 Subject: [PATCH] Add more topics using cascade variable --- docs/sources/flow/_index.md | 13 ++++++------- docs/sources/flow/concepts/clustering.md | 4 ++-- docs/sources/flow/concepts/component_controller.md | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/sources/flow/_index.md b/docs/sources/flow/_index.md index cbd87b8bbf2a..0fb6f0af3ef7 100644 --- a/docs/sources/flow/_index.md +++ b/docs/sources/flow/_index.md @@ -15,8 +15,7 @@ cascade: # {{< param "PRODUCT_NAME" >}} -The Flow mode of Grafana Agent (also called {{< param "PRODUCT_NAME" >}}) is a -_component-based_ revision of Grafana Agent with a focus on ease-of-use, +{{< param "PRODUCT_NAME" >}} is a _component-based_ revision of Grafana Agent with a focus on ease-of-use, debuggability, and ability to adapt to the needs of power users. Components allow for reusability, composability, and focus on a single task. @@ -71,15 +70,15 @@ prometheus.remote_write "default" { The [Grafana Agent configuration generator](https://grafana.github.io/agent-configurator/) will help you get a head start on creating flow code. {{% admonition type="note" %}} -This feature is experimental, and it does not support all River components. +This feature is experimental, and it doesn't support all River components. {{% /admonition %}} ## Next steps -* [Install][] Grafana Agent in flow mode. -* Learn about the core [Concepts][] of flow mode. -* Follow our [Getting started][] guides for Grafana Agent in flow mode. -* Follow our [Tutorials][] to get started with Grafana Agent in flow mode. +* [Install][] {{< param "PRODUCT_NAME" >}}. +* Learn about the core [Concepts][] of {{< param "PRODUCT_NAME" >}}. +* Follow our [Getting started][] guides for {{< param "PRODUCT_NAME" >}}. +* Follow our [Tutorials][] to get started with {{< param "PRODUCT_NAME" >}}. * Learn how to use the [Configuration language][]. * Check out our [Reference][] documentation to find specific information you might be looking for. diff --git a/docs/sources/flow/concepts/clustering.md b/docs/sources/flow/concepts/clustering.md index 2c6514c18841..77d653faafda 100644 --- a/docs/sources/flow/concepts/clustering.md +++ b/docs/sources/flow/concepts/clustering.md @@ -19,7 +19,7 @@ Clustering enables a fleet of agents to work together for workload distribution and high availability. It helps create horizontally scalable deployments with minimal resource and operational overhead. -To achieve this, Grafana Agent makes use of an eventually consistent model that +To achieve this, {{< param "PRODUCT_NAME" >}} makes use of an eventually consistent model that assumes all participating Agents are interchangeable and converge on using the same configuration file. @@ -72,7 +72,7 @@ clustering, such as: ## Cluster monitoring and troubleshooting -To monitor your cluster status, you can check the Flow UI [clustering page][]. +To monitor your cluster status, you can check the {{< param "PRODUCT_NAME" >}} UI [clustering page][]. The [debugging][] topic contains some clues to help pin down probable clustering issues. diff --git a/docs/sources/flow/concepts/component_controller.md b/docs/sources/flow/concepts/component_controller.md index 362bf9c1838a..230025532dfe 100644 --- a/docs/sources/flow/concepts/component_controller.md +++ b/docs/sources/flow/concepts/component_controller.md @@ -13,7 +13,7 @@ weight: 200 # Component controller -The _component controller_ is the core part of Grafana Agent Flow which manages +The _component controller_ is the core part of {{< param "PRODUCT_NAME" >}} which manages components at runtime. The component controller is responsible for: