-
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
support: top-trace with some file exporters #5
base: main
Are you sure you want to change the base?
Conversation
@@ -175,55 +193,6 @@ func processJunitFile(file *zip.File, logger *zap.Logger) []junit.Suite { | |||
return suites | |||
} | |||
|
|||
func processSuite(suite junit.Suite, logger *zap.Logger) { |
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.
no more debugging
@@ -0,0 +1,101 @@ | |||
package opentelemetrygithubactionsjunitreceiver |
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.
centrallise all the attributes for the GitHub workflow events and the Test Suites/Test Cases
trace_test_handling.go
Outdated
|
||
createParentSpan(scopeSpans, suite, e, traceID, logger) | ||
|
||
// TODO: create child spans for each test case |
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.
Next big thing... support iterating over all the tests
I can now see logs in the terminal and in the
/tmp/logs.txt
file:Supersedes #4
Tasks