shard: Update metric mode_info
on Init
#1174
1 changed files with 1 additions and 0 deletions
|
@ -484,6 +484,7 @@ func (s *Shard) updateMetrics(ctx context.Context) {
|
||||||
s.setContainerObjectsCount(contID.EncodeToString(), logical, count.Logic)
|
s.setContainerObjectsCount(contID.EncodeToString(), logical, count.Logic)
|
||||||
s.setContainerObjectsCount(contID.EncodeToString(), user, count.User)
|
s.setContainerObjectsCount(contID.EncodeToString(), user, count.User)
|
||||||
}
|
}
|
||||||
|
s.cfg.metricsWriter.SetMode(s.info.Mode)
|
||||||
fyrchik marked this conversation as resolved
|
|||||||
}
|
}
|
||||||
|
|
||||||
// incObjectCounter increment both physical and logical object
|
// incObjectCounter increment both physical and logical object
|
||||||
|
|
Loading…
Reference in a new issue
All other methods check whether
s.cfg.metricsWriter != nil
, I suggest adding the check here too.It's done at the beginning of the method.