switch to cc-lib. docs: consistency for list

This commit is contained in:
brinkcoder 2025-03-05 01:35:21 +01:00
parent 5dfae0a48e
commit f8f2475ae0
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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