From 97ddfa631bafbf67a941075531b6d774ee0cebc0 Mon Sep 17 00:00:00 2001 From: MattiasSegerdahl <102952046+MattiasSegerdahl@users.noreply.github.com> Date: Thu, 27 Apr 2023 17:55:48 +0200 Subject: [PATCH] Update configure tracing (#67163) Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --- .../configure-grafana/configure-tracing/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/setup-grafana/configure-grafana/configure-tracing/index.md b/docs/sources/setup-grafana/configure-grafana/configure-tracing/index.md index 2a1bb76614d..a2db0d1ecb8 100644 --- a/docs/sources/setup-grafana/configure-grafana/configure-tracing/index.md +++ b/docs/sources/setup-grafana/configure-grafana/configure-tracing/index.md @@ -9,12 +9,12 @@ weight: 200 # Configure tracing to troubleshoot Grafana -You can set up the `grafana` server process to enable certain diagnostics when it starts. This can be helpful +You can set up the `grafana-server` process to enable certain diagnostics when it starts. This can be useful when investigating certain performance problems. It's _not_ recommended to have these enabled by default. ## Turn on profiling -The `grafana-server` can be started with the arguments `-profile` to enable profiling, `-profile-addr` to override the default HTTP address (`localhost`), and +The `grafana-server` can be started with the command-line option `-profile` to enable profiling, `-profile-addr` to override the default HTTP address (`localhost`), and `-profile-port` to override the default HTTP port (`6060`) where the `pprof` debugging endpoints are available. For example: ```bash