Skip to content
Snippets Groups Projects

Survey for monitoring feature prioritization

All threads resolved!
Compare and Show latest version
1 file
+ 13
14
Compare changes
  • Side-by-side
  • Inline
@@ -32,25 +32,26 @@ In the survey the questions about feature will be asked in a following way:
@@ -32,25 +32,26 @@ In the survey the questions about feature will be asked in a following way:
## Current features
## Current features
- GitLab monitoring is... Consists of dashboards.
- GitLab monitoring is... Consists of dashboards.
- Dashboard consists of a number of panels. Each panel can contain a static a chart,
- Dashboard consists of a number of panels. Each panel can contain a chart,
a numerical indicator or a static markdown text. It is possible to create new
a numerical indicator or a static markdown text. It is possible to create new
and delete existing dashboards.
and delete existing dashboards.
- Configuration of each dashboard is done by editing a yaml file.
- Configuration of each dashboard is done by editing its configuration yaml file.
 
- Alerts that are set on a metric are visualized on the metric chart.
## New features
## New features
### Dashboard level
### Dashboard level
##### ⭐Import dashboard templates to create new dashboards
##### ⭐Import dashboard templates to create new dashboards
Dashboard creation templates
Templates
that you can choose from when creating new dashboards.
that you can choose from when creating new dashboards
It will speed up the dashboard creation process and improve consistency.
to speed up the dashboard creation process and improve consistency.
##### ⭐Add variables to a dashboard
##### ⭐Add variables to a dashboard
An special interactive 'quick configuration panel'
Interactive 'quick configuration panel'
where you can tune specific variables of the dashboard right in the dashboard UI.
where you can tune specific variables of the dashboard right in the dashboard UI.
It will allow you to have smaller number of dashboards created and therefore
It will allow you to have smaller number of dashboards created and therefore
make dashboard management easier.
make dashboard management simpler.
<img src='./image_5.png' width=600px />
<img src='./image_5.png' width=600px />
@@ -64,11 +65,11 @@ features of GitLab.
@@ -64,11 +65,11 @@ features of GitLab.
##### ⭐Group dashboards into folders
##### ⭐Group dashboards into folders
Dashboard folders in the dropdown
Dashboard folders in the dropdown
that you can group your dashboards with
that you can group your dashboards in
to improve organization of your dashboards.
to improve organization of your dashboards.
##### ⭐Add tags to dashboard for easier search
##### ⭐Add tags to dashboard for easier search
Tag with searchable keywords
Tags with searchable keywords
that you can assign to dashboards.
that you can assign to dashboards.
It will allow you to find dashboards faster.
It will allow you to find dashboards faster.
@@ -101,7 +102,7 @@ To speed up navigation between different tools.
@@ -101,7 +102,7 @@ To speed up navigation between different tools.
<img src='./image_2.png' width=600px />
<img src='./image_2.png' width=600px />
##### ⭐Annotate metric charts
##### ⭐Annotate metric charts
Annotation, a vertical line in a chart, that shows custom message on hover,
Annotation, a vertical line in a chart that shows custom message on hover,
so you can manually highlight an important point within the chart.
so you can manually highlight an important point within the chart.
To improve collaboration and informativeness of the chart.
To improve collaboration and informativeness of the chart.
@@ -109,10 +110,8 @@ To improve collaboration and informativeness of the chart.
@@ -109,10 +110,8 @@ To improve collaboration and informativeness of the chart.
##### ⭐Configure alert directly from a metric chart
##### ⭐Configure alert directly from a metric chart
A contextual alert configuration popup openable from within the metric chart
A contextual alert configuration popup openable from within the metric chart
where you can configure alerts
where you can configure alerts without the necessity to navigate to a dedicated alert configuration page.
without the necessity to navigate to a dedicated alert configuration page.
It will improve the speed of alert configuration and provide better awareness of the underlying metric.
It will improve the speed of alert configuration and provide better awareness
of the underlying metric.
##### ⭐Add thresholds that do not trigger alerts
##### ⭐Add thresholds that do not trigger alerts
Loading