From 3f4089d0619ad2b985460068f8c7a4cd87471ae2 Mon Sep 17 00:00:00 2001 From: Alberto Date: Thu, 17 Oct 2024 12:40:47 +0200 Subject: [PATCH] Update docs/sources/view-and-analyze-profile-data/profile-cli.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> --- docs/sources/view-and-analyze-profile-data/profile-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/view-and-analyze-profile-data/profile-cli.md b/docs/sources/view-and-analyze-profile-data/profile-cli.md index a6e3668d6c..1b1dcbbebd 100644 --- a/docs/sources/view-and-analyze-profile-data/profile-cli.md +++ b/docs/sources/view-and-analyze-profile-data/profile-cli.md @@ -236,7 +236,7 @@ By default it looks for samples within the last hour, though this can be control - You can provide a custom time range using the `--from` and `--to` flags, for example, `--from="now-3h" --to="now"`. - You can specify the profile type via the `--profile-type` flag. The available profile types are listed in the output of the `profilecli query series` command. -2. Construct and execute the Query Profile command. +2. Construct and execute the `query profile` command. - Here's a basic command template: ```bash