Skip to content

Commit

Permalink
Merge pull request #219 from kubefirst/fix-start-event
Browse files Browse the repository at this point in the history
fix the starting event for telemetry init
  • Loading branch information
johndietz authored Oct 22, 2023
2 parents 3938c25 + 93ae499 commit 21db80b
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 21db80b

Please sign in to comment.