cockroachlabs / visus

Extended performance metrics
Apache License 2.0
7 stars 3 forks source link

stopper: refactoring server and metric collector to use the stopper utility #112

Closed sravotto closed 2 months ago

sravotto commented 2 months ago

To simplify the management of the lifecycle of the various components, we are using the stopper.Stopper utility taken from https://github.com/cockroachdb/replicator The code that implements the Server interface has been refactored to take advantage of it.


This change is Reviewable