switch to cc-lib ccMessage and messageProcessor

This commit is contained in:
brinkcoder
2025-03-07 14:15:41 +01:00
parent 4fdff41681
commit b12e471407
37 changed files with 53 additions and 53 deletions

View File

@@ -14,7 +14,7 @@ import (
"strings"
"time"
lp "github.com/ClusterCockpit/cc-lib/pkg/ccMessage"
lp "github.com/ClusterCockpit/cc-lib/ccMessage"
cclog "github.com/ClusterCockpit/cc-metric-collector/pkg/ccLogger"
)

View File

@@ -14,7 +14,7 @@ import (
"strings"
"time"
lp "github.com/ClusterCockpit/cc-lib/pkg/ccMessage"
lp "github.com/ClusterCockpit/cc-lib/ccMessage"
cclog "github.com/ClusterCockpit/cc-metric-collector/pkg/ccLogger"
)

View File

@@ -6,7 +6,7 @@ import (
"sync"
"time"
lp "github.com/ClusterCockpit/cc-lib/pkg/ccMessage"
lp "github.com/ClusterCockpit/cc-lib/ccMessage"
cclog "github.com/ClusterCockpit/cc-metric-collector/pkg/ccLogger"
mct "github.com/ClusterCockpit/cc-metric-collector/pkg/multiChanTicker"
)

View File

@@ -13,7 +13,7 @@ import (
"strings"
"time"
lp "github.com/ClusterCockpit/cc-lib/pkg/ccMessage"
lp "github.com/ClusterCockpit/cc-lib/ccMessage"
cclog "github.com/ClusterCockpit/cc-metric-collector/pkg/ccLogger"
)

View File

@@ -5,7 +5,7 @@ import (
"fmt"
"time"
lp "github.com/ClusterCockpit/cc-lib/pkg/ccMessage"
lp "github.com/ClusterCockpit/cc-lib/ccMessage"
)
type MetricCollector interface {

View File

@@ -9,7 +9,7 @@ import (
"strings"
"time"
lp "github.com/ClusterCockpit/cc-lib/pkg/ccMessage"
lp "github.com/ClusterCockpit/cc-lib/ccMessage"
cclog "github.com/ClusterCockpit/cc-metric-collector/pkg/ccLogger"
)

View File

@@ -6,7 +6,7 @@ import (
"fmt"
"time"
lp "github.com/ClusterCockpit/cc-lib/pkg/ccMessage"
lp "github.com/ClusterCockpit/cc-lib/ccMessage"
cclog "github.com/ClusterCockpit/cc-metric-collector/pkg/ccLogger"
"github.com/ClusterCockpit/go-rocm-smi/pkg/rocm_smi"
)

View File

@@ -4,7 +4,7 @@ import (
"encoding/json"
"time"
lp "github.com/ClusterCockpit/cc-lib/pkg/ccMessage"
lp "github.com/ClusterCockpit/cc-lib/ccMessage"
cclog "github.com/ClusterCockpit/cc-metric-collector/pkg/ccLogger"
)

View File

@@ -5,7 +5,7 @@ import (
"sync"
"time"
lp "github.com/ClusterCockpit/cc-lib/pkg/ccMessage"
lp "github.com/ClusterCockpit/cc-lib/ccMessage"
cclog "github.com/ClusterCockpit/cc-metric-collector/pkg/ccLogger"
)

View File

@@ -6,7 +6,7 @@ import (
"syscall"
"time"
lp "github.com/ClusterCockpit/cc-lib/pkg/ccMessage"
lp "github.com/ClusterCockpit/cc-lib/ccMessage"
cclog "github.com/ClusterCockpit/cc-metric-collector/pkg/ccLogger"
)