Kaynağa Gözat

feat: add namespace to helm-get-release telemetry (#3603)

jose-fully-ported 2 yıl önce
ebeveyn
işleme
212dbda5e0
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      internal/helm/agent.go

+ 1 - 0
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},
 	)