Skip to content
Snippets Groups Projects

Survey for monitoring feature prioritization

All threads resolved!
Compare and Show latest version
1 file
+ 16
16
Compare changes
  • Side-by-side
  • Inline
@@ -20,55 +20,55 @@ Bellow you can see a screenshot of how does an example dashboard and configurati
@@ -20,55 +20,55 @@ Bellow you can see a screenshot of how does an example dashboard and configurati
### Dashboard level
### Dashboard level
##### ⭐Import dashboard templates to create new dashboards
##### ⭐Dashboard templates
Templates for YAML configuration files
Templates for YAML configuration files
that you can choose when creating new dashboards.
that you can choose when creating new dashboards.
Templates contain basic file structure, configuration examples, and comments
Templates contain basic file structure, configuration examples, and comments
to speed up the dashboard creation process and improve consistency across dashboards.
to speed up the dashboard creation process and improve consistency across dashboards.
##### ⭐Add variables to a dashboard
##### ⭐Variables
Instead of the time-consuming and repetitive task of recreating similar dashboards multiple times, you can create a single dashboard and use variables to change the data you view in it.
Instead of the time-consuming and repetitive task of recreating similar dashboards multiple times, you can create a single dashboard and use variables to change the data you view in it.
<img src='./image_7.png' width=600px />
<img src='./image_7.png' width=600px />
##### ⭐Out of the box dashboard for monitoring different technologies and services
##### ⭐OOTB dashboards
A set of out-of-the-box dashboards for the most common technologies and services
A set of out-of-the-box dashboards for the most common technologies and services
that are configured automatically when you set up monitoring in GitLab.
that are configured automatically when you set up monitoring in GitLab.
It will improve the experience of users that just started using the monitoring
It will improve the experience of users that just started using the monitoring
features of GitLab.
features of GitLab.
##### ⭐Group dashboards into folders
##### ⭐Folders
You can add dashboards to folders to make the dashboards list more organized.
You can add dashboards to folders to make the dashboards list more organized.
##### ⭐Add tags to dashboard for easier search
##### ⭐Tags
You can tag dashboards with keywords to make the searching for dashboards faster.
You can tag dashboards with keywords to make the searching for dashboards faster.
##### ⭐Add a horizontal list of custom hyperlinks
##### ⭐Dashboard hyperlinks list
A special horizontal list of custom hyperlinks
A special horizontal list of custom hyperlinks
so you can drill down to a tool of your choice (e.g. another dashboard or external tool) right from the dashboard UI
so you can drill down to a tool of your choice (e.g. another dashboard or external tool) right from the dashboard UI
what can speed up switching between different tools.
what can speed up switching between different tools.
<img src='./image_1.png' width=600px />
<img src='./image_11.png' width=600px />
##### ⭐Rearrange panels using drag and drop
##### ⭐Rearange panels with cursor
You can rearrange panels using drag and drop rather than by editing the YAML file.
You can rearrange panels using drag and drop rather than by editing the YAML file.
<img src='./image.png' width=600px />
<img src='./image.png' width=600px />
##### ⭐Resize panels with the cursor
##### ⭐Resize panels with cursor
You can resize panels using cursor rather than by editing the YAML file.
You can resize panels using cursor rather than by editing the YAML file.
### Panel level
### Panel level
##### ⭐Add custom hyperlinks to the options menu of a panel
##### ⭐Panel hyperlinks list
Custom hyperlink in the options menu of a panel,
Custom hyperlink in the options menu of a panel,
so you can drill down to a tool of your choice (e.g. another dashboard or external tool) right from the relevant panel
so you can drill down to a tool of your choice (e.g. another dashboard or external tool) right from the relevant panel
@@ -76,7 +76,7 @@ that can speed up switching between different tools.
@@ -76,7 +76,7 @@ that can speed up switching between different tools.
<img src='./image_2.png' width=600px />
<img src='./image_2.png' width=600px />
##### ⭐Annotate metric charts
##### ⭐Annotations
Annotation, a dashed vertical blue line in a chart that displays a custom message on hover,
Annotation, a dashed vertical blue line in a chart that displays a custom message on hover,
that you can add to highlight an important point within the chart.
that you can add to highlight an important point within the chart.
@@ -84,14 +84,14 @@ To improve collaboration and informativeness of the chart.
@@ -84,14 +84,14 @@ To improve collaboration and informativeness of the chart.
<img src='./image_3.png' width=600px />
<img src='./image_3.png' width=600px />
##### ⭐Add threshold lines
##### ⭐Threshold lines
Threshold line, a solid horizontal red line in a chart,
Threshold line, a solid horizontal red line in a chart,
that you can add to visualize threshold without triggering an alert.
that you can add to visualize threshold without triggering an alert.
<img src='./image_8.png' width=600px />
<img src='./image_8.png' width=600px />
##### ⭐Configure alert directly from a metric chart
##### ⭐Alert config modal
A contextual alert configuration modal openable from within the metric chart
A contextual alert configuration modal openable from within the metric chart
where you can configure alerts without the necessity to navigate to a dedicated alert configuration page.
where you can configure alerts without the necessity to navigate to a dedicated alert configuration page.
@@ -99,14 +99,14 @@ It will improve the speed of alert configuration and provide better awareness of
@@ -99,14 +99,14 @@ It will improve the speed of alert configuration and provide better awareness of
<img src='./image_6.png' width=600px />
<img src='./image_6.png' width=600px />
##### ⭐Change the appearance of the line on a chart (color, width, dotted line, etc..)
##### ⭐Line appearance editing
You can change the appearance of lines on a chart – color, width, type of line (solid, dotted...).
You can change the appearance of lines on a chart – color, width, type of line (solid, dotted...).
##### ⭐Set a dashboard as Metrics home page for the whole project (admin setting)
##### ⭐Homepage dashboard by admin
As an admin or a maintainer of a project, you can set a dashboard as the Metrics home page which will be the default landing page for Metrics for all users.
As an admin or a maintainer of a project, you can set a dashboard as the Metrics home page which will be the default landing page for Metrics for all users.
##### ⭐Override the admin Metrics home page settings with a user-specific Metrics home page setting
##### ⭐Homepage dashboard by user
As an individual user, you can set the dashboard they use the most as the Metrics home page, which will override the default admin setting.
As an individual user, you can set the dashboard they use the most as the Metrics home page, which will override the default admin setting.
Loading