ceph_exporter icon indicating copy to clipboard operation
ceph_exporter copied to clipboard

Prometheus exporter that scrapes meta information about a ceph cluster.

Results 7 ceph_exporter issues
Sort by recently updated
recently updated
newest added

updating metrics for mimic version. heavy changes: - downgrade go-ceph to `v0.6.0` - change `cephPGDumpBrief` struct already tested in ceph `13.2.9` with go version `go1.18.3` ![Screenshot from 2022-06-15 20-27-44](https://user-images.githubusercontent.com/43176061/173839100-0c427723-b778-4daa-9ab7-17495538b0e0.png)

Hi , can we add some new bucket metrics ? When num_objects and num_objects is too big , maybe it will be a performance problem about rgw . ``` radosgw-admin...

Got the erorr from ceph exporter: ``` 2022/03/26 23:11:54 cannot connect to ceph cluster: rados: Permission denied ``` Configuration file ``` cat /etc/ceph/ceph.conf [global] mon_host = 172.18.146.132:6789,172.18.12.245:6789,172.18.83.88:6789 [client.admin] keyring =...

troubleshooting

Hi guys, at the moment, ceph_exporter handle commit & apply latency metrics (pretty he same thing, for bluestore). In Nautilus there are other operations latency related metrics, really useful to...

enhancement

Metrics that carry pool names or daemon IDs as a labels stay after the respective entity has been deleted from the cluster. To reproduce, create a pool until the ceph_exporter...

bug

It would be nice to have metrics for the CephFS (POSIX mode) metadata server. See: http://docs.ceph.com/docs/master/cephfs/

enhancement

``` [root@rook-node01 /]# radosgw-admin usage show --bucket test-bucket5 --uid os-user-ce1dd0c1-f552-46da-9153-c0a785348b0e --categories="put_obj,get_obj" --show-log-entries=false { "summary": [ { "user": "os-user-ce1dd0c1-f552-46da-9153-c0a785348b0e", "categories": [ { "category": "get_obj", "bytes_sent": 425099031, "bytes_received": 0, "ops": 3, "successful_ops":...