forked from ceph/ceph
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Basic Jaeger Tracing Added #1
Open
suab321321
wants to merge
22
commits into
master
Choose a base branch
from
suab321321_jaegerTracing
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 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
fd36b14
Basic Jaeger Tracing Added
suab321321 b878b91
Basic Jaeger Tracing Added
suab321321 05e1442
Merge branch 'suab321321_jaegerTracing' of https://github.com/suab321…
suab321321 eeebe21
"Jaeger Tracing of Bucket List Request"
suab321321 f10c6f4
Tracer for object Uploading in Container added
suab321321 1aa2724
Removing Uneccessary code
suab321321 725a5a4
Error Uploading Object to Container resolved
suab321321 a3ba8d7
Converted variables into snake_case and removed non-essential code
suab321321 f605172
RGW_OP_GET_OBJ tracer and cleanup
suab321321 1ec9c76
RGW_OP_DELETE_OBJ Tracer added
suab321321 a98ce02
RGW_OP_DELETE_BUCKET Tracer Added
suab321321 1117ba5
S3 and Swift tag added
suab321321 d70d0f8
Injecting trace further deep down functions for RGW_LIST_BUCKETS
suab321321 b83e969
Added more tracer to into deep functions RGW_LIST_BUCKET
suab321321 7f68f4d
Added more traces in depth in RGWPutObj operation
suab321321 8c60410
Added more traces to in-depth functions of RGW_PUTObj
suab321321 ea7e1e0
More Tracer added in-depth fucntion RGW_DELETE_BUCKET
suab321321 2b1bb05
Added more traces in depth of RGWCreateBucket
suab321321 3a331ff
Added more in depth traces to RGW_DeleteObj
suab321321 a42be55
Tracer Added in req_state and ListBuckets tracing added
suab321321 c88c714
Tracer for ListBucket
suab321321 7d76769
DeleteContainer
suab321321 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
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
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
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.
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.
can you remove non-jaeger changes in the further cleanups, it would make work easier for reviewer, hence better focus on feedback.