mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Link to field count issue
This commit is contained in:
parent
b62fadd3b3
commit
8c0126b838
1 changed files with 3 additions and 1 deletions
|
@ -22,5 +22,7 @@ export async function testRunner({ getService }: FtrProviderContext) {
|
|||
});
|
||||
const fieldCount = Object.keys(fields).length;
|
||||
log.debug('Saved Objects field count');
|
||||
await reporter.metrics([{ group: 'Saved Objects field count', id: 'total', value: fieldCount }]);
|
||||
await reporter.metrics([
|
||||
{ group: 'Saved Objects field count (see #43673)', id: 'total', value: fieldCount },
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue