From abad9c5eeb7be1b20033e435c35b177315baad19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20=C4=8Cupi=C4=87?= Date: Wed, 12 Jun 2019 02:56:22 +0000 Subject: [PATCH] Metrics reports documentation is incomplete --- doc/ci/metrics_reports.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/ci/metrics_reports.md b/doc/ci/metrics_reports.md index b7824402d45..3ded6673149 100644 --- a/doc/ci/metrics_reports.md +++ b/doc/ci/metrics_reports.md @@ -28,6 +28,11 @@ Consider the following examples of data that can utilize Metrics Reports: Metrics are read from the metrics report (default: `metrics.txt`). They are parsed and displayed in the MR widget. +All values are considered strings and string compare is used to find differences between the latest available `metrics` artifact from: + +- `master` +- The feature branch + ## How to set it up Add a job that creates a [metrics report](yaml/README.md#artifactsreportsmetrics-premium) (default filename: `metrics.txt`). The file should conform to the [OpenMetrics](https://openmetrics.io/) format.