Skip to content

Commit

Permalink
Use firstElementShown#mean_value as metric
Browse files Browse the repository at this point in the history
  • Loading branch information
MaXal committed Dec 9, 2024
1 parent 57df0f0 commit 2763c62
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<section>
<GroupProjectsWithClientChart
label="Completion First Element (Diaspora)"
measure="completion#firstElementShown"
measure="completion#firstElementShown#mean_value"
:projects="[
'diaspora-project-test/completion/routes',
'diaspora-project-test/completion/exceptions',
Expand All @@ -203,7 +203,7 @@
<section>
<GroupProjectsWithClientChart
label="Completion First Element (GitLab)"
measure="completion#firstElementShown"
measure="completion#firstElementShown#mean_value"
:projects="[
'gitlab-project-test/completion/routes',
'gitlab-project-test/completion/exceptions',
Expand All @@ -219,7 +219,7 @@
<section>
<GroupProjectsWithClientChart
label="Completion First Element (Redmine)"
measure="completion#firstElementShown"
measure="completion#firstElementShown#mean_value"
:projects="[
'redmine-project-test/completion/routes',
'redmine-project-test/completion/exceptions',
Expand Down

0 comments on commit 2763c62

Please sign in to comment.