-
Notifications
You must be signed in to change notification settings - Fork 624
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
Rename Measure to ValueRecorder #761
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.
Looks pretty straight forward. 👍
.. versionadded:: 0.1.0 | ||
.. versionchanged:: 0.5.0 | ||
``meter_provider`` was replaced by `get_meter_provider`, | ||
``set_preferred_meter_provider_implementation`` was replaced by | ||
`set_meter_provider`. |
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.
It may well make sense to lose the version comments until we're out of beta, but why do it in this PR?
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.
CHANGELOG.md contains a lot more information than the version comments (some missed API changes related to metrics). Instead of updating in multiple places, we can just refer to that file.
* fix: update web examples to use WebTracerRegistry closes open-telemetry#756 * fix: renamed WebTracerRegistry to WebTracerProvider
Part of [#752].
Simple name change.