-
Notifications
You must be signed in to change notification settings - Fork 889
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
Remove the "Func" name, use "Asynchronous" and "Observable" #1645
Remove the "Func" name, use "Asynchronous" and "Observable" #1645
Conversation
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.
LGTM
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.
Thanks!
Co-authored-by: John Watson <jkwatson@gmail.com>
Co-authored-by: John Watson <jkwatson@gmail.com>
Co-authored-by: John Watson <jkwatson@gmail.com>
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.
lgtm.
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.
Thanks!
…emetry#1645) * use the term Asynchronous/Observable instead of Func * call out that the ObservableCounter name has nothing to do with observer pattern * omit the return value from async instruments example code for now * Update specification/metrics/new_api.md Co-authored-by: John Watson <jkwatson@gmail.com> * Update specification/metrics/new_api.md Co-authored-by: John Watson <jkwatson@gmail.com> * Update specification/metrics/new_api.md Co-authored-by: John Watson <jkwatson@gmail.com> * rewrap Co-authored-by: John Watson <jkwatson@gmail.com> Co-authored-by: Bogdan Drutu <bogdandrutu@gmail.com> Co-authored-by: Sergey Kanzhelev <S.Kanzhelev@live.com>
Follow up #1617 (comment).
This has been discussed and concluded during the metrics API/SDK spec SIG meeting.
Changes