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:
Kefu Chai 2018-01-02 23:58:56 +08:00 committed by GitHub
commit d3d1e4e0bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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