You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When enabling --collector.mmrepquota --collector.mmrepquota.quota-types=user in the gpfs_exporter, an error is thrown by the prometheus code because each fileset can have a different quota for each user (or group, for that matter). The result returned by the /metrics endpoint looks something like this:
* [from Gatherer #1] collected metric "gpfs_user_quota_files" { label:<name:"fs" value:"<filesystem>" > label:<name:"user" value:"<user>" > gauge:<value:0 > } was collected before with the same name and label values.
The text was updated successfully, but these errors were encountered:
When enabling
--collector.mmrepquota --collector.mmrepquota.quota-types=user
in thegpfs_exporter
, an error is thrown by the prometheus code because each fileset can have a different quota for each user (or group, for that matter). The result returned by the/metrics
endpoint looks something like this:The text was updated successfully, but these errors were encountered: