Skip to content

Commit

Permalink
Set default ServerCounter on agent
Browse files Browse the repository at this point in the history
  • Loading branch information
carreter committed Jun 18, 2024
1 parent 5b32441 commit d212046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/agent/clientset.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ func (cc *ClientSetConfig) NewAgentClientSet(drainCh, stopCh <-chan struct{}) *C
drainCh: drainCh,
stopCh: stopCh,
respectReceivedServerCount: true,
serverCounter: servercounter.StaticServerCounter(0),
}
}

Expand Down

0 comments on commit d212046

Please sign in to comment.