Skip to content
Snippets Groups Projects
Unverified Commit 89f0dbc8 authored by Mathieu Othacehe's avatar Mathieu Othacehe
Browse files

metrics: Add graph legends.

* src/cuirass/templates.scm (global-metrics-content): Add legends.
parent 24924bb6
No related branches found
No related tags found
No related merge requests found
......@@ -945,15 +945,25 @@ window.~a = new Chart\
,(apply map avg-eval-duration-row avg-eval-durations)))
(br)
(h6 "Build speed.")
(p "This shows the difference between newly added derivations and built
derivations per day.")
(canvas (@ (id ,builds-chart)))
(br)
(h6 "Evaluation average build start time.")
(p "This is the average time required for an evaluation to start its
builds.")
(br)
(canvas (@ (id ,build-start-chart)))
(br)
(h6 "Evaluation completion speed.")
(p "The evaluation completion speed is the sum of an evaluation
completed builds divided by the time required to build them.")
(br)
(canvas (@ (id ,evaluation-speed-chart)))
(br)
(h6 "Pending builds.")
(p "This is the sum of all the currently pending builds.")
(br)
(canvas (@ (id ,pending-builds-chart)))
(br)
(h6 "Percentage of failed evaluations.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment