Skip to content

Commit

Permalink
[ci-metrics] unify distributable file count metrics (#76448)
Browse files Browse the repository at this point in the history
Co-authored-by: spalger <[email protected]>
Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
3 people authored Sep 4, 2020
1 parent a7326e6 commit b3eaf9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dev/build/tasks/create_archives_task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ export const CreateArchives: Task = {
});

metrics.push({
group: `${build.isOss() ? 'oss ' : ''}distributable file count`,
id: 'total',
group: 'distributable file count',
id: build.isOss() ? 'oss' : 'default',
value: fileCount,
});
}
Expand Down

0 comments on commit b3eaf9b

Please sign in to comment.