Skip to content

Commit

Permalink
Link to field count issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolf committed Jul 3, 2020
1 parent b62fadd commit 8c0126b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x-pack/test/saved_objects_field_count/runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
]);
}

0 comments on commit 8c0126b

Please sign in to comment.