diff --git a/dashboards/live-trends-dashboard.mdx b/dashboards/live-trends-dashboard.mdx new file mode 100644 index 00000000..1a83e3ba --- /dev/null +++ b/dashboards/live-trends-dashboard.mdx @@ -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 + + + +Select **Dashboards** in the left sidebar and click `Generate comparison dashboard` +![Create dashboard](/images/docs/dashboards/create-dashboard.png) + + + +Select Live trends and enter a name that describes the dashboard's purpose +![Live trends dashboard](/images/docs/dashboards/live-trends-option-selection.png) + + + +Select the entity you want to monitor from the dropdown and click on `Create dashboard` on the bottom of the screen. + +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. + + + + + +## 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. \ No newline at end of file diff --git a/dashboards/meta.json b/dashboards/meta.json index 35766fb7..76178138 100644 --- a/dashboards/meta.json +++ b/dashboards/meta.json @@ -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"] } diff --git a/docs.json b/docs.json index 4fb95914..f1466f9d 100644 --- a/docs.json +++ b/docs.json @@ -314,7 +314,8 @@ "group": "Dashboards", "pages": [ "dashboards/test-runs-comparison-dashboard", - "dashboards/custom-logs-dashboard" + "dashboards/custom-logs-dashboard", + "dashboards/live-trends-dashboard" ] }, { diff --git a/images/docs/dashboards/live-trends-comparison-view.png b/images/docs/dashboards/live-trends-comparison-view.png new file mode 100644 index 00000000..a10b0987 Binary files /dev/null and b/images/docs/dashboards/live-trends-comparison-view.png differ diff --git a/images/docs/dashboards/live-trends-evaluator-summary.png b/images/docs/dashboards/live-trends-evaluator-summary.png new file mode 100644 index 00000000..c544cfc4 Binary files /dev/null and b/images/docs/dashboards/live-trends-evaluator-summary.png differ diff --git a/images/docs/dashboards/live-trends-option-selection.png b/images/docs/dashboards/live-trends-option-selection.png new file mode 100644 index 00000000..8fddf8c6 Binary files /dev/null and b/images/docs/dashboards/live-trends-option-selection.png differ diff --git a/images/docs/dashboards/live-trends-visualizations.png b/images/docs/dashboards/live-trends-visualizations.png new file mode 100644 index 00000000..4d64804d Binary files /dev/null and b/images/docs/dashboards/live-trends-visualizations.png differ