Description of problem:
Add counters for client operations per users and buckets to be able monitor it via dashboard.
To have RadosGW able store this information in counters/trackers and share this information with prometheus in order to be able to display it in the Ceph dashboard (a similar RFE will be opened to display this information).
What we would like to see is:
-User: john-doe
-Total number of operations.
-Number of GET operations.
-Number of PUT operations.
-Number of DELETE operations.
-If we can have this information per S3 path would be perfect as we might see what our users are doing:
-Are they reading again and again a single file?
-Are they overwriting again and again a single file?
-Bucket: my-bucket
-Total number of operations and the different users accessing the bucket.
-Number of GET operations and the different users accessing the bucket.
-Number of PUT operations and the different users accessing the bucket.
-Number of DELETE operations and the different users accessing the bucket.
-If we can have this information per S3 path would be perfect as we might see what our users are doing:
-Are they reading again and again a single file?
-Are they overwriting again and again a single file?
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info: