-
Notifications
You must be signed in to change notification settings - Fork 623
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
Adding gRPC instrumentor #788
Merged
Merged
Changes from 28 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
71ce915
adding instrumentors to grpc autoinstrumentor
aravinsiva 17741ab
adding grpc instrumentor class
aravinsiva eebd8fd
adding grpc integration
aravinsiva 7785468
writing tests to test grpc integration
aravinsiva 594ed31
Merge branch 'master' into feature
aravinsiva 1ca41f1
Merge branch 'master' into feature
aravinsiva 3a51c6e
code clean up
aravinsiva effdcf4
Merge branch 'feature' of https://github.com/aravinsiva/opentelemetry…
aravinsiva 8164779
makng requested review changes
aravinsiva a172c50
Merge branch 'master' into feature
aravinsiva 10393ba
fixing lint issue
aravinsiva 8f3c21c
Merge branch 'feature' of https://github.com/aravinsiva/opentelemetry…
aravinsiva 7a6da4a
applying tox changes
aravinsiva f44eeba
wrapping server and chnnel calls
aravinsiva 914ca0b
Merge branch 'feature' of https://github.com/aravinsiva/opentelemetry…
aravinsiva ff1dfb2
fixing tox issues
aravinsiva c3e4eca
Merge branch 'master' into feature
aravinsiva 50c8bc0
fixing lint issues
aravinsiva 5227512
Merge branch 'feature' of https://github.com/aravinsiva/opentelemetry…
aravinsiva 687bf8a
fixing linter issue
aravinsiva 750964b
making lint modifications
aravinsiva 125429b
fixing build issue
aravinsiva 7c4b31d
Merge branch 'master' into feature
aravinsiva 9e94b06
Merge branch 'master' into feature
aravinsiva 8b0e5cf
fixing issues with number of paramters
aravinsiva 0b2ab99
fixing suggested changes
aravinsiva 02cfe04
adding changes to changelog
aravinsiva a31d51d
Update ext/opentelemetry-ext-grpc/setup.cfg
aravinsiva 80dd2b3
Merge branch 'master' into feature
lzchen 6ceadd9
adding example code, removing self.server and self.channel as well as…
aravinsiva c4a1ac8
Merge branch 'feature' of https://github.com/aravinsiva/opentelemetry…
aravinsiva e035d77
adding uninstrument test
aravinsiva 81cc13e
Merge branch 'master' into feature
aravinsiva 309a6da
fixing lint issue
aravinsiva c7dcb05
Merge branch 'feature' of https://github.com/aravinsiva/opentelemetry…
aravinsiva bd45e62
fixing underline issue
aravinsiva File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Some example code in the comments would be nice.
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.
Added examples for both client and server