Skip to content

Commit

Permalink
Update pkg/telemetry/exporter.go
Browse files Browse the repository at this point in the history
Co-authored-by: Saylor Berman <[email protected]>
  • Loading branch information
pleshakov and sjberman authored Mar 5, 2024
1 parent 8fab17c commit c70e763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/telemetry/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type Data struct {
ProjectName string
// ProjectVersion is the version of the project.
ProjectVersion string
// ProjectArchitecture is the architecture the project. For example, "amd64".
// ProjectArchitecture is the architecture of the project. For example, "amd64".
ProjectArchitecture string
// ClusterID is the unique id of the Kubernetes cluster where the project is installed.
// It is the UID of the `kube-system` Namespace.
Expand Down

0 comments on commit c70e763

Please sign in to comment.