Closed msarahan closed 1 month ago
This is likely work-in-progress, but I'm hoping it can be reviewed and merged so that I can do integration work further upstream.
There are two actions here:
telemetry-traceparent
telemetry-summarize
The tests here should not be considered anywhere near comprehensive, but they do exercise the basic functionality of both actions.
This is likely work-in-progress, but I'm hoping it can be reviewed and merged so that I can do integration work further upstream.
There are two actions here:
telemetry-traceparent
, which is used to get the identifier of the current trace and spantelemetry-summarize
, which uses the GitHub actions API to download job info, and then parses it and sends it off as OpenTelemetry spans.The tests here should not be considered anywhere near comprehensive, but they do exercise the basic functionality of both actions.