canonical / prometheus-openstack-exporter

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

Use eventlet green thread instead of regular thread #115

Closed drencrom closed 2 years ago

drencrom commented 2 years ago

This fixes the greenlet.error: cannot switch to a different thread exception that leaves the server in deadlock

peppepetra commented 2 years ago

lgtm, thanks for looking into this.