diff --git a/collectors/topprocsMetric.go b/collectors/topprocsMetric.go index edfd755..7eed446 100644 --- a/collectors/topprocsMetric.go +++ b/collectors/topprocsMetric.go @@ -9,7 +9,7 @@ import ( "strings" "time" - lp "github.com/ClusterCockpit/cc-energy-manager/pkg/cc-message" + lp "github.com/ClusterCockpit/cc-lib/ccMessage" ) const MAX_NUM_PROCS = 10 diff --git a/collectors/topprocsMetric.md b/collectors/topprocsMetric.md index ca47582..bf380c3 100644 --- a/collectors/topprocsMetric.md +++ b/collectors/topprocsMetric.md @@ -1,4 +1,3 @@ - ## `topprocs` collector ```json @@ -10,6 +9,3 @@ The `topprocs` collector reads the TopX processes (sorted by CPU utilization, `ps -Ao comm --sort=-pcpu`). In contrast to most other collectors, the metric value is a `string`. - - -