canonical / prometheus-openstack-exporter

OpenStack exporter for the prometheus monitoring system
GNU General Public License v3.0
128 stars 113 forks source link

calculate quotas for flavors without disk #49

Closed czunker closed 4 years ago

czunker commented 6 years ago

We use flavors with zero disk size. This would generate a division by zero error in the code. The if statement allows both cases.