Skip to content

Commit 3802f15

Browse files
Spencerspalgerelasticmachine
committed
[ci-metrics] unify distributable file count metrics (#76448)
Co-authored-by: spalger <spalger@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
1 parent 8e2f252 commit 3802f15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/dev/build/tasks/create_archives_task.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ export const CreateArchives: Task = {
9292
});
9393

9494
metrics.push({
95-
group: `${build.isOss() ? 'oss ' : ''}distributable file count`,
96-
id: 'total',
95+
group: 'distributable file count',
96+
id: build.isOss() ? 'oss' : 'default',
9797
value: fileCount,
9898
});
9999
}

0 commit comments

Comments
 (0)