Skip to content

Commit

Permalink
Merge pull request #269 from IBM/v8.0
Browse files Browse the repository at this point in the history
Sync master branch with V8.0
  • Loading branch information
Helene authored Jan 10, 2025
2 parents 8edc578 + eb14d10 commit e3c36d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ def getSensorPeriod(self, sensor):
sensor = 'GPFSDiskCap'
elif sensor in ('GPFSNSDFS', 'GPFSNSDPool'):
sensor = 'GPFSNSDDisk'
elif sensor == 'GPFSFCM':
sensor = 'GPFSFCMDA'
elif sensor == 'DomainStore':
return 1

Expand Down
3 changes: 3 additions & 0 deletions source/prometheus_endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@
"/metrics_gpfs_fileset": "GPFSFileset",
"/metrics_gpfs_pool": "GPFSPool",
"/metrics_gpfs_diskcap": "GPFSDiskCap",
"/metrics_gpfs_poolcap": "GPFSPoolCap",
"/metrics_gpfs_inodecap": "GPFSInodeCap",
"/metrics_gpfs_event_producer": "GPFSEventProducer",
"/metrics_gpfs_mmhealth": "GPFSmmhealth",
"/metrics_gpfs_mutex": "GPFSMutex",
"/metrics_gpfs_condvar": "GPFSCondvar",
"/metrics_gpfs_qos": "GPFSQoS",
"/metrics_gpfs_fcm": "GPFSFCM",
"/metrics_gpfs_fcmda": "GPFSFCMDA",
"/metrics_nfsio": "NFSIO",
"/metrics_smb_stats": "SMBStats",
"/metrics_smb_globalstats": "SMBGlobalStats",
Expand Down

0 comments on commit e3c36d1

Please sign in to comment.