pipeline_tracer
Trace logical operations like commits, PRs, or images through pipelines to identify flow, artifacts, and bottlenecks using correlation of labels and annotations.
Instructions
Trace a logical operation (commit, PR, image) as it flows through pipelines.
Correlates pipeline runs using labels, annotations, and artifact references.
Args:
trace_identifier: Commit SHA, PR number, image tag, or custom trace ID.
trace_type: "commit", "pr", "image", or "custom".
start_time: ISO 8601 start timestamp.
end_time: ISO 8601 end timestamp.
include_artifacts: Include artifact details (default: True).
trace_depth: "shallow" or "deep" (default: "deep").
namespaces: Specific namespaces to search (skips auto-detection).
max_namespaces: Maximum namespaces to search when auto-detecting (default: 50).
Returns:
Dict: Pipeline flow, artifacts, bottlenecks, and summary.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trace_identifier | Yes | ||
| trace_type | Yes | ||
| start_time | No | ||
| end_time | No | ||
| include_artifacts | No | ||
| trace_depth | No | deep | |
| namespaces | No | ||
| max_namespaces | No |