We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
I'm testing out the project on a multi-job workflow. Following the documentation in the README appears to only create the init events.
init
This leaves you with a trace that only has a few sparse init events along a very empty timeline.
Describe the solution you'd like
Generate spans for each job within a multi-workflow build
Describe alternatives you've considered
Alternatively you could add manual instrumentation to each job in the workflow, but that adds more repetitive noise.
Additional context It looks like the postRun code is only called if the trace is supposed to end:
gha-buildevents/src/index.ts
Lines 102 to 106 in e891e91
I'm thinking there should always be a post run function to close a span, but conditionally close the trace.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
I'm testing out the project on a multi-job workflow.
Following the documentation in the README appears to only create the
init
events.This leaves you with a trace that only has a few sparse init events along a very empty timeline.
Describe the solution you'd like
Generate spans for each job within a multi-workflow build
Describe alternatives you've considered
Alternatively you could add manual instrumentation to each job in the workflow, but that adds more repetitive noise.
Additional context
It looks like the postRun code is only called if the trace is supposed to end:
gha-buildevents/src/index.ts
Lines 102 to 106 in e891e91
I'm thinking there should always be a post run function to close a span, but conditionally close the trace.
The text was updated successfully, but these errors were encountered: