Skip to content

Commit 2a1ac7f

Browse files
nammnCopilot
andauthored
Update pkg/telemetry/configmap.go
Co-authored-by: Copilot <[email protected]>
1 parent b75faef commit 2a1ac7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/telemetry/configmap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func createNewConfigMap(ctx context.Context, k8sClient kubeclient.Client, namesp
8686
_, span := TRACER.Start(ctx, "createNewConfigMap")
8787
span.SetAttributes(
8888
attribute.String("mck.resource.type", "telemetry-collection"),
89-
attribute.String("mck.k8s.namespace.", namespace),
89+
attribute.String("mck.k8s.namespace", namespace),
9090
)
9191
defer span.End()
9292

0 commit comments

Comments
 (0)