-
Notifications
You must be signed in to change notification settings - Fork 554
perf: Tracing observability tool integration #2782
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
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
01e54cd
inital-commit
kripanshdevtron 0fad98e
collector url config
kripanshdevtron c47245a
otel collector DNS rename
kripanshdevtron 576970b
k8s otel handling
kripanshdevtron b8fe162
Merge branch 'main' into trace-observability-otlp
kripanshdevtron 9288eee
k8s client override refactoring
kripanshdevtron 96f36b1
grpc client instrumentation
kripanshdevtron 4cc7f16
k8s client request with context
kripanshdevtron da429c2
other env API tracing
kripanshdevtron 4a9a434
fetch other env context fix
kripanshdevtron be901c8
helm app context handling
kripanshdevtron b166937
app list urls context
kripanshdevtron b7b7ebb
k8s config client overriden
kripanshdevtron 0ba2d57
manual deployment trigger OTEL
kripanshdevtron 3d492e8
save deployment template API OTEL
kripanshdevtron cb7a391
ctx obj fix
kripanshdevtron d7c9d23
otel config check added
kripanshdevtron 9355521
otel commit
kripanshdevtron daf8b97
otel service configured
kripanshdevtron 366e878
wrapped span refactoring
kripanshdevtron b74ba51
Merge branch 'main' into trace-observability-otlp
kripanshdevtron bad9db7
otel integrated with more API
kripanshdevtron df0f803
Merge branch 'main' into trace-observability-otlp
kripanshdevtron 7a504c0
cyclic dependency error fix
kripanshdevtron ce24a7a
context passed on
kripanshdevtron 612f222
trace provider set
kripanshdevtron 147e4ce
Merge branch 'main' into trace-observability-otlp
kripanshdevtron 75a97ce
code refactoring
kripanshdevtron 0bc09b6
override httpclient
kripanshdevtron 646eaca
Merge branch 'main' into trace-observability-otlp
kripanshdevtron ec35ff3
refactoring done
kripanshdevtron a98729c
code cleaning
kripanshdevtron 5f612cd
code cleaning
kripanshdevtron 73b6d8a
code cleaning
kripanshdevtron cbcf5e2
k8s cluster service code cleaning
kripanshdevtron b7f32d2
clean directory fix
kripanshdevtron 3727151
code refactoring fix
kripanshdevtron File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
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
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.
this method might be called from diff places
Tracer("pipelineRepository").Start(ctx, "GetAppAndEnvDetailsForDeploymentAppTypePipeline")will change accordinglyThere 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.
same for all Tracer impl