Connectivity to CCMS feature readded

This commit is contained in:
Aditya Ujeniya
2025-09-10 14:23:18 +02:00
parent 7948d5f773
commit b2368a0751
8 changed files with 1412 additions and 128 deletions

View File

@@ -54,6 +54,9 @@ func Init() error {
switch kind.Kind {
case "cc-metric-store":
mdr = &CCMetricStore{}
case "cc-metric-store-internal":
mdr = &CCMetricStoreInternal{}
config.InternalCCMSFlag = true
case "prometheus":
mdr = &PrometheusDataRepository{}
case "test":