Add 'trace' command support for Gitlab #1169
Labels
ci-visibility
Related to [junit, gate, metric, tag, trace, dora, deployment]
enhancement
New feature or request
Feature request description
Currently, the
trace
command only supports CircleCI and Jenkins. We use self-managed Gitlab and I would love to be able to see our custom commands in the flame graph from the CI Pipeline Executions page.Solution
The following should be successful:
Additional context
We have several complex build jobs that have individual tasks. We have instrumented timing of these with custom metrics, but we don't have a way to include the timing in the flame graph on the CI pipeline executions detail pages in Datadog. It seems it would be straightforward to add support within this tool, but it's not clear to me if the server side requires additional work to support custom trace data.
Command
trace
The text was updated successfully, but these errors were encountered: