mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-05 21:25:55 +02:00
switch to cc-lib
This commit is contained in:
parent
8de639be08
commit
478c5159f5
@ -5,7 +5,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
lp "github.com/ClusterCockpit/cc-energy-manager/pkg/cc-message"
|
lp "github.com/ClusterCockpit/cc-lib/pkg/ccMessage"
|
||||||
)
|
)
|
||||||
|
|
||||||
type MetricCollector interface {
|
type MetricCollector interface {
|
||||||
@ -14,7 +14,7 @@ type MetricCollector interface {
|
|||||||
Initialized() bool // Is metric collector initialized?
|
Initialized() bool // Is metric collector initialized?
|
||||||
Parallel() bool
|
Parallel() bool
|
||||||
Read(duration time.Duration, output chan lp.CCMessage) // Read metrics from metric collector
|
Read(duration time.Duration, output chan lp.CCMessage) // Read metrics from metric collector
|
||||||
Close() // Close / finish metric collector
|
Close() // Close / finish metric collector
|
||||||
}
|
}
|
||||||
|
|
||||||
type metricCollector struct {
|
type metricCollector struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user