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 Aug 2, 2022. It is now read-only.
I have some troubles with run pa-to-es
python3 main.py
Gathering docs
Traceback (most recent call last):
File "main.py", line 144, in
docs = MetricGatherer(get_args()).get_all_metrics()
File "main.py", line 56, in get_all_metrics
for doc in rp.records():
File "/root/community/pa-to-es/result_parser.py", line 62, in records
node_ip = self.node_tracker.ip(node_name)
File "/root/community/pa-to-es/node_tracker.py", line 44, in ip
raise ValueError('{} is not a recognized node name'.format(node_name))
ValueError: local is not a recognized node name
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have some troubles with run pa-to-es
python3 main.py
Gathering docs
Traceback (most recent call last):
File "main.py", line 144, in
docs = MetricGatherer(get_args()).get_all_metrics()
File "main.py", line 56, in get_all_metrics
for doc in rp.records():
File "/root/community/pa-to-es/result_parser.py", line 62, in records
node_ip = self.node_tracker.ip(node_name)
File "/root/community/pa-to-es/node_tracker.py", line 44, in ip
raise ValueError('{} is not a recognized node name'.format(node_name))
ValueError: local is not a recognized node name
The text was updated successfully, but these errors were encountered: