Skip to content

Commit

Permalink
fix refernced metrics (#1853)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarededwards authored Oct 23, 2023
1 parent 8f6d208 commit f53fb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/k3d/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ func runK3d(cmd *cobra.Command, args []string) error {

segClient := segment.InitClient(clusterId, clusterTypeFlag, gitProviderFlag)
defer segClient.Client.Close()
telemetry.SendEvent(segClient, telemetry.InitStarted, "")
telemetry.SendEvent(segClient, telemetry.ClusterInstallStarted, "")

// Progress output
progressPrinter.AddTracker("preflight-checks", "Running preflight checks", 5)
Expand Down

0 comments on commit f53fb37

Please sign in to comment.