Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions dashboards/live-trends-dashboard.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
title: Live Trends Dashboard
description: Visualize key metrics across the latest test runs for a selected entity
---

Live trends dashboards help you visualize key metrics across the most recent test runs for a selected entity. This helps in continuous monitoring of the entity's performance and protection against regressions.


## Creating your first live trends dashboard

<Steps>
<Step title="Create a live trends dashboard">
Select **Dashboards** in the left sidebar and click `Generate comparison dashboard`
![Create dashboard](/images/docs/dashboards/create-dashboard.png)
</Step>

<Step title="Name your dashboard">
Select Live trends and enter a name that describes the dashboard's purpose
![Live trends dashboard](/images/docs/dashboards/live-trends-option-selection.png)
</Step>

<Step title="Select the entity">
Select the entity you want to monitor from the dropdown and click on `Create dashboard` on the bottom of the screen.
<Info>
You can also select the number of recent runs you want to include in the dashboard from the button in the top right corner of the screen.
</Info>
</Step>

</Steps>

## Understanding the dashboard
You will now receive a detailed dashboard with the most recent test runs for the selected entity.

### Evaluator summary
![Live trends evaluator summary](/images/docs/dashboards/live-trends-evaluator-summary.png)

### Visualizations for various metrics
![Live trends visualizations](/images/docs/dashboards/live-trends-visualizations.png)

### Run comparisons
![Live trends run comparisons](/images/docs/dashboards/live-trends-comparison-view.png)

## Sharing your dashboard
You can share your dashboard with your team by clicking the `Share dashboard` button in the top right corner of the screen.
2 changes: 1 addition & 1 deletion dashboards/meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"title": "Dashboards",
"pages": ["test-runs-comparison-dashboard", "custom-logs-dashboard"]
"pages": ["test-runs-comparison-dashboard", "custom-logs-dashboard", "live-trends-dashboard"]
}
3 changes: 2 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@
"group": "Dashboards",
"pages": [
"dashboards/test-runs-comparison-dashboard",
"dashboards/custom-logs-dashboard"
"dashboards/custom-logs-dashboard",
"dashboards/live-trends-dashboard"
]
},
{
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.