Consolidate code for external and internal ccms buildQueries function

Entire-Checkpoint: fc3be444ef4c
This commit is contained in:
2026-03-04 16:43:05 +01:00
parent 9672903d41
commit 26982088c3
6 changed files with 676 additions and 806 deletions

View File

@@ -235,7 +235,7 @@ func InitMetrics(metrics map[string]MetricConfig) {
// This function is safe for concurrent use after initialization.
func GetMemoryStore() *MemoryStore {
if msInstance == nil {
cclog.Fatalf("[METRICSTORE]> MemoryStore not initialized!")
cclog.Warnf("[METRICSTORE]> MemoryStore not initialized!")
}
return msInstance