docs: updates for empty dashboard state (#65573)
* empty dashboard related updates * updated steps to clearly indicate button names Some steps indicated the heading as the thing to click rather than the button text. Also some of the button text wasn't quite accurate. * remove incorrect instruction * apply suggestion from review Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * pushing empty commit to trigger linting * triggering linting --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
This commit is contained in:
co-authored by
Christopher Moyer
parent
402649bae0
commit
ab53772416
@@ -215,16 +215,17 @@ Dashboards consist of _panels_, each representing a part of the story you want y
|
||||
|
||||
Every panel consists of a _query_ and a _visualization_. The query defines _what_ data you want to display, whereas the visualization defines _how_ the data is displayed.
|
||||
|
||||
1. In the sidebar, hover your cursor over the **Create** (plus sign) icon and then click **Dashboard**.
|
||||
1. Click **Add a new panel**.
|
||||
1. In the **Query editor** below the graph, enter the query from earlier and then press Shift + Enter:
|
||||
1. Click **Dashboard** in the left-side menu.
|
||||
1. On the Dashboards page, click **New** and select **New Dashboard** in the dropdown.
|
||||
1. Click **+ Add visualization**.
|
||||
1. In the **Query** tab below the graph, enter the query from earlier and then press Shift + Enter:
|
||||
|
||||
```
|
||||
sum(rate(tns_request_duration_seconds_count[5m])) by(route)
|
||||
```
|
||||
|
||||
1. In the **Legend** field, enter **{{route}}** to rename the time series in the legend. The graph legend updates when you click outside the field.
|
||||
1. In the Panel editor on the right, under **Settings**, change the panel title to "Traffic".
|
||||
1. In the panel editor on the right, under **Panel options**, change the panel title to "Traffic".
|
||||
1. Click **Apply** in the top-right corner to save the panel and go back to the dashboard view.
|
||||
1. Click the **Save dashboard** (disk) icon at the top of the dashboard to save your dashboard.
|
||||
1. Enter a name in the **Dashboard name** field and then click **Save**.
|
||||
|
||||
Reference in New Issue
Block a user