From cb9411d64ade000605cfccb1e9a57463bac663f3 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 28 Jun 2022 13:37:55 -0400 Subject: [PATCH] Docs: renames tracing topics, moves to configure docs (#51519) (#51521) * renames tracing topics, moves to configure docs * changes enable diagnostics file name (cherry picked from commit 5eb35e1b78d39cfb667464c0dc988ee0d27f4b0c) Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --- .../configure-tracing.md} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename docs/sources/setup-grafana/{enable-diagnostics.md => configure-grafana/configure-tracing.md} (90%) diff --git a/docs/sources/setup-grafana/enable-diagnostics.md b/docs/sources/setup-grafana/configure-grafana/configure-tracing.md similarity index 90% rename from docs/sources/setup-grafana/enable-diagnostics.md rename to docs/sources/setup-grafana/configure-grafana/configure-tracing.md index d8d281d5ce2..88c22e146ba 100644 --- a/docs/sources/setup-grafana/enable-diagnostics.md +++ b/docs/sources/setup-grafana/configure-grafana/configure-tracing.md @@ -2,11 +2,13 @@ aliases: - /docs/grafana/latest/setup-grafana/enable-diagnostics/ - /docs/grafana/latest/troubleshooting/diagnostics/ -title: Enable diagnostics to troubleshoot Grafana -weight: 1200 + - /docs/grafana/latest/setup-grafana/configure-grafana/configure-tracing/ +title: Configure tracing to troubleshoot Grafana +menuTitle: Configure tracing +weight: 200 --- -# Enable diagnostics to troubleshoot Grafana +# Configure tracing to troubleshoot Grafana You can set up the `grafana-server` process to enable certain diagnostics when it starts. This can be helpful when investigating certain performance problems. It's _not_ recommended to have these enabled by default.