-
Notifications
You must be signed in to change notification settings - Fork 508
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
history: add comparison support to trace
Signed-off-by: Tonis Tiigi <[email protected]>
- Loading branch information
1 parent
7f3d6cd
commit 3fd4ec0
Showing
3 changed files
with
49 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# docker buildx history trace | ||
|
||
<!---MARKER_GEN_START--> | ||
Show the OpenTelemetry trace of a build record | ||
|
||
### Options | ||
|
||
| Name | Type | Default | Description | | ||
|:----------------|:---------|:--------------|:-----------------------------------------| | ||
| `--addr` | `string` | `127.0.0.1:0` | Address to bind the UI server | | ||
| `--builder` | `string` | | Override the configured builder instance | | ||
| `--compare` | `string` | | Compare with another build reference | | ||
| `-D`, `--debug` | `bool` | | Enable debug logging | | ||
|
||
|
||
<!---MARKER_GEN_END--> | ||
|