14714: Uses lib/cmd prometheus registry
[arvados.git] / sdk / go / arvados / config.go
index 4a7221f053e6069135c26c70421abeead711d7f6..7c1c3538094869ff82a510226575a2dbbd0491ab 100644 (file)
@@ -119,6 +119,11 @@ type Cluster struct {
                TrashSweepInterval    Duration
                TrustAllContent       bool
 
+               BlobMissingReport        string
+               BalancePeriod            Duration
+               BalanceCollectionBatch   int
+               BalanceCollectionBuffers int
+
                WebDAVCache WebDAVCacheConfig
        }
        Git struct {
@@ -297,9 +302,6 @@ func (su URL) String() string {
 }
 
 type ServiceInstance struct {
-       // Rendezvous is normally empty; when changing the URL of a
-       // Keepstore service, Rendezvous can be set to the old URL to
-       // preserve rendezvous ordering.
        Rendezvous string `json:",omitempty"`
 }