Merge branch 'release-v0.26.0' into NET-1773

This commit is contained in:
Abhishek K 2024-11-11 22:09:35 +04:00 committed by GitHub
commit 9452ba5926
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ import (
var (
metricsCacheMutex = &sync.RWMutex{}
metricsCacheMap map[string]models.Metrics
metricsCacheMap = make(map[string]models.Metrics)
)
func getMetricsFromCache(key string) (metrics models.Metrics, ok bool) {