diff --git a/collectors/raplMetric.go b/collectors/raplMetric.go index 7800288..1be1506 100644 --- a/collectors/raplMetric.go +++ b/collectors/raplMetric.go @@ -9,8 +9,8 @@ import ( "strings" "time" + lp "github.com/ClusterCockpit/cc-lib/pkg/ccMessage" cclog "github.com/ClusterCockpit/cc-metric-collector/pkg/ccLogger" - lp "github.com/ClusterCockpit/cc-energy-manager/pkg/cc-message" ) // running average power limit (RAPL) monitoring attributes for a zone diff --git a/collectors/raplMetric.md b/collectors/raplMetric.md index f857d7c..1107687 100644 --- a/collectors/raplMetric.md +++ b/collectors/raplMetric.md @@ -15,4 +15,4 @@ The Likwid metric collector provides similar functionality. ## Metrics -* `rapl_average_power`: average power consumption in Watt. The average is computed over the entire runtime from the last measurement to the current measurement +- `rapl_average_power`: average power consumption in Watt. The average is computed over the entire runtime from the last measurement to the current measurement