mirror of
				https://github.com/ClusterCockpit/cc-metric-collector.git
				synced 2025-11-03 18:25:07 +01:00 
			
		
		
		
	change README metric list from * to - and apply minor fixes
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
The collector adds a `filesystem` tag to all metrics
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user