Skip to content

Commit

Permalink
feat: add namespace to helm-get-release telemetry
Browse files Browse the repository at this point in the history
This will make it more clear as to whether we should be hitting the 'latest' logic or not.
  • Loading branch information
jose-fully-ported committed Sep 20, 2023
1 parent 73742e9 commit 531f799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/helm/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -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},
)
Expand Down

0 comments on commit 531f799

Please sign in to comment.