-
Notifications
You must be signed in to change notification settings - Fork 109
feat: [#726] Add HTTP server and client telemetry instrumentation [5] #1326
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
Open
krishankumar01
wants to merge
34
commits into
master
Choose a base branch
from
kkumar-gcc/#726-auto-instrumentation-2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 29 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
2c9466a
add http middleware
krishankumar01 7ccca56
add http transport
krishankumar01 8df0782
optimise http telemetry package
krishankumar01 01ecf4b
add test cases for Telemetry middleware
krishankumar01 0d8fda5
add auto instrumentation configs
krishankumar01 b2c07d5
Merge branch 'master' into kkumar-gcc/#726-auto-instrumentation-2
krishankumar01 395f109
add config to enable Telemetry for http clients
krishankumar01 bb1f529
add docs for config facade
krishankumar01 441ba96
add ConfigFacade nil warning
krishankumar01 cb3cb89
Merge branch 'master' into kkumar-gcc/#726-auto-instrumentation-2
krishankumar01 7c59c97
disable default telemetry
krishankumar01 ab72e2a
optimise transport
krishankumar01 413bdd6
add kill switch for instrumentation
krishankumar01 f999029
update the stubs
krishankumar01 98ec1f7
remove unnecessary handler
krishankumar01 ad59c56
optimise log instrumentation
krishankumar01 1fea34b
move route registration in the end
krishankumar01 794ed71
lazily initialize middleware and transport to work with new applicati…
krishankumar01 76021c2
optimise channel test
krishankumar01 eb97e1b
optimise channel test
krishankumar01 c23884a
merge master
krishankumar01 e4faad6
accept telemetry facade as an input instead of using global instance
krishankumar01 5141d18
use a callback to resolve the telemetry facade instance
krishankumar01 5a26971
optimise grpc handler to remove usage of telemetry and config facade
krishankumar01 5a5d9fc
optimise the grpc handler
krishankumar01 75130b9
Merge branch 'master' into kkumar-gcc/#726-auto-instrumentation-2
krishankumar01 09f4745
use telemetry transport if enabled
krishankumar01 9793141
optimise http auto instrumentation
krishankumar01 bd0645b
optimize log test cases
krishankumar01 f7e34b8
optimise
krishankumar01 777ce25
optimise
krishankumar01 43a7d8f
optimise
krishankumar01 9d3460c
optimise
krishankumar01 4fcd103
Merge branch 'master' into kkumar-gcc/#726-auto-instrumentation-2
krishankumar01 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.