Skip to content

Commit

Permalink
Update internal/controller/state.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jared Edwards <[email protected]>
  • Loading branch information
johndietz and jarededwards authored Oct 22, 2023
1 parent 11256e0 commit 1794dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (clctrl *ClusterController) StateStoreCredentials() error {
if err != nil {
msg := fmt.Sprintf("error creating google bucket %s: %s", clctrl.KubefirstStateStoreBucketName, err)
log.Error()
telemetry.SendCountMetric(clctrl.Telemetry, metrics.StateStoreCreateFailed, msg)
telemetry.SendCountMetric(clctrl.Telemetry, metrics.StateStoreCredentialsCreateFailed, msg)
return fmt.Errorf(msg)
}

Expand Down

0 comments on commit 1794dc2

Please sign in to comment.