Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(metric): avoid awaiting the metric report call #1285

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

kpanot
Copy link
Contributor

@kpanot kpanot commented Jan 26, 2024

Proposed change

Avoid awaiting the metric report call

Related issues

@kpanot kpanot requested a review from a team as a code owner January 26, 2024 16:52
@kpanot kpanot force-pushed the bugfix/schematic-metrics-reporting branch from 52c6ca6 to 91fb523 Compare January 26, 2024 17:05
@kpanot kpanot force-pushed the bugfix/schematic-metrics-reporting branch from 91fb523 to badf9ff Compare January 26, 2024 17:10
},
error
};
context.logger.debug(JSON.stringify(data, null, 2));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should probably remove this

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was more for us when we run the command with --verbose

duration,
error
};
context.logger.debug(JSON.stringify(data, null, 2));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should probably remove this (or add a message)

@kpanot kpanot added this pull request to the merge queue Jan 29, 2024
Merged via the queue into main with commit 7dad11e Jan 29, 2024
25 checks passed
@kpanot kpanot deleted the bugfix/schematic-metrics-reporting branch January 29, 2024 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Otter cli metrics
3 participants