Skip to content

Commit

Permalink
Add product_version to VisibilityMetric (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 authored Dec 23, 2024
1 parent d77d8c8 commit 88f1089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jfconnect/services/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ func (jcs *JfConnectService) PostVisibilityMetric(metric VisibilityMetric) error

type Labels struct {
ProductID string `json:"product_id"`
ProductVersion string `json:"product_version"`
FeatureID string `json:"feature_id"`
OIDCUsed string `json:"oidc_used"`
JobID string `json:"job_id"`
Expand Down

0 comments on commit 88f1089

Please sign in to comment.