diff --git a/collectors/beegfsmetaMetric.go b/collectors/beegfsmetaMetric.go index 553c158..613cd4a 100644 --- a/collectors/beegfsmetaMetric.go +++ b/collectors/beegfsmetaMetric.go @@ -14,8 +14,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" ) const DEFAULT_BEEGFS_CMD = "beegfs-ctl" diff --git a/collectors/beegfsmetaMetric.md b/collectors/beegfsmetaMetric.md index 932e72f..3dd3292 100644 --- a/collectors/beegfsmetaMetric.md +++ b/collectors/beegfsmetaMetric.md @@ -26,50 +26,50 @@ in the configuration. When using the `exclude_metrics` option, the excluded metrics are summed as `other`. -Important: The metrics listed below, are similar to the naming of BeeGFS. The Collector prefixes these with `beegfs_cstorage`(beegfs client storage). +Important: The metrics listed below are similar to the naming of BeeGFS. The Collector prefixes these with `beegfs_cstorage`(beegfs client storage). -For example beegfs metric `open`-> `beegfs_cstorage_open` +For example `beegfs` metric `open`-> `beegfs_cstorage_open` Available Metrics: -* sum -* ack -* close -* entInf -* fndOwn -* mkdir -* create -* rddir -* refrEnt -* mdsInf -* rmdir -* rmLnk -* mvDirIns -* mvFiIns -* open -* ren -* sChDrct -* sAttr -* sDirPat -* stat -* statfs -* trunc -* symlnk -* unlnk -* lookLI -* statLI -* revalLI -* openLI -* createLI -* hardlnk -* flckAp -* flckEn -* flckRg -* dirparent -* listXA -* getXA -* rmXA -* setXA -* mirror +- sum +- ack +- close +- entInf +- fndOwn +- mkdir +- create +- rddir +- refrEnt +- mdsInf +- rmdir +- rmLnk +- mvDirIns +- mvFiIns +- open +- ren +- sChDrct +- sAttr +- sDirPat +- stat +- statfs +- trunc +- symlnk +- unlnk +- lookLI +- statLI +- revalLI +- openLI +- createLI +- hardlnk +- flckAp +- flckEn +- flckRg +- dirparent +- listXA +- getXA +- rmXA +- setXA +- mirror -The collector adds a `filesystem` tag to all metrics \ No newline at end of file +The collector adds a `filesystem` tag to all metrics