You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.
When followed the steps given in read me using pip installed package or using docker image/docker-compose, the exporter always errors out,
File "/usr/local/bin/aliyun-exporter", line 11, in <module>
load_entry_point('aliyun-exporter', 'console_scripts', 'aliyun-exporter')()
File "/usr/src/app/aliyun_exporter/__init__.py", line 39, in main
REGISTRY.register(collector)
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 65, in _get_names
for suffix in type_suffixes.get(metric.type, ['']):
AttributeError: 'NoneType' object has no attribute 'type'
The text was updated successfully, but these errors were encountered:
When followed the steps given in read me using pip installed package or using docker image/docker-compose, the exporter always errors out,
The text was updated successfully, but these errors were encountered: