We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442bad6 commit 86a0da3Copy full SHA for 86a0da3
npm/metrics/ai-utils.go
@@ -105,7 +105,7 @@ func SendHeartbeatWithNumPolicies() {
105
if err != nil {
106
klog.Warningf("warn: NPM hearbeat. Couldn't get number of policies for telemetry log: %s", err.Error())
107
} else {
108
- numPoliciesString = fmt.Sprint(numPolicies)
+ numPoliciesString = strconv.Itoa(numPolicies)
109
}
110
111
cidrNetPols := GetCidrNetPols()
0 commit comments