Skip to content

Commit

Permalink
fix the starting event for telemetry init
Browse files Browse the repository at this point in the history
  • Loading branch information
johndietz committed Oct 22, 2023
1 parent 3938c25 commit 93ae499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/segment/segment.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func InitClient() *telemetry.SegmentClient {
MachineID: machineID,
ErrorMessage: "",
UserId: machineID,
MetricName: telemetry.KubefirstHeartbeat,
MetricName: telemetry.ClusterInstallStarted,
},
Client: sc,
}
Expand Down

0 comments on commit 93ae499

Please sign in to comment.