Skip to content

Move instrumentation grpc#59

Closed
NathanielRN wants to merge 10 commits intoopen-telemetry:masterfrom
NathanielRN:move-instrumentation-grpc
Closed

Move instrumentation grpc#59
NathanielRN wants to merge 10 commits intoopen-telemetry:masterfrom
NathanielRN:move-instrumentation-grpc

Conversation

@NathanielRN
Copy link
Contributor

Description

Moves the instrumentation/opentelemetry-instrumentation-grpc from the core repo into the contrib repo.

The original code is being copied over from the Core repo here: https://github.com/open-telemetry/opentelemetry-python/tree/master/instrumentation/opentelemetry-instrumentation-grpc

How Has This Been Tested?

CI tests will confirm it works correctly.

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.

After the PRs with the packages are merged, I'll take the same approach I took in my large PR #47 where I got the tests to pass.

Checklist:

  • Followed the style guidelines of this project
    - [ ] Changelogs have been updated
    - [ ] Unit tests have been added
    - [ ] Documentation has been updated

lzchen and others added 10 commits August 4, 2020 19:10
…etry#1027)

* when running the grpc tests with pytest or eachdist from the command
  line the 2nd test trying to connect to the test server failed with
  a connection refused message.
  Seems like the connection from the previous test was still alive due to
  the channel not being properly closed.
* dropping support for python 3.4
As far as I can tell, the tutorial in the docs doesn't actually work
without this line.
@toumorokoshi
Copy link
Member

It looks like there's some big changes coming in from the original repo: open-telemetry/opentelemetry-python#1308. Should we wait for those to settle first?

@NathanielRN
Copy link
Contributor Author

@toumorokoshi Yes definitely agree with that. Thanks for your quick review on it! I think best case scenario we should iterate quickly on it.

@NathanielRN NathanielRN closed this Nov 2, 2020
@NathanielRN NathanielRN deleted the move-instrumentation-grpc branch November 2, 2020 18:42
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.

6 participants