Skip to content

Commit

Permalink
CNI Telemetry enabled on CNS
Browse files Browse the repository at this point in the history
  • Loading branch information
behzad-mir committed Oct 18, 2023
1 parent 600a51e commit bfebb47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cns/service/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@ func main() {
}
telemetryDaemonEnabled = disableTelemetry
if !telemetryDaemonEnabled {
log.Printf("CNI Telemtry is enabled")
go startTelemetryService(rootCtx)
}

Expand Down

0 comments on commit bfebb47

Please sign in to comment.