Skip to content

Commit

Permalink
Add more topics using cascade variable
Browse files Browse the repository at this point in the history
  • Loading branch information
clayton-cornell committed Nov 28, 2023
1 parent 4180778 commit b03adf8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
13 changes: 6 additions & 7 deletions docs/sources/flow/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/sources/flow/concepts/clustering.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/flow/concepts/component_controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b03adf8

Please sign in to comment.