Add zPages Tracez Processor#164
Merged
reyang merged 23 commits intoopen-telemetry:masterfrom Jul 16, 2020
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #164 +/- ##
==========================================
+ Coverage 94.88% 95.45% +0.57%
==========================================
Files 84 87 +3
Lines 2171 2488 +317
==========================================
+ Hits 2060 2375 +315
- Misses 111 113 +2
|
jajanet
commented
Jul 9, 2020
maxgolov
approved these changes
Jul 10, 2020
pyohannes
reviewed
Jul 10, 2020
reyang
reviewed
Jul 10, 2020
reyang
reviewed
Jul 10, 2020
reyang
requested changes
Jul 10, 2020
Member
reyang
left a comment
There was a problem hiding this comment.
Need to clarify the concurrency consideration.
This comment has been minimized.
This comment has been minimized.
pyohannes
reviewed
Jul 13, 2020
reyang
reviewed
Jul 14, 2020
reyang
reviewed
Jul 14, 2020
reyang
approved these changes
Jul 14, 2020
Member
reyang
left a comment
There was a problem hiding this comment.
LGTM assuming comments will be resolved.
Member
|
@jajanet would you rebase please? Thanks. |
pyohannes
approved these changes
Jul 15, 2020
…ghat/opentelemetry-cpp into zpages-tracez-spanprocessor
GerHobbelt
pushed a commit
to GerHobbelt/opentelemetry-cpp
that referenced
this pull request
Jun 17, 2025
…s-create-or-update-comment-digest Update peter-evans/create-or-update-comment digest to 1a53cbe
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR is for the TraceZ span processor, which will interface with a TracerProvider/Tracer on the user end to send spans to the TraceZ aggregator and later TraceZ HTTP server. This will help us eventually provide an easy way for users to see tracing information for debugging application issues (like deadlocks and high latency) without needing third party tracing systems. See the README and design doc
Files include:
Future PRs for TraceZ will be for its data aggregator and HTTP server