mirror of
https://github.com/ceph/ceph
synced 2025-01-03 09:32:43 +00:00
Merge pull request #43217 from k0ste/fix_52656
mgr: prometheus: use nsec unit in desc for RBD _read_latency and _write_latency metrics Reviewed-by: Kefu Chai <tchaikov@gmail.com>
This commit is contained in:
commit
d770751f97
@ -637,9 +637,9 @@ class Module(MgrModule, OrchestratorClientMixin):
|
||||
'read_bytes': {'type': self.PERFCOUNTER_COUNTER,
|
||||
'desc': 'RBD image bytes read'},
|
||||
'write_latency': {'type': self.PERFCOUNTER_LONGRUNAVG,
|
||||
'desc': 'RBD image writes latency (msec)'},
|
||||
'desc': 'RBD image writes latency (nsec)'},
|
||||
'read_latency': {'type': self.PERFCOUNTER_LONGRUNAVG,
|
||||
'desc': 'RBD image reads latency (msec)'},
|
||||
'desc': 'RBD image reads latency (nsec)'},
|
||||
},
|
||||
} # type: Dict[str, Any]
|
||||
global _global_instance
|
||||
|
Loading…
Reference in New Issue
Block a user