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

Refactor Meter and MeterProvider #2296

Merged
merged 13 commits into from
Dec 8, 2021
Merged

Conversation

ocelotl
Copy link
Contributor

@ocelotl ocelotl commented Nov 27, 2021

Fixes #2292

Both Meter and MeterProvider need some refactoring (in the arguments they accept, the methods they have, how they interact with instruments, etc.). Refactoring them to get them ready for the next metrics PRs.

Removing my previous comment as this has been explained in today's meeting.

@ocelotl ocelotl self-assigned this Nov 27, 2021
@ocelotl ocelotl added Skip Changelog PRs that do not require a CHANGELOG.md entry Approve Public API check This label shows that the public symbols added or changed in a PR are strictly necessary labels Nov 27, 2021
@ocelotl ocelotl requested a review from aabmass November 27, 2021 02:02
@ocelotl ocelotl force-pushed the issue_2292 branch 4 times, most recently from 1734432 to 0855c9f Compare November 28, 2021 03:53
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this pull request Nov 28, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this pull request Nov 28, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this pull request Nov 29, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this pull request Nov 29, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this pull request Nov 30, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this pull request Dec 2, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this pull request Dec 3, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this pull request Dec 4, 2021
@ocelotl ocelotl marked this pull request as ready for review December 6, 2021 19:30
@ocelotl ocelotl requested a review from a team December 6, 2021 19:30
@ocelotl ocelotl added the metrics label Dec 7, 2021
Copy link
Member

@aabmass aabmass left a comment

Choose a reason for hiding this comment

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

@ocelotl can you add more descriptive title and description to the PR?

opentelemetry-sdk/setup.cfg Outdated Show resolved Hide resolved
@ocelotl ocelotl requested a review from aabmass December 8, 2021 16:54
Copy link
Member

@aabmass aabmass left a comment

Choose a reason for hiding this comment

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

LGTM, only blocking comments are the callbacks

@ocelotl ocelotl requested a review from aabmass December 8, 2021 20:13
Copy link
Member

@aabmass aabmass left a comment

Choose a reason for hiding this comment

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

🚢

@ocelotl ocelotl merged commit 9ef6829 into open-telemetry:main Dec 8, 2021
@ocelotl ocelotl deleted the issue_2292 branch December 8, 2021 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approve Public API check This label shows that the public symbols added or changed in a PR are strictly necessary metrics Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor Meter and MeterProvider
4 participants