mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[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>
This commit is contained in:
parent
a7326e683a
commit
b3eaf9b629
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue