Skip to content

Fix performance bar warnings when Rugged is disabled

Stan Hu requested to merge sh-fix-performance-bar-warnings into master

detailed_metric.vue was attempting to read the duration field even when the metric did not exist in the JSON payload. We now check for the existence of the metrics before attempting to display the value.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65491

Edited by Stan Hu

Merge request reports