Hi,

> On 14 Mar 2024, at 19:29, Denis Polom <[email protected]> wrote:
> 
> so metric itself is miliseconds and after division on _count it's in seconds?
> 
> 

This is two metrics for long running averages [1], the query that produces 
"seconds" unit looks like this

(irate(ceph_osd_op_r_latency_sum[1m]) / irate(ceph_osd_op_r_latency_count[1m])) 
* on (instance, ceph_daemon) group_left (device) ceph_disk_occupation * on 
(instance, ceph_daemon) group_left (device_class, hostname) ceph_osd_metadata


k
[1] 
https://docs.ceph.com/en/latest/mgr/prometheus/?highlight=%3Cname%3E_sum#statistic-names-and-labels

_______________________________________________
ceph-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to