mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-05 02:12:48 +08:00
[skip ci] Add desc comments for InvalidateSystemInfoMetrics (#9275)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
parent
4bac5b1f4d
commit
1758227cfc
@ -67,6 +67,7 @@ func (manager *MetricsCacheManager) ResetRetention() {
|
||||
manager.retention = DefaultMetricsRetention
|
||||
}
|
||||
|
||||
// InvalidateSystemInfoMetrics invalidates the system information metrics.
|
||||
func (manager *MetricsCacheManager) InvalidateSystemInfoMetrics() {
|
||||
manager.systemInfoMetricsMtx.Lock()
|
||||
defer manager.systemInfoMetricsMtx.Unlock()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user