Commit ea2f64cf authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch '214312-add-docs-for-invisible-heatmap' into 'master'

Add docs for the case when heatmap chart becomes invisible

See merge request gitlab-org/gitlab!34729
parents 229f013c 82deb16c
...@@ -748,6 +748,11 @@ Note the following properties: ...@@ -748,6 +748,11 @@ Note the following properties:
![heatmap panel type](img/heatmap_panel_type.png) ![heatmap panel type](img/heatmap_panel_type.png)
CAUTION: **Warning:**
When a query returns too many data points, the heatmap data bucket dimensions tend downwards to 0, making the chart's data invisible, as shown in the image below. To fix this problem, limit the amount of data returned by changing the time range filter on the metrics dashboard UI, or adding the **step** property to your dashboard's YAML file.
![heatmap chart_too_much_data](img/heatmap_chart_too_much_data_v_13_2.png)
### Templating variables for metrics dashboards ### Templating variables for metrics dashboards
Templating variables can be used to make your metrics dashboard more versatile. Templating variables can be used to make your metrics dashboard more versatile.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment