-
Notifications
You must be signed in to change notification settings - Fork 450
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
Add observable instruments to periodicreader tests #2428
base: main
Are you sure you want to change the base?
Add observable instruments to periodicreader tests #2428
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2428 +/- ##
======================================
Coverage ? 79.5%
======================================
Files ? 122
Lines ? 21796
Branches ? 0
======================================
Hits ? 17338
Misses ? 4458
Partials ? 0 ☔ View full report in Codecov by Sentry. |
Copilot
AI
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
@@ -803,4 +803,134 @@ mod tests { | |||
"Metrics should be available in exporter." | |||
); | |||
} | |||
|
|||
async fn some_async_function() -> u64 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@howardjohn If you have bandwidth, could you review these? Asking since you helped fix some bugs in the area previously!
To cover various scenarios especially to show that callbacks doing asynchronous runtime specifics won't work well.