Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aliyun-exporter使用时出现错误 #144

Open
doing-cr7 opened this issue Apr 27, 2021 · 0 comments
Open

aliyun-exporter使用时出现错误 #144

doing-cr7 opened this issue Apr 27, 2021 · 0 comments

Comments

@doing-cr7
Copy link

我根据https://help.aliyun.com/document_detail/28619.html?spm=a2c4g.11186623.6.670.4cb92ea7URJUmT 添加了
acs_polardb:

  • name: cluster_cpu_utilization
    period: 60
  • name: cluster_memory_utilization
    period: 60
  • name: conn_usage
    period: 60
    启动容器发现 错误

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/lib/python3.7/socketserver.py", line 313, in _handle_request_noblock
self.process_request(request, client_address)
File "/usr/local/lib/python3.7/socketserver.py", line 344, in process_request
self.finish_request(request, client_address)
File "/usr/local/lib/python3.7/socketserver.py", line 357, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/local/lib/python3.7/socketserver.py", line 717, in init
self.handle()
File "/usr/local/lib/python3.7/wsgiref/simple_server.py", line 133, in handle
handler.run(self.server.get_app())
File "/usr/local/lib/python3.7/wsgiref/handlers.py", line 144, in run
self.close()
File "/usr/local/lib/python3.7/wsgiref/simple_server.py", line 35, in close
self.status.split(' ',1)[0], self.bytes_sent
AttributeError: 'NoneType' object has no attribute 'split'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant