From e696502799f8002d99a7112a63bb0e13d61cbf62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 18:13:14 -0400 Subject: [PATCH] [release/v1.9] [DOC] Convert Agent doc to Alloy (#3622) --------- Co-authored-by: Aleksandar Petrov <8142643+aleks-p@users.noreply.github.com> (cherry picked from commit 7d12282ba99fe337e7b8165ff1a929ab780ee8b6) Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> --- docs/sources/_index.md | 6 +- docs/sources/configure-client/_index.md | 32 ++--- .../grafana-agent/ebpf/setup-docker.md | 112 ----------------- .../_index.md | 49 +++++--- .../ebpf/_index.md | 25 ++-- .../ebpf/configuration/_index.md | 22 ++-- .../ebpf/configuration/ebpf.drawio | 0 .../ebpf/configuration/ebpf.png | Bin .../grafana-alloy/ebpf/setup-docker.md | 116 ++++++++++++++++++ .../ebpf/setup-kubernetes.md | 56 +++++---- .../ebpf/setup-linux.md | 74 +++++------ .../ebpf/troubleshooting.md | 4 +- .../go_pull.md | 53 +++----- .../java/_index.md | 47 +++---- .../sample.svg | 0 .../sampling.md | 16 +-- .../configure-client/language-sdks/_index.md | 4 +- .../configure-client/language-sdks/go_push.md | 4 +- .../configure-client/language-sdks/nodejs.md | 6 +- docs/sources/deploy-kubernetes/helm.md | 16 +-- docs/sources/get-started/_index.md | 6 +- docs/sources/upgrade-guide/_index.md | 4 +- 22 files changed, 317 insertions(+), 335 deletions(-) delete mode 100644 docs/sources/configure-client/grafana-agent/ebpf/setup-docker.md rename docs/sources/configure-client/{grafana-agent => grafana-alloy}/_index.md (54%) rename docs/sources/configure-client/{grafana-agent => grafana-alloy}/ebpf/_index.md (71%) rename docs/sources/configure-client/{grafana-agent => grafana-alloy}/ebpf/configuration/_index.md (81%) rename docs/sources/configure-client/{grafana-agent => grafana-alloy}/ebpf/configuration/ebpf.drawio (100%) rename docs/sources/configure-client/{grafana-agent => grafana-alloy}/ebpf/configuration/ebpf.png (100%) create mode 100644 docs/sources/configure-client/grafana-alloy/ebpf/setup-docker.md rename docs/sources/configure-client/{grafana-agent => grafana-alloy}/ebpf/setup-kubernetes.md (62%) rename docs/sources/configure-client/{grafana-agent => grafana-alloy}/ebpf/setup-linux.md (53%) rename docs/sources/configure-client/{grafana-agent => grafana-alloy}/ebpf/troubleshooting.md (93%) rename docs/sources/configure-client/{grafana-agent => grafana-alloy}/go_pull.md (72%) rename docs/sources/configure-client/{grafana-agent => grafana-alloy}/java/_index.md (87%) rename docs/sources/configure-client/{grafana-agent => grafana-alloy}/sample.svg (100%) rename docs/sources/configure-client/{grafana-agent => grafana-alloy}/sampling.md (73%) diff --git a/docs/sources/_index.md b/docs/sources/_index.md index 66bdb8ff23..a2b54bb9ce 100644 --- a/docs/sources/_index.md +++ b/docs/sources/_index.md @@ -30,7 +30,7 @@ cards: description: Learn how to install and configure Grafana Pyroscope with several examples. - title: Instrument your app and configure the client href: ./configure-client/ - description: When sending profiles to Pyroscope, you can choose between SDK instrumentation and auto-instrumentation using the Grafana Agent. This document explains these two techniques and guide you when to choose each one. + description: When sending profiles to Pyroscope, you can choose between SDK instrumentation and auto-instrumentation using Grafana Alloy. This document explains these two techniques and helps you choose one. - title: Configure the server href: ./configure-server/ description: Configure your Pyroscope server to meet your needs by setting disk storage, tenant IDs, memberlist, proxies, shuffle sharding, and more. You can also use the server HTTP API. @@ -52,8 +52,8 @@ Grafana Pyroscope is a multi-tenant, continuous profiling aggregation system, al This integration enables a cohesive correlation of profiling data with existing metrics, logs, and traces. Explore continuous profiling data to gain insights into application performance. -You can query and analyze production data in a structure way. -Use the Pyroscope UI or Grafana to visualize the data. +You can query and analyze production data in a structured way. +Use the Pyroscope UI or Grafana to visualize the data.