Skip to content

Commit 17bfa04

Browse files
authored
docs: remove beta label from clustering (#6629)
Signed-off-by: Paschalis Tsilias <[email protected]>
1 parent 22bd614 commit 17bfa04

File tree

6 files changed

+12
-20
lines changed

6 files changed

+12
-20
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ Main (unreleased)
2121

2222
- Fix an issue where JSON string array elements were not parsed correctly in `loki.source.cloudflare`. (@thampiotr)
2323

24+
### Other changes
25+
26+
- Clustering for Grafana Agent in Flow mode has graduated from beta to stable.
27+
2428
v0.40.2 (2024-03-05)
2529
--------------------
2630

docs/sources/flow/concepts/clustering.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ aliases:
66
- /docs/grafana-cloud/send-data/agent/flow/concepts/clustering/
77
canonical: https://grafana.com/docs/agent/latest/flow/concepts/clustering/
88
description: Learn about Grafana Agent clustering concepts
9-
labels:
10-
stage: beta
119
menuTitle: Clustering
12-
title: Clustering (beta)
10+
title: Clustering
1311
weight: 500
1412
---
1513

16-
# Clustering (beta)
14+
# Clustering
1715

1816
Clustering enables a fleet of {{< param "PRODUCT_ROOT_NAME" >}}s to work together for workload distribution and high availability.
1917
It helps create horizontally scalable deployments with minimal resource and operational overhead.
@@ -66,8 +64,8 @@ You can use the {{< param "PRODUCT_NAME" >}} UI [clustering page][] to monitor y
6664
Refer to [Debugging clustering issues][debugging] for additional troubleshooting information.
6765

6866
{{% docs/reference %}}
69-
[run]: "/docs/agent/ -> /docs/agent/<AGENT_VERSION>/flow/reference/cli/run.md#clustering-beta"
70-
[run]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/send-data/agent/flow/reference/cli/run.md#clustering-beta"
67+
[run]: "/docs/agent/ -> /docs/agent/<AGENT_VERSION>/flow/reference/cli/run.md#clustering"
68+
[run]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/send-data/agent/flow/reference/cli/run.md#clustering"
7169
[prometheus.scrape]: "/docs/agent/ -> /docs/agent/<AGENT_VERSION>/flow/reference/components/prometheus.scrape.md#clustering-beta"
7270
[prometheus.scrape]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/send-data/agent/flow/reference/components/prometheus.scrape.md#clustering-beta"
7371
[pyroscope.scrape]: "/docs/agent/ -> /docs/agent/<AGENT_VERSION>/flow/reference/components/pyroscope.scrape.md#clustering-beta"
@@ -80,4 +78,4 @@ Refer to [Debugging clustering issues][debugging] for additional troubleshooting
8078
[clustering page]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/send-data/agent/flow/tasks/debug.md#clustering-page"
8179
[debugging]: "/docs/agent/ -> /docs/agent/<AGENT_VERSION>/flow/tasks/debug.md#debugging-clustering-issues"
8280
[debugging]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/send-data/agent/flow/tasks/debug.md#debugging-clustering-issues"
83-
{{% /docs/reference %}}
81+
{{% /docs/reference %}}

docs/sources/flow/reference/cli/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ reloading.
8787

8888
[component controller]: {{< relref "../../concepts/component_controller.md" >}}
8989

90-
## Clustering (beta)
90+
## Clustering
9191

9292
The `--cluster.enabled` command-line argument starts {{< param "PRODUCT_ROOT_NAME" >}} in
9393
[clustering][] mode. The rest of the `--cluster.*` command-line flags can be

docs/sources/flow/reference/components/prometheus.operator.probes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ fully consistent like hashmod sharding is).
193193
If {{< param "PRODUCT_NAME" >}} is _not_ running in clustered mode, then the block is a no-op, and
194194
`prometheus.operator.probes` scrapes every target it receives in its arguments.
195195

196-
[clustered mode]: {{< relref "../cli/run.md#clustering-beta" >}}
196+
[clustered mode]: {{< relref "../cli/run.md#clustering" >}}
197197

198198
## Exported fields
199199

@@ -278,4 +278,4 @@ Connecting some components may not be sensible or components may require further
278278
Refer to the linked documentation for more details.
279279
{{< /admonition >}}
280280

281-
<!-- END GENERATED COMPATIBLE COMPONENTS -->
281+
<!-- END GENERATED COMPATIBLE COMPONENTS -->

docs/sources/flow/tasks/configure-agent-clustering.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ weight: 400
2121

2222
You can configure {{< param "PRODUCT_NAME" >}} to run with [clustering][] so that individual {{< param "PRODUCT_ROOT_NAME" >}}s can work together for workload distribution and high availability.
2323

24-
> **Note:** Clustering is a [beta][] feature. Beta features are subject to breaking
25-
> changes and may be replaced with equivalent functionality that covers the same use case.
26-
2724
This topic describes how to add clustering to an existing installation.
2825

2926
## Configure {{% param "PRODUCT_NAME" %}} clustering with Helm Chart
@@ -65,8 +62,6 @@ To configure clustering:
6562
{{% docs/reference %}}
6663
[clustering]: "/docs/agent/ -> /docs/agent/<AGENT_VERSION>/flow/concepts/clustering.md"
6764
[clustering]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/send-data/agent/flow/concepts/clustering.md"
68-
[beta]: "/docs/agent/ -> /docs/agent/<AGENT_VERSION>/stability.md#beta"
69-
[beta]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/send-data/agent/stability.md#beta"
7065
[install-helm]: "/docs/agent/ -> /docs/agent/<AGENT_VERSION>/flow/get-started/install/kubernetes.md"
7166
[install-helm]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/send-data/agent/flow/get-started/install/kubernetes.md"
7267
[UI]: "/docs/agent/ -> /docs/agent/<AGENT_VERSION>/flow/tasks/debug.md#component-detail-page"

docs/sources/flow/tasks/distribute-prometheus-scrape-load.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ weight: 500
2222
A good predictor for the size of an {{< param "PRODUCT_NAME" >}} deployment is the number of Prometheus targets each {{< param "PRODUCT_ROOT_NAME" >}} scrapes.
2323
[Clustering][] with target auto-distribution allows a fleet of {{< param "PRODUCT_ROOT_NAME" >}}s to work together to dynamically distribute their scrape load, providing high-availability.
2424

25-
> **Note:** Clustering is a [beta][] feature. Beta features are subject to breaking
26-
> changes and may be replaced with equivalent functionality that covers the same use case.
27-
2825
## Before you begin
2926

3027
- Familiarize yourself with how to [configure existing {{< param "PRODUCT_NAME" >}} installations][configure-grafana-agent].
@@ -55,8 +52,6 @@ To distribute Prometheus metrics scrape load with clustering:
5552
{{% docs/reference %}}
5653
[Clustering]: "/docs/agent/ -> /docs/agent/<AGENT_VERSION>/flow/concepts/clustering.md"
5754
[Clustering]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/send-data/agent/flow/concepts/clustering.md"
58-
[beta]: "/docs/agent/ -> /docs/agent/<AGENT_VERSION>/stability.md#beta"
59-
[beta]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/send-data/agent/stability.md#beta"
6055
[configure-grafana-agent]: "/docs/agent/ -> /docs/agent/<AGENT_VERSION>/flow/tasks/configure"
6156
[configure-grafana-agent]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/send-data/agent/flow/tasks/configure"
6257
[Configure Prometheus metrics collection]: "/docs/agent/ -> /docs/agent/<AGENT_VERSION>/flow/tasks/collect-prometheus-metrics.md"

0 commit comments

Comments
 (0)