Description of problem:We would like to have "Different Storage Class" metrics in Prometheus dashboard. Prometheus already provide below metrics for the overall cluster:
~~~
ceph_cluster_total_bytes
ceph_cluster_total_used_bytes
ceph_cluster_total_used_raw_bytes
~~~
We would also like to get different storage class metrics, for example if I have 2 classes Slowerclass and fasterclass, then I should be able to get below metrics:
~~~
Slowerclass_bytes
Slowerclass_used_bytes
Slowerclass_used_raw_bytes
fasterclass_bytes
fasterclass_used_bytes
fasterclass_used_raw_bytes
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info: