diff --git a/collectors/beegfsstorageMetric.go b/collectors/beegfsstorageMetric.go index 2ca5dc9..500979b 100644 --- a/collectors/beegfsstorageMetric.go +++ b/collectors/beegfsstorageMetric.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" ) // Struct for the collector-specific JSON config diff --git a/collectors/beegfsstorageMetric.md b/collectors/beegfsstorageMetric.md index 519b5bf..8937ebe 100644 --- a/collectors/beegfsstorageMetric.md +++ b/collectors/beegfsstorageMetric.md @@ -25,31 +25,30 @@ 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 meta). -For example beegfs metric `open`-> `beegfs_cstorage_` +Important: The metrics listed below are similar to the naming of BeeGFS. The Collector prefixes these with `beegfs_cstorage_`(beegfs client meta). +For example beegfs metric `open`-> `beegfs_cstorage_open` -Note: BeeGFS FS offers many Metadata Information. Probably it makes sense to exlcude most of them. Nevertheless, these excluded metrics will be summed as `beegfs_cstorage_other`. +Note: BeeGFS FS offers many Metadata Information. Probably it makes sense to exclude most of them. Nevertheless, these excluded metrics will be summed as `beegfs_cstorage_other`. Available Metrics: -* "sum" -* "ack" -* "sChDrct" -* "getFSize" -* "sAttr" -* "statfs" -* "trunc" -* "close" -* "fsync" -* "ops-rd" -* "MiB-rd/s" -* "ops-wr" -* "MiB-wr/s" -* "endbg" -* "hrtbeat" -* "remNode" -* "storInf" -* "unlnk" +- "sum" +- "ack" +- "sChDrct" +- "getFSize" +- "sAttr" +- "statfs" +- "trunc" +- "close" +- "fsync" +- "ops-rd" +- "MiB-rd/s" +- "ops-wr" +- "MiB-wr/s" +- "endbg" +- "hrtbeat" +- "remNode" +- "storInf" +- "unlnk" - -The collector adds a `filesystem` tag to all metrics \ No newline at end of file +The collector adds a `filesystem` tag to all metrics