mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Merge pull request #19524 from fungusakafungus/fix-22313
pybind/mgr/prometheus: fix metric type undef -> untyped Reviewed-by: John Spray <jspray@redhat.com>
This commit is contained in:
commit
d3d1e4e0bd
@ -181,7 +181,7 @@ class Module(MgrModule):
|
||||
# so that we can stably use the same tag names that
|
||||
# the Prometheus node_exporter does
|
||||
metrics['disk_occupation'] = Metric(
|
||||
'undef',
|
||||
'untyped',
|
||||
'disk_occupation',
|
||||
'Associate Ceph daemon with disk used',
|
||||
DISK_OCCUPATION
|
||||
|
Loading…
Reference in New Issue
Block a user