From 701cd5d6849980f93a5ebd5eab2516333c1724af Mon Sep 17 00:00:00 2001 From: Clayton Cornell Date: Tue, 7 Nov 2023 12:17:57 -0800 Subject: [PATCH 1/6] First draft adding config table --- docs/sources/about.md | 43 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/docs/sources/about.md b/docs/sources/about.md index 4684df62a529..68a102408a06 100644 --- a/docs/sources/about.md +++ b/docs/sources/about.md @@ -32,6 +32,15 @@ Grafana Agent is available in three different variants: [Flow mode]: "/docs/agent/ -> /docs/agent//flow" [Flow mode]: "/docs/grafana-cloud/ -> /docs/agent//flow" + +[Prometheus]: "/docs/agent/ -> /docs/agent//flow/getting-started/collect-prometheus-metrics.md" +[Prometheus]: "/docs/grafana-cloud/ -> /docs/agent//flow/getting-started/collect-prometheus-metrics.md" + +[OTel]: "/docs/agent/ -> /docs/agent//flow/getting-started/collect-opentelemetry-data.md" +[OTel]: "/docs/grafana-cloud/ -> /docs/agent//flow/getting-started/collect-opentelemetry-data.md" + +[Loki]: "/docs/agent/ -> /docs/agent//flow/getting-started/migrating-from-promtail.md" +[Loki]: "/docs/grafana-cloud/ -> /docs/agent//flow/getting-started/migrating-from-promtail.md" {{% /docs/reference %}} ## Stability @@ -44,12 +53,42 @@ Grafana Agent is available in three different variants: ## Choose which variant of Grafana Agent to run -> **NOTE**: You do not have to pick just one variant; it is possible to +> **NOTE**: You don't have to pick just one variant; it's possible to > mix-and-match installations of Grafana Agent. +#### Core telemetry + +| | Prometheus Agent mode | Grafana Agent Static mode | Grafana Agent Operator | OpenTelemetry Collector | Grafana Agent Flow mode | +| -- | -- | -- | -- | -- | -- | +| **Metrics** | Prometheus | Prometheus | Prometheus | OTel | [Prometheus][], [OTel][] | +| **Logs** | No | Loki | Loki | OTel | [Loki][], [OTel][] | +| **Traces** | No | OTel | OTel | OTel | [OTel][] | +| **Profiles** | No | No | No | No | Pyroscope | + +#### **OSS features** + +| | Prometheus Agent mode | Grafana Agent Static mode | Grafana Agent Operator | OpenTelemetry Collector | Grafana Agent Flow mode | +| -- | -- | -- | -- | -- | -- | +| **Kubernetes native** | No | No | Yes | Yes | Yes | +| **Clustering** | No | No | No| No | No | +| **Prometheus rules** | No | No | No | No | Yes | +| **Native Vault support** | No | No | No | No | Yes | + +#### Grafana Cloud solutions + +| | Prometheus Agent mode | Grafana Agent Static mode | Grafana Agent Operator | OpenTelemetry Collector | Grafana Agent Flow mode | +| -- | -- | -- | -- | -- | -- | +| **Official vendor support** | No | Yes | Yes | No | Yes | +| **Cloud integrations** | No | Yes | Some | No | Some | +| **Kubernetes monitoring** | Yes, custom | Yes, custom | Yes | No | Yes | +| **Application observability** | No | No | No | Yes | Yes | + +[Prometheus]: +[OTel]: + ### Static mode -[Static mode][] is the original variant of Grafana Agent, first introduced on +[Static mode][] is the original variant of Grafana Agent, introduced on March 3, 2020. Static mode is the most mature variant of Grafana Agent. You should run Static mode when: From 3902312ea90b3f760bc24922bdd3e6d4eb2e028e Mon Sep 17 00:00:00 2001 From: Clayton Cornell Date: Wed, 8 Nov 2023 11:05:38 -0800 Subject: [PATCH 2/6] Rephrase soem parts and move tables --- docs/sources/about.md | 78 ++++++++++++++++++++----------------------- 1 file changed, 36 insertions(+), 42 deletions(-) diff --git a/docs/sources/about.md b/docs/sources/about.md index 68a102408a06..30a042d9a907 100644 --- a/docs/sources/about.md +++ b/docs/sources/about.md @@ -13,15 +13,14 @@ weight: 100 # Introduction to Grafana Agent -Grafana Agent is a vendor-neutral, batteries-included telemetry collector. It -is designed to be flexible, performant, and compatible with multiple ecosystems -such as Prometheus and OpenTelemetry. +Grafana Agent is a flexible, high performance, vendor-neutral telemetry collector. It's fully compatible with the most popular +open source observability standards such as OpenTelemetry (OTel) and Prometheus. Grafana Agent is available in three different variants: -- [Static mode][]: The default, original variant of Grafana Agent. -- [Static mode Kubernetes operator][]: Variant which manages agents running in Static mode. -- [Flow mode][]: The newer, more flexible re-imagining variant of Grafana Agent. +- [Static mode][]: The original Grafana Agent. +- [Static mode Kubernetes operator][]: The Kubernetes operator for Static mode. +- [Flow mode][]: The new, component-based Grafana Agent. {{% docs/reference %}} [Static mode]: "/docs/agent/ -> /docs/agent//static" @@ -56,36 +55,6 @@ Grafana Agent is available in three different variants: > **NOTE**: You don't have to pick just one variant; it's possible to > mix-and-match installations of Grafana Agent. -#### Core telemetry - -| | Prometheus Agent mode | Grafana Agent Static mode | Grafana Agent Operator | OpenTelemetry Collector | Grafana Agent Flow mode | -| -- | -- | -- | -- | -- | -- | -| **Metrics** | Prometheus | Prometheus | Prometheus | OTel | [Prometheus][], [OTel][] | -| **Logs** | No | Loki | Loki | OTel | [Loki][], [OTel][] | -| **Traces** | No | OTel | OTel | OTel | [OTel][] | -| **Profiles** | No | No | No | No | Pyroscope | - -#### **OSS features** - -| | Prometheus Agent mode | Grafana Agent Static mode | Grafana Agent Operator | OpenTelemetry Collector | Grafana Agent Flow mode | -| -- | -- | -- | -- | -- | -- | -| **Kubernetes native** | No | No | Yes | Yes | Yes | -| **Clustering** | No | No | No| No | No | -| **Prometheus rules** | No | No | No | No | Yes | -| **Native Vault support** | No | No | No | No | Yes | - -#### Grafana Cloud solutions - -| | Prometheus Agent mode | Grafana Agent Static mode | Grafana Agent Operator | OpenTelemetry Collector | Grafana Agent Flow mode | -| -- | -- | -- | -- | -- | -- | -| **Official vendor support** | No | Yes | Yes | No | Yes | -| **Cloud integrations** | No | Yes | Some | No | Some | -| **Kubernetes monitoring** | Yes, custom | Yes, custom | Yes | No | Yes | -| **Application observability** | No | No | No | Yes | Yes | - -[Prometheus]: -[OTel]: - ### Static mode [Static mode][] is the original variant of Grafana Agent, introduced on @@ -114,14 +83,12 @@ You should run the Static mode Kubernetes operator when: ### Flow mode -[Flow mode][] is a stable variant of Grafana Agent first introduced on +[Flow mode][] is a stable variant of Grafana Agent, introduced on September 29, 2022. -Flow mode was introduced as a re-imagining of Grafana Agent with a focus on -vendor neutrality, ease-of-use, improved debuggability, and ability to adapt to -the needs of power users by adopting a configuration-as-code model. - -Flow mode is considered to be the future of the Grafana Agent project. +Grafana Agent Flow mode focuses on vendor neutrality, ease-of-use, +improved debuggability, and ability to adapt to the needs of power +users by adopting a configuration-as-code model. You should run Flow mode when: @@ -142,6 +109,33 @@ You should run Flow mode when: * **Grafana Pyroscope support**: Support for collecting profiles for Grafana Pyroscope. +#### Core telemetry + +| | Prometheus Agent mode | Grafana Agent Static mode | Grafana Agent Operator | OpenTelemetry Collector | Grafana Agent Flow mode | +| -- | -- | -- | -- | -- | -- | +| **Metrics** | Prometheus | Prometheus | Prometheus | OTel | [Prometheus][], [OTel][] | +| **Logs** | No | Loki | Loki | OTel | [Loki][], [OTel][] | +| **Traces** | No | OTel | OTel | OTel | [OTel][] | +| **Profiles** | No | No | No | No | Pyroscope | + +#### **OSS features** + +| | Prometheus Agent mode | Grafana Agent Static mode | Grafana Agent Operator | OpenTelemetry Collector | Grafana Agent Flow mode | +| -- | -- | -- | -- | -- | -- | +| **Kubernetes native** | No | No | Yes | Yes | Yes | +| **Clustering** | No | No | No| No | No | +| **Prometheus rules** | No | No | No | No | Yes | +| **Native Vault support** | No | No | No | No | Yes | + +#### Grafana Cloud solutions + +| | Prometheus Agent mode | Grafana Agent Static mode | Grafana Agent Operator | OpenTelemetry Collector | Grafana Agent Flow mode | +| -- | -- | -- | -- | -- | -- | +| **Official vendor support** | No | Yes | Yes | No | Yes | +| **Cloud integrations** | No | Yes | Some | No | Some | +| **Kubernetes monitoring** | Yes, custom | Yes, custom | Yes | No | Yes | +| **Application observability** | No | No | No | Yes | Yes | + ### BoringCrypto From 95e0ba818ee69c37ca1023c6c7d3b5e463f12a84 Mon Sep 17 00:00:00 2001 From: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> Date: Thu, 9 Nov 2023 09:05:54 -0800 Subject: [PATCH 3/6] Update docs/sources/about.md Co-authored-by: Jack Baldry --- docs/sources/about.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/sources/about.md b/docs/sources/about.md index c903bc4ad56f..776f6330dec3 100644 --- a/docs/sources/about.md +++ b/docs/sources/about.md @@ -14,8 +14,7 @@ weight: 100 # Introduction to Grafana Agent -Grafana Agent is a flexible, high performance, vendor-neutral telemetry collector. It's fully compatible with the most popular -open source observability standards such as OpenTelemetry (OTel) and Prometheus. +Grafana Agent is a flexible, high performance, vendor-neutral telemetry collector. It's fully compatible with the most popular open source observability standards such as OpenTelemetry (OTel) and Prometheus. Grafana Agent is available in three different variants: From 1404f2c50497bfa45e290cc7d6573c2b14fc4a5b Mon Sep 17 00:00:00 2001 From: Clayton Cornell Date: Thu, 9 Nov 2023 09:09:50 -0800 Subject: [PATCH 4/6] Cleanup some semantic linebreaks --- docs/sources/about.md | 69 +++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 39 deletions(-) diff --git a/docs/sources/about.md b/docs/sources/about.md index 776f6330dec3..4442b63ad84c 100644 --- a/docs/sources/about.md +++ b/docs/sources/about.md @@ -57,8 +57,8 @@ Grafana Agent is available in three different variants: ### Static mode -[Static mode][] is the original variant of Grafana Agent, introduced on -March 3, 2020. Static mode is the most mature variant of Grafana Agent. +[Static mode][] is the original variant of Grafana Agent, introduced on March 3, 2020. +Static mode is the most mature variant of Grafana Agent. You should run Static mode when: @@ -68,12 +68,10 @@ You should run Static mode when: ### Static mode Kubernetes operator -The [Static mode Kubernetes operator][] is a variant of Grafana Agent first -introduced on June 17, 2021. It is currently in beta. +The [Static mode Kubernetes operator][] is a variant of Grafana Agent introduced on June 17, 2021. It's currently in beta. -The Static mode Kubernetes operator was introduced for compatibility with -Prometheus Operator, allowing static mode to support resources from Prometheus -Operator, such as ServiceMonitors, PodMonitors, and Probes. +The Static mode Kubernetes operator provides compatibility with Prometheus Operator, +allowing static mode to support resources from Prometheus Operator, such as ServiceMonitors, PodMonitors, and Probes. You should run the Static mode Kubernetes operator when: @@ -83,58 +81,51 @@ You should run the Static mode Kubernetes operator when: ### Flow mode -[Flow mode][] is a stable variant of Grafana Agent, introduced on -September 29, 2022. +[Flow mode][] is a stable variant of Grafana Agent, introduced on September 29, 2022. Grafana Agent Flow mode focuses on vendor neutrality, ease-of-use, -improved debuggability, and ability to adapt to the needs of power -users by adopting a configuration-as-code model. +improved debugging, and ability to adapt to the needs of power users by adopting a configuration-as-code model. You should run Flow mode when: * You need functionality unique to Flow mode: - * **Debuggability**: You need to more easily debug configuration issues using - a UI. + * **Improved debugging**: You need to more easily debug configuration issues using a UI. - * **Full OpenTelemetry support**: Support for collecting OpenTelemetry - metrics, logs, and traces. + * **Full OpenTelemetry support**: Support for collecting OpenTelemetry metrics, logs, and traces. - * **PrometheusRule support**: Support for the PrometheusRule resource from - the Prometheus Operator project for configuring Grafana Mimir. + * **PrometheusRule support**: Support for the PrometheusRule resource from the Prometheus Operator project for configuring Grafana Mimir. - * **Ecosystem transformation**: You need to be able to convert Prometheus and - Loki pipelines to and from OpenTelmetry Collector pipelines. + * **Ecosystem transformation**: You need to be able to convert Prometheus and Loki pipelines to and from OpenTelmetry Collector pipelines. - * **Grafana Pyroscope support**: Support for collecting profiles for Grafana - Pyroscope. + * **Grafana Pyroscope support**: Support for collecting profiles for Grafana Pyroscope. #### Core telemetry -| | Prometheus Agent mode | Grafana Agent Static mode | Grafana Agent Operator | OpenTelemetry Collector | Grafana Agent Flow mode | -| -- | -- | -- | -- | -- | -- | -| **Metrics** | Prometheus | Prometheus | Prometheus | OTel | [Prometheus][], [OTel][] | -| **Logs** | No | Loki | Loki | OTel | [Loki][], [OTel][] | -| **Traces** | No | OTel | OTel | OTel | [OTel][] | -| **Profiles** | No | No | No | No | Pyroscope | +| | Prometheus Agent mode | Grafana Agent Static mode | Grafana Agent Operator | OpenTelemetry Collector | Grafana Agent Flow mode | +|--------------|-----------------------|---------------------------|------------------------|-------------------------|--------------------------| +| **Metrics** | Prometheus | Prometheus | Prometheus | OTel | [Prometheus][], [OTel][] | +| **Logs** | No | Loki | Loki | OTel | [Loki][], [OTel][] | +| **Traces** | No | OTel | OTel | OTel | [OTel][] | +| **Profiles** | No | No | No | No | Pyroscope | #### **OSS features** -| | Prometheus Agent mode | Grafana Agent Static mode | Grafana Agent Operator | OpenTelemetry Collector | Grafana Agent Flow mode | -| -- | -- | -- | -- | -- | -- | -| **Kubernetes native** | No | No | Yes | Yes | Yes | -| **Clustering** | No | No | No| No | No | -| **Prometheus rules** | No | No | No | No | Yes | -| **Native Vault support** | No | No | No | No | Yes | +| | Prometheus Agent mode | Grafana Agent Static mode | Grafana Agent Operator | OpenTelemetry Collector | Grafana Agent Flow mode | +|--------------------------|-----------------------|---------------------------|------------------------|-------------------------|-------------------------| +| **Kubernetes native** | No | No | Yes | Yes | Yes | +| **Clustering** | No | No | No | No | No | +| **Prometheus rules** | No | No | No | No | Yes | +| **Native Vault support** | No | No | No | No | Yes | #### Grafana Cloud solutions -| | Prometheus Agent mode | Grafana Agent Static mode | Grafana Agent Operator | OpenTelemetry Collector | Grafana Agent Flow mode | -| -- | -- | -- | -- | -- | -- | -| **Official vendor support** | No | Yes | Yes | No | Yes | -| **Cloud integrations** | No | Yes | Some | No | Some | -| **Kubernetes monitoring** | Yes, custom | Yes, custom | Yes | No | Yes | -| **Application observability** | No | No | No | Yes | Yes | +| | Prometheus Agent mode | Grafana Agent Static mode | Grafana Agent Operator | OpenTelemetry Collector | Grafana Agent Flow mode | +|-------------------------------|-----------------------|---------------------------|------------------------|-------------------------|-------------------------| +| **Official vendor support** | No | Yes | Yes | No | Yes | +| **Cloud integrations** | No | Yes | Some | No | Some | +| **Kubernetes monitoring** | Yes, custom | Yes, custom | Yes | No | Yes | +| **Application observability** | No | No | No | Yes | Yes | ### BoringCrypto From b8ee19f29adaf5275a0feaf73dea8bee907faacc Mon Sep 17 00:00:00 2001 From: Clayton Cornell Date: Wed, 15 Nov 2023 15:37:05 -0800 Subject: [PATCH 5/6] Reorg tabels, add note to operator --- docs/sources/about.md | 81 +++++++++++++++++++++++++------------------ 1 file changed, 48 insertions(+), 33 deletions(-) diff --git a/docs/sources/about.md b/docs/sources/about.md index 92f1a634c875..119e98127d11 100644 --- a/docs/sources/about.md +++ b/docs/sources/about.md @@ -25,23 +25,30 @@ Grafana Agent is available in three different variants: {{% docs/reference %}} [Static mode]: "/docs/agent/ -> /docs/agent//static" [Static mode]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/send-data/agent/static" - [Static mode Kubernetes operator]: "/docs/agent/ -> /docs/agent//operator" [Static mode Kubernetes operator]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/send-data/agent/operator" - [Flow mode]: "/docs/agent/ -> /docs/agent//flow" [Flow mode]: "/docs/grafana-cloud/ -> /docs/agent//flow" - [Prometheus]: "/docs/agent/ -> /docs/agent//flow/getting-started/collect-prometheus-metrics.md" [Prometheus]: "/docs/grafana-cloud/ -> /docs/agent//flow/getting-started/collect-prometheus-metrics.md" - [OTel]: "/docs/agent/ -> /docs/agent//flow/getting-started/collect-opentelemetry-data.md" [OTel]: "/docs/grafana-cloud/ -> /docs/agent//flow/getting-started/collect-opentelemetry-data.md" - [Loki]: "/docs/agent/ -> /docs/agent//flow/getting-started/migrating-from-promtail.md" [Loki]: "/docs/grafana-cloud/ -> /docs/agent//flow/getting-started/migrating-from-promtail.md" +[Pyroscope]: "/docs/agent/ -> /docs/pyroscope/latest/configure-client/grafana-agent/go_pull.md" +[Pyroscope]: "/docs/grafana-cloud/ -> /docs/pyroscope/latest/configure-client/grafana-agent/go_pull.md" +[clustering]: "/docs/agent/ -> /docs/agent//flow/concepts/clustering/_index.md" +[clustering]: "/docs/grafana-cloud/ -> /docs/agent//flow/concepts/clustering/_index.md" +[rules]: "/docs/agent/ -> /docs/agent/latest/flow/reference/components/mimir.rules.kubernetes.md" +[rules]: "/docs/grafana-cloud/ -> /docs/agent/latest/flow/reference/components/mimir.rules.kubernetes.md" +[vault]: "/docs/agent/ -> /docs/agent//flow/reference/components/remote.vault.md" +[vault]: "/docs/grafana-cloud/ -> /docs/agent//flow/reference/components/remote.vault.md" {{% /docs/reference %}} +[helm chart]: https://grafana.com/docs/grafana-cloud/monitor-infrastructure/kubernetes-monitoring/configuration/config-k8s-helmchart +[sla]: https://grafana.com/legal/grafana-cloud-sla +[observability]: https://grafana.com/docs/grafana-cloud/monitor-applications/application-observability/setup#send-telemetry + ## Stability | Project | Stability | @@ -55,6 +62,37 @@ Grafana Agent is available in three different variants: > **NOTE**: You don't have to pick just one variant; it's possible to > mix-and-match installations of Grafana Agent. +### Compare variants + +Each variant of Grafana Agent provides a different level of functionality. The following tables compare Grafana Agent Flow mode with Static mode, Operator, OpenTelemetry, and Prometheus. + +#### Core telemetry + +| | Grafana Agent Flow mode | Grafana Agent Static mode | Grafana Agent Operator | OpenTelemetry Collector | Prometheus Agent mode | +|--------------|--------------------------|---------------------------|------------------------|-------------------------|-----------------------| +| **Metrics** | [Prometheus][], [OTel][] | Prometheus | Prometheus | OTel | Prometheus | +| **Logs** | [Loki][], [OTel][] | Loki | Loki | OTel | No | +| **Traces** | [OTel][] | OTel | OTel | OTel | No | +| **Profiles** | [Pyroscope][] | No | No | Planned | No | + +#### **OSS features** + +| | Grafana Agent Flow mode | Grafana Agent Static mode | Grafana Agent Operator | OpenTelemetry Collector | Prometheus Agent mode | +|--------------------------|-------------------------|---------------------------|------------------------|-------------------------|-----------------------| +| **Kubernetes native** | [Yes][helm chart] | No | Yes | Yes | No | +| **Clustering** | [Yes][clustering] | No | No | No | No | +| **Prometheus rules** | [Yes][rules] | No | No | No | No | +| **Native Vault support** | [Yes][vault] | No | No | No | No | + +#### Grafana Cloud solutions + +| | Grafana Agent Flow mode | Grafana Agent Static mode | Grafana Agent Operator | OpenTelemetry Collector | Prometheus Agent mode | +|-------------------------------|-------------------------|---------------------------|------------------------|-------------------------|-----------------------| +| **Official vendor support** | [Yes][sla] | Yes | Yes | No | No | +| **Cloud integrations** | Some | Yes | Some | No | No | +| **Kubernetes monitoring** | [Yes][helm chart] | Yes, custom | Yes | No | Yes, custom | +| **Application observability** | [Yes][observability] | No | No | Yes | No | + ### Static mode [Static mode][] is the original variant of Grafana Agent, introduced on March 3, 2020. @@ -68,6 +106,11 @@ You should run Static mode when: ### Static mode Kubernetes operator +{{% admonition type="note" %}} +Grafana Agent version 0.37 and newer provides Prometheus Operator compatibility in Flow mode. +You should use Grafana Agent Flow mode for all new Grafana Agent deployments. +{{% /admonition %}} + The [Static mode Kubernetes operator][] is a variant of Grafana Agent introduced on June 17, 2021. It's currently in beta. The Static mode Kubernetes operator provides compatibility with Prometheus Operator, @@ -100,34 +143,6 @@ You should run Flow mode when: * **Grafana Pyroscope support**: Support for collecting profiles for Grafana Pyroscope. -#### Core telemetry - -| | Prometheus Agent mode | Grafana Agent Static mode | Grafana Agent Operator | OpenTelemetry Collector | Grafana Agent Flow mode | -|--------------|-----------------------|---------------------------|------------------------|-------------------------|--------------------------| -| **Metrics** | Prometheus | Prometheus | Prometheus | OTel | [Prometheus][], [OTel][] | -| **Logs** | No | Loki | Loki | OTel | [Loki][], [OTel][] | -| **Traces** | No | OTel | OTel | OTel | [OTel][] | -| **Profiles** | No | No | No | No | Pyroscope | - -#### **OSS features** - -| | Prometheus Agent mode | Grafana Agent Static mode | Grafana Agent Operator | OpenTelemetry Collector | Grafana Agent Flow mode | -|--------------------------|-----------------------|---------------------------|------------------------|-------------------------|-------------------------| -| **Kubernetes native** | No | No | Yes | Yes | Yes | -| **Clustering** | No | No | No | No | No | -| **Prometheus rules** | No | No | No | No | Yes | -| **Native Vault support** | No | No | No | No | Yes | - -#### Grafana Cloud solutions - -| | Prometheus Agent mode | Grafana Agent Static mode | Grafana Agent Operator | OpenTelemetry Collector | Grafana Agent Flow mode | -|-------------------------------|-----------------------|---------------------------|------------------------|-------------------------|-------------------------| -| **Official vendor support** | No | Yes | Yes | No | Yes | -| **Cloud integrations** | No | Yes | Some | No | Some | -| **Kubernetes monitoring** | Yes, custom | Yes, custom | Yes | No | Yes | -| **Application observability** | No | No | No | Yes | Yes | - - ### BoringCrypto [BoringCrypto](https://pkg.go.dev/crypto/internal/boring) is an **EXPERIMENTAL** feature for building Grafana Agent From d2941b5aa9d34eaa012c5622eae4ef03798fb70a Mon Sep 17 00:00:00 2001 From: Clayton Cornell Date: Wed, 15 Nov 2023 15:42:27 -0800 Subject: [PATCH 6/6] Fix broken link --- docs/sources/about.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/sources/about.md b/docs/sources/about.md index 119e98127d11..f7767e04fa30 100644 --- a/docs/sources/about.md +++ b/docs/sources/about.md @@ -35,8 +35,6 @@ Grafana Agent is available in three different variants: [OTel]: "/docs/grafana-cloud/ -> /docs/agent//flow/getting-started/collect-opentelemetry-data.md" [Loki]: "/docs/agent/ -> /docs/agent//flow/getting-started/migrating-from-promtail.md" [Loki]: "/docs/grafana-cloud/ -> /docs/agent//flow/getting-started/migrating-from-promtail.md" -[Pyroscope]: "/docs/agent/ -> /docs/pyroscope/latest/configure-client/grafana-agent/go_pull.md" -[Pyroscope]: "/docs/grafana-cloud/ -> /docs/pyroscope/latest/configure-client/grafana-agent/go_pull.md" [clustering]: "/docs/agent/ -> /docs/agent//flow/concepts/clustering/_index.md" [clustering]: "/docs/grafana-cloud/ -> /docs/agent//flow/concepts/clustering/_index.md" [rules]: "/docs/agent/ -> /docs/agent/latest/flow/reference/components/mimir.rules.kubernetes.md" @@ -45,6 +43,7 @@ Grafana Agent is available in three different variants: [vault]: "/docs/grafana-cloud/ -> /docs/agent//flow/reference/components/remote.vault.md" {{% /docs/reference %}} +[Pyroscope]: https://grafana.com/docs/pyroscope/latest/configure-client/grafana-agent/go_pull [helm chart]: https://grafana.com/docs/grafana-cloud/monitor-infrastructure/kubernetes-monitoring/configuration/config-k8s-helmchart [sla]: https://grafana.com/legal/grafana-cloud-sla [observability]: https://grafana.com/docs/grafana-cloud/monitor-applications/application-observability/setup#send-telemetry