Since the update the exporter doesn't work correctly anymore:
Traceback (most recent call last):
File "./storj-exporter.py", line 128, in <module>
REGISTRY.register(StorjCollector())
File "/usr/local/lib/python3.7/site-packages/prometheus_client/registry.py", line 24, in register
names = self._get_names(collector)
File "/usr/local/lib/python3.7/site-packages/prometheus_client/registry.py", line 64, in _get_names
for metric in desc_func():
File "./storj-exporter.py", line 62, in collect
value = str(self.data[key])
yError: 'lastPingFromID'
Since the update the exporter doesn't work correctly anymore: