We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40cd08f commit a6a3942Copy full SHA for a6a3942
cmd/cmdtrace/cmd_span.go
@@ -55,7 +55,6 @@ func Setup(cmd *cobra.Command, dockerCli command.Cli, args []string) error {
55
ctx,
56
"cli/"+strings.Join(commandName(cmd), "-"),
57
)
58
- cmdSpan.SetAttributes(attribute.StringSlice("cli.args", args))
59
cmdSpan.SetAttributes(attribute.StringSlice("cli.flags", getFlags(cmd.Flags())))
60
61
cmd.SetContext(ctx)
0 commit comments