mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Co-authored-by: Dmitry Shevchenko <dmitrii.shevchenko@elastic.co>
This commit is contained in:
parent
e50bc2eded
commit
76fbc4b545
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ export class EventLogAdapter implements IRuleExecutionLogClient {
|
|||
await this.savedObjectsAdapter.logStatusChange(args);
|
||||
|
||||
if (args.metrics) {
|
||||
this.logExecutionMetrics({
|
||||
await this.logExecutionMetrics({
|
||||
ruleId: args.ruleId,
|
||||
ruleName: args.ruleName,
|
||||
ruleType: args.ruleType,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue