We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d83d04 commit a2663a4Copy full SHA for a2663a4
cmd/virtual-kubelet/commands/root/tracing.go
@@ -41,7 +41,7 @@ var (
41
func setupTracing(ctx context.Context, c Opts) error {
42
for k := range c.TraceConfig.Tags {
43
if reservedTagNames[k] {
44
- return strongerrors.InvalidArgument(errors.Errorf("invalid trace tag %q, must not use a reserved tag key"))
+ return strongerrors.InvalidArgument(errors.Errorf("invalid trace tag %q, must not use a reserved tag key", k))
45
}
46
47
if c.TraceConfig.Tags == nil {
0 commit comments