David-VTUK / prometheus-rancher-exporter

MIT License
7 stars 7 forks source link

[Bug] Clarify/Elaborate on `users` metric #24

Closed David-VTUK closed 1 year ago

David-VTUK commented 1 year ago

Exporter currently counts the number of users.management.cattle.io objects, ie:

> kubectl get users.management.cattle.io
NAME           AGE
u-55nf6rwm6j   39d
u-572cx        44d
u-6adidahbdn   75d
u-7r6664qalb   55m
u-b4qkhsnliz   108d
u-d625v        92d
u-enxed5ejsy   39d
u-mo773yttt4   108d
u-twlrp        73d
u-wwy32mws33   75d
u-x5ljakrpcy   58m
user-grrd9     108d

Which is not a reflection of the number of defined users as presented in the UI:

image

Clarify or filter this metric for consistency.