diff --git a/internal/helm/agent.go b/internal/helm/agent.go index fbdce487d5..af2525f88d 100644 --- a/internal/helm/agent.go +++ b/internal/helm/agent.go @@ -126,6 +126,7 @@ func (a *Agent) GetRelease( telemetry.WithAttributes(span, telemetry.AttributeKV{Key: "name", Value: name}, + telemetry.AttributeKV{Key: "namespace", Value: a.Namespace()}, telemetry.AttributeKV{Key: "version", Value: version}, telemetry.AttributeKV{Key: "getDeps", Value: getDeps}, )