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

[UNRECOVERABLE] Move instrumentation aiohttp client #48

Conversation

NathanielRN
Copy link
Contributor

@NathanielRN NathanielRN commented Oct 19, 2020

Please review #49 instead!

@NathanielRN NathanielRN requested a review from a team October 19, 2020 21:18
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Oct 19, 2020

CLA Check
The committers are authorized under a signed CLA.

@NathanielRN NathanielRN force-pushed the move-instrumentation-aiohttp-client branch from 59ed570 to 8cc2705 Compare October 20, 2020 00:26
Copy link

@bhautikpip bhautikpip left a comment

Choose a reason for hiding this comment

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

Files look good! Why this PR has not enabled tests? I don't see tests for this PR in the actions section.

@NathanielRN
Copy link
Contributor Author

@bhautikpip

Thank you!! The only reason I didn't add tests yet (and I didn't plan to until we get all the packages we want in) is because the tests introduced here depend on other packages that will be coming (very soon hopefully!) in future PRs.

For example the files in this PR have these import statements:

from opentelemetry.instrumentation.instrumentor import BaseInstrumentor
from opentelemetry.instrumentation.utils import (
    http_status_to_canonical_code,
    unwrap,
)

Both of which don't exist yet in this repo until I add them, in future PRs.

After the PRs with the packages are merged, I'll create a final PR to add tests. (And I count on it working based on my big #47 PR)

@NathanielRN NathanielRN deleted the move-instrumentation-aiohttp-client branch October 20, 2020 01:56
@NathanielRN
Copy link
Contributor Author

Closed this PR by accident... the exact same PR is in #49

@NathanielRN NathanielRN changed the title Move instrumentation aiohttp client [UNRECOVERABLE] Move instrumentation aiohttp client Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants