Skip to content

Commit

Permalink
chore: adds swarm mode as analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Jul 29, 2024
1 parent 638889e commit 74fda04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ func main() {
log.Fatalf("failed to listen: %v", err)
}
server := agent.NewServer(localClient, certs, args.Version())
go cli.StartEvent(args, "swarm", localClient, "")
go func() {
log.Infof("Agent listening on %s", listener.Addr().String())
if err := server.Serve(listener); err != nil {
Expand Down

0 comments on commit 74fda04

Please sign in to comment.