Преглед на файлове

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

jose-fully-ported преди 2 години
родител
ревизия
212dbda5e0
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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},
 	)