Skip to content

Commit a6a3942

Browse files
ndeloofglours
authored andcommitted
remove cli.args opentelemetry attribute
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 40cd08f commit a6a3942

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/cmdtrace/cmd_span.go

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ func Setup(cmd *cobra.Command, dockerCli command.Cli, args []string) error {
5555
ctx,
5656
"cli/"+strings.Join(commandName(cmd), "-"),
5757
)
58-
cmdSpan.SetAttributes(attribute.StringSlice("cli.args", args))
5958
cmdSpan.SetAttributes(attribute.StringSlice("cli.flags", getFlags(cmd.Flags())))
6059

6160
cmd.SetContext(ctx)

0 commit comments

Comments
 (0)