change README metric list from * to - and apply minor fixes

This commit is contained in:
brinkcoder 2025-03-05 00:42:23 +01:00
parent a001acd2b2
commit 4126132d64
2 changed files with 43 additions and 43 deletions

View File

@ -14,8 +14,8 @@ import (
"strings" "strings"
"time" "time"
lp "github.com/ClusterCockpit/cc-lib/pkg/ccMessage"
cclog "github.com/ClusterCockpit/cc-metric-collector/pkg/ccLogger" 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" const DEFAULT_BEEGFS_CMD = "beegfs-ctl"

View File

@ -26,50 +26,50 @@ in the configuration.
When using the `exclude_metrics` option, the excluded metrics are summed as `other`. 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: Available Metrics:
* sum - sum
* ack - ack
* close - close
* entInf - entInf
* fndOwn - fndOwn
* mkdir - mkdir
* create - create
* rddir - rddir
* refrEnt - refrEnt
* mdsInf - mdsInf
* rmdir - rmdir
* rmLnk - rmLnk
* mvDirIns - mvDirIns
* mvFiIns - mvFiIns
* open - open
* ren - ren
* sChDrct - sChDrct
* sAttr - sAttr
* sDirPat - sDirPat
* stat - stat
* statfs - statfs
* trunc - trunc
* symlnk - symlnk
* unlnk - unlnk
* lookLI - lookLI
* statLI - statLI
* revalLI - revalLI
* openLI - openLI
* createLI - createLI
* hardlnk - hardlnk
* flckAp - flckAp
* flckEn - flckEn
* flckRg - flckRg
* dirparent - dirparent
* listXA - listXA
* getXA - getXA
* rmXA - rmXA
* setXA - setXA
* mirror - mirror
The collector adds a `filesystem` tag to all metrics The collector adds a `filesystem` tag to all metrics