From 2ea665a705b7798ed1f643167cc943ef37b7209c Mon Sep 17 00:00:00 2001 From: Gareth Dawson Date: Thu, 13 Apr 2023 10:29:13 +0100 Subject: [PATCH] Loki docs: Better description of label browser buttons (#65897) add more detailed description of label browser buttons --- docs/sources/datasources/loki/query-editor/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/sources/datasources/loki/query-editor/index.md b/docs/sources/datasources/loki/query-editor/index.md index 24e8299a9ec..635e1ee3755 100644 --- a/docs/sources/datasources/loki/query-editor/index.md +++ b/docs/sources/datasources/loki/query-editor/index.md @@ -187,8 +187,7 @@ You can use the Loki label browser to navigate through your labels and values, a The search field supports fuzzy search, and the label browser also supports faceting to list only possible label combinations. -1. Choose a query type between [**logs query**]({{< relref "#create-a-log-query" >}}) and [**rate metrics query**]({{< relref "#create-a-metric-query" >}}). - You can also validate the selector. +1. Select the **Show logs** button to display log lines based on the selected labels, or select the **Show logs rate** button to show the rate based on metrics such as requests per second. Additionally, you can validate the selector by clicking the **Validate selector** button. {{< figure src="/static/img/docs/v75/loki_label_browser.png" class="docs-image--no-shadow" max-width="800px" caption="The Loki label browser" >}}